Removed $display debug

This commit is contained in:
Arlet
2012-08-12 08:34:14 +02:00
parent 55c26f780b
commit 3a0dfb7336

4
cpu.v
View File

@@ -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