Removed $display debug
This commit is contained in:
4
cpu.v
4
cpu.v
@@ -282,8 +282,8 @@ always @*
|
|||||||
JMPI1: statename = "JMPI1";
|
JMPI1: statename = "JMPI1";
|
||||||
endcase
|
endcase
|
||||||
|
|
||||||
always @( PC )
|
//always @( PC )
|
||||||
$display( "%t, PC:%04x IR:%02x A:%02x X:%02x Y:%02x S:%02x C:%d Z:%d V:%d N:%d P:%02x", $time, PC, IR, A, X, Y, S, C, Z, V, N, P );
|
// $display( "%t, PC:%04x IR:%02x A:%02x X:%02x Y:%02x S:%02x C:%d Z:%d V:%d N:%d P:%02x", $time, PC, IR, A, X, Y, S, C, Z, V, N, P );
|
||||||
|
|
||||||
`endif
|
`endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user