diff options
author | Nick McKinney <nick@kmonkey.net> | 2016-12-29 15:59:34 -0600 |
---|---|---|
committer | Nick McKinney <nick@kmonkey.net> | 2016-12-29 15:59:34 -0600 |
commit | d29aac60e949f5003b8266a15b5ee5738d7c872a (patch) | |
tree | 78d7e36f457ef6eb16ab44084599daed1364b8c0 | |
parent | bdf05c2c95d6fe92d5350d31a42f106c5b98c043 (diff) |
watch control lines from decoder instead of ALU
makes more sense in the simulator output
-rw-r--r-- | nqcpu.v | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -162,7 +162,7 @@ module nqcpu ( ); ctrl_decode debug_decode ( - .control_signals(ctrl_from_alu), + .control_signals(ctrl_from_decoder), .aluOp(debugAluOp), .aluReg1(debugAluReg1), |