diff options
-rw-r--r-- | src/id.cc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -98,6 +98,7 @@ void ID::get_instr_fields( this->decode_J_type(s1, s2, s3, m); break; case 0b11: + m = NOP; this->status = OK; } } |
![]() |
index : RISC-VECTOR.git | |
A simulator for the custom RISC-V[ECTOR] ISA written in C++ | bd |
summaryrefslogtreecommitdiff |
-rw-r--r-- | src/id.cc | 1 |
@@ -98,6 +98,7 @@ void ID::get_instr_fields( this->decode_J_type(s1, s2, s3, m); break; case 0b11: + m = NOP; this->status = OK; } } |