From: Luke Kenneth Casson Leighton Date: Sat, 28 Jul 2018 05:27:52 +0000 (+0100) Subject: cleanup soc template X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=177ac11c442335c23b1fbd10a076767386657818;p=pinmux.git cleanup soc template --- 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);