From cb1d6a0952630e00c25b2ab17f4b1ff0bf93e8bb Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Fri, 20 Jul 2018 07:56:41 +0100 Subject: [PATCH] add mkslow_peripherals --- src/bsv/bsv_lib/slow_peripherals_template.bsv | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/bsv/bsv_lib/slow_peripherals_template.bsv b/src/bsv/bsv_lib/slow_peripherals_template.bsv index 3bd94be..7b6f2d9 100644 --- a/src/bsv/bsv_lib/slow_peripherals_template.bsv +++ b/src/bsv/bsv_lib/slow_peripherals_template.bsv @@ -103,9 +103,10 @@ package slow_peripherals; Wire#(Bit#(32)) wr_interrupt <- mkWire(); /*=======================================================*/ - AXI4_Lite_Fabric_IFC #(1, Num_Slow_Slaves, `PADDR, `Reg_width,`USERSPACE) slow_fabric <- - mkAXI4_Lite_Fabric(fn_address_mapping); - Ifc_AXI4Lite_AXI4_Bridge bridge <-mkAXI4Lite_AXI4_Bridge(fast_clock,fast_reset); + AXI4_Lite_Fabric_IFC #(1, Num_Slow_Slaves, `PADDR, `Reg_width,`USERSPACE) + slow_fabric <- mkAXI4_Lite_Fabric(fn_address_mapping); + Ifc_AXI4Lite_AXI4_Bridge + bridge<-mkAXI4Lite_AXI4_Bridge(fast_clock,fast_reset); mkConnection (bridge.axi4_lite_master, slow_fabric.v_from_masters [0]); /*======= Slave connections to AXI4Lite fabric =========*/ -- 2.30.2