diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-11-16 14:08:16 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-11-16 14:08:16 -0600 |
| commit | 8c410eab0ea97b737ecd59cd4a1f7582f8c045cf (patch) | |
| tree | 38ea02af4ec12abf77bb852025244e40129f59fa /rtl/core/control/control.sv | |
| parent | a94c52d5117645016ee319abc30c92f137a4b17e (diff) | |
Simplify flags datapath
Diffstat (limited to 'rtl/core/control/control.sv')
| -rw-r--r-- | rtl/core/control/control.sv | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rtl/core/control/control.sv b/rtl/core/control/control.sv index 4bff86e..82aad33 100644 --- a/rtl/core/control/control.sv +++ b/rtl/core/control/control.sv @@ -37,7 +37,6 @@ module core_control output ptr branch_target, pc_visible, output psr_mode reg_mode, - output psr_flags wb_alu_flags, output alu_op alu, output word alu_a, alu_b, |
