You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My understanding is that asserting csr.we should cause the storage to get the contents from csr.dat_w. This doesn't seem to be happening during simulation.
My understanding is that asserting
csr.weshould cause the storage to get the contents fromcsr.dat_w. This doesn't seem to be happening during simulation.I also found the following;
misoc/misoc/cores/spi2.py
Lines 496 to 497 in 57ebe11