mirror of
https://github.com/openhwgroup/cve2.git
synced 2025-04-24 14:09:08 -04:00
Add p.elw to tracer
This commit is contained in:
parent
d06042d7b1
commit
c786516d6c
1 changed files with 1 additions and 1 deletions
|
@ -294,8 +294,8 @@ module riscv_tracer
|
|||
3'b010: mnemonic = "lw";
|
||||
3'b100: mnemonic = "lbu";
|
||||
3'b101: mnemonic = "lhu";
|
||||
3'b110: mnemonic = "p.elw";
|
||||
3'b011,
|
||||
3'b110,
|
||||
3'b111: begin
|
||||
printMnemonic("INVALID");
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue