Add instruction memory
This commit is contained in:
parent
b3412a9706
commit
d5bb6da13c
|
@ -50,6 +50,8 @@
|
||||||
|
|
||||||
$pc[31:0] = >>1$next_pc;
|
$pc[31:0] = >>1$next_pc;
|
||||||
|
|
||||||
|
`READONLY_MEM($pc, $$instr[31:0]);
|
||||||
|
|
||||||
|
|
||||||
// Assert these to end simulation (before Makerchip cycle limit).
|
// Assert these to end simulation (before Makerchip cycle limit).
|
||||||
*passed = 1'b0;
|
*passed = 1'b0;
|
||||||
|
|
Loading…
Reference in New Issue