File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
regression/verilog/property Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
- KNOWNBUG
1
+ CORE
2
2
named_property2.sv
3
3
--bound 20
4
4
^\[main\.assert\.1\] always main\.x_is_eventually_ten: PROVED up to bound 20$
@@ -7,5 +7,3 @@ named_property2.sv
7
7
--
8
8
^warning: ignoring
9
9
--
10
- The type checker only allows expressions, not properties in property ...
11
- endproperty.
Original file line number Diff line number Diff line change @@ -1770,7 +1770,7 @@ void verilog_typecheckt::convert_property_declaration(
1770
1770
auto base_name = declaration.base_name ();
1771
1771
auto full_identifier = hierarchical_identifier (base_name);
1772
1772
1773
- convert_expr (declaration.cond ());
1773
+ convert_sva (declaration.cond ());
1774
1774
make_boolean (declaration.cond ());
1775
1775
1776
1776
auto type = bool_typet{};
You can’t perform that action at this time.
0 commit comments