mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-22 21:07:34 -04:00
add cast to enum
Signed-off-by: Dawid Zimonczyk <dawidz@aldec.com.pl>
This commit is contained in:
parent
0e7117fbec
commit
d8bf475da7
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ interface core_ibex_fcov_if import ibex_pkg::*; (
|
|||
if (!rst_ni) begin
|
||||
// First cycle out of reset there is no last stall, use valid bit to deal with this case
|
||||
id_stall_type_last_valid <= 1'b0;
|
||||
id_stall_type_last <= 1'b0;
|
||||
id_stall_type_last <= IdStallTypeNone;
|
||||
instr_unstalled_last <= 1'b0;
|
||||
id_instr_category_last <= InstrCategoryNone;
|
||||
end else begin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue