mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-23 13:47:13 -04:00
Assign a default value to tinst in decoder
This commit is contained in:
parent
45e845d165
commit
9b55ab8189
1 changed files with 1 additions and 0 deletions
|
@ -186,6 +186,7 @@ module decoder
|
|||
ecall = 1'b0;
|
||||
ebreak = 1'b0;
|
||||
check_fprm = 1'b0;
|
||||
tinst = 32'h0;
|
||||
|
||||
if (~ex_i.valid) begin
|
||||
case (instr.rtype.opcode)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue