I would like you to think about these sections of code: initial begin f = $fopen("output.txt","w"); end initial begin for (i = 0; i<14; i=i+1) $fwrite(f ... ... <看更多>
When I run a simulation in ModelSim, the output never shows the correct data - it stays at 0 and ignores any read signals. This led me to ... ... <看更多>