From: Luke Kenneth Casson Leighton Date: Mon, 30 Jul 2018 10:41:43 +0000 (+0100) Subject: comment out fb master ifc X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1e8b8c245e9271f0945322437930d45c4a2a5466;p=pinmux.git comment out fb master ifc --- diff --git a/src/bsv/peripheral_gen/flexbus.py b/src/bsv/peripheral_gen/flexbus.py index 726f5be..3d71cdb 100644 --- a/src/bsv/peripheral_gen/flexbus.py +++ b/src/bsv/peripheral_gen/flexbus.py @@ -10,15 +10,15 @@ class flexbus(PBase): return 0x400000 # defines an entire memory range def extfastifinstance(self, name, count): - return self._extifinstance(name, count, "_out", "", True, + return "// TODO" + self._extifinstance(name, count, "_out", "", True, ".flexbus_side") + def fastifdecl(self, name, count): + return "//interface FlexBus_Master_IFC fb{0}_out;".format(count) + def get_clock_reset(self, name, count): return "slow_clock, slow_reset" - def fastifdecl(self, name, count): - return "interface FlexBus_Master_IFC fb{0}_out;".format(count) - def mkfast_peripheral(self): return "AXI4_Slave_to_FlexBus_Master_Xactor_IFC " + \ "#(`PADDR, `DATA, `USERSPACE)\n" + \