Assign a default value to tinst in decoder

This commit is contained in:
Katharina Ceesay-Seitz 2025-03-14 11:38:05 +01:00
parent 45e845d165
commit 9b55ab8189

View file

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