Condition tests. More...
Inputs | |
cond | [3:0] |
ccr | [7:0] |
Outputs | |
condition | |
Signals | |
wire | C |
wire | V |
wire | Z |
wire | N |
Condition tests.
The condition module implements the condition tests of the MC68000. Its inputs are the condition codes and the currently selected test. The output is binary: the test is true or false. The output of the condition module is an input to the microcode_branch module, that decides which microcode word to execute next.
Definition at line 2582 of file ao68000.v.