URL
https://opencores.org/ocsvn/amber/amber/trunk
Subversion Repositories amber
Compare Revisions
- This comparison shows the changes necessary to convert path
/amber/trunk/hw/vlog
- from Rev 71 to Rev 72
- ↔ Reverse comparison
Rev 71 → Rev 72
/amber23/a23_execute.v
231,7 → 231,7
// In addition the signal is one-hot encoded to further speed up the logic |
// Raw version is also kept for ram-based register bank implementation. |
|
assign status_bits_mode_rds_nxt = i_user_mode_regs_store_nxt ? OH_USR : |
assign status_bits_mode_rds_nxt = i_user_mode_regs_store_nxt ? USR : |
status_bits_mode_update ? status_bits_mode_nxt : |
status_bits_mode ; |
|