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/arm810.sv | |
| parent | 3576202083fb46fb755ceaefb5efe228afa9e2de (diff) | |
Add PSR control signal set
Diffstat (limited to 'rtl/core/arm810.sv')
| -rw-r--r-- | rtl/core/arm810.sv | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rtl/core/arm810.sv b/rtl/core/arm810.sv index ef2d089..2cc35a8 100644 --- a/rtl/core/arm810.sv +++ b/rtl/core/arm810.sv @@ -31,6 +31,7 @@ module arm810 ); datapath_decode dec; + psr_decode dec_psr; branch_decode dec_branch; snd_decode dec_snd; data_decode dec_data; @@ -41,6 +42,7 @@ module arm810 core_decode decode ( .ctrl(dec), + .psr_ctrl(dec_psr), .branch_ctrl(dec_branch), .snd_ctrl(dec_snd), .data_ctrl(dec_data), |
