We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fb6b37 commit 0e065a2Copy full SHA for 0e065a2
test/c/assign_rename_bug.sail
@@ -11,6 +11,7 @@ $option -undefined_gen
11
val sub_vec_int = {
12
c: "sub_bits_int",
13
systemverilog: "sub_bits_int",
14
+ lean: "BitVec.subInt",
15
_: "sub_vec_int"
16
} : forall 'n. (bits('n), int) -> bits('n)
17
test/lean/run_tests.py
@@ -25,7 +25,6 @@
25
'outcome_impl', # custom outcome types (not expected to work)
26
'outcome_impl_int', # custom outcome types (not expected to work)
27
'outcome_impl_bool', # custom outcome types (not expected to work)
28
- 'assign_rename_bug',
29
'union_variant_names',
30
'varswap',
31
'real',
0 commit comments