[Libre-soc-dev] daily kan-ban update 24aug2020

Tobias Platen libre-soc at platen-software.de
Mon Aug 24 19:44:41 BST 2020


today: I have debugging TestCachedMemoryPortInterface with gtkwave.
I found out that the Signal wen in set_wr_data(self, m, data, wen) is only high for the
first iteration when addr=0. All other signals are fine. I got the same result when using
TestMemoryPortInterface. 

for addr in range(0,8):
        yield from pi_st(dut.pi, addr, data, 1)



More information about the Libre-soc-dev mailing list