Skip to content

Commit

Permalink
SV: Enable another test
Browse files Browse the repository at this point in the history
  • Loading branch information
Alasdair committed Feb 14, 2025
1 parent 73d38f7 commit 429d017
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions test/c/assign_rename_bug.sail
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ $option -undefined_gen

val sub_vec_int = {
c: "sub_bits_int",
systemverilog: "sub_bits_int",
_: "sub_vec_int"
} : forall 'n. (bits('n), int) -> bits('n)

Expand Down
1 change: 0 additions & 1 deletion test/sv/run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

skip_tests = {
'all_even_vector_length', # loops
'assign_rename_bug', # loops
'for_shadow', # loops
'loop_exception', # loops
'read_write_ram', # memory
Expand Down

0 comments on commit 429d017

Please sign in to comment.