Add p.elw to tracer

This commit is contained in:
Andreas Traber 2016-03-31 09:38:52 +02:00
parent d06042d7b1
commit c786516d6c

View file

@ -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;