# add hyperram module
if hasattr(self, "hyperram"):
- m.submodules.hyperram = self.hyperram
+ m.submodules.hyperram = hyperram = self.hyperram
+ # grrr, same problem with hyperram: not WB4-pipe compliant
+ comb += hyperram.bus.stall.eq(hyperram.bus.cyc & ~hyperram.bus.ack)
# add blinky lights so we know FPGA is alive
if platform is not None:
else:
hyperram_pins = HyperRAMPads()
+ # broken at the moment
+ hyperram_pins = None
+
# set up the SOC
soc = DDR3SoC(fpga=fpga, dram_cls=dram_cls,
# check microwatt_soc.h for these