From 1e8b8c245e9271f0945322437930d45c4a2a5466 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Mon, 30 Jul 2018 11:41:43 +0100 Subject: [PATCH] comment out fb master ifc --- src/bsv/peripheral_gen/flexbus.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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" + \ -- 2.30.2