diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-11-06 19:55:54 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-11-06 19:55:54 -0600 |
| commit | 8315f5f3ea43150d250aa16575ab274913f93d2a (patch) | |
| tree | d9878fa38b8db2467f768ccd4e2d57012505b29d /rtl/core/control/control.sv | |
| parent | 3576202083fb46fb755ceaefb5efe228afa9e2de (diff) | |
Add PSR control signal set
Diffstat (limited to 'rtl/core/control/control.sv')
| -rw-r--r-- | rtl/core/control/control.sv | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rtl/core/control/control.sv b/rtl/core/control/control.sv index 056606d..917dbf8 100644 --- a/rtl/core/control/control.sv +++ b/rtl/core/control/control.sv @@ -4,6 +4,7 @@ module core_control ( input logic clk, input datapath_decode dec, + input psr_decode dec_psr, input branch_decode dec_branch, input data_decode dec_data, input snd_decode dec_snd, |
