From 177ac11c442335c23b1fbd10a076767386657818 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sat, 28 Jul 2018 06:27:52 +0100 Subject: [PATCH] cleanup soc template --- src/bsv/bsv_lib/slow_peripherals_template.bsv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bsv/bsv_lib/slow_peripherals_template.bsv b/src/bsv/bsv_lib/slow_peripherals_template.bsv index e16e4b7..2f4a828 100644 --- a/src/bsv/bsv_lib/slow_peripherals_template.bsv +++ b/src/bsv/bsv_lib/slow_peripherals_template.bsv @@ -84,7 +84,7 @@ package slow_peripherals; /*=======================================================*/ AXI4_Lite_Fabric_IFC #(1, Num_Slow_Slaves, `ADDR, `DATA,`USERSPACE) - slow_fabric <- mkAXI4_Lite_Fabric(fn_address_mapping); + slow_fabric <- mkAXI4_Lite_Fabric(fn_slow_address_mapping); Ifc_AXI4Lite_AXI4_Bridge bridge<-mkAXI4Lite_AXI4_Bridge(fast_clock,fast_reset); -- 2.30.2