File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -140,6 +140,7 @@ IREP_ID_ONE(verilog_null)
140
140
IREP_ID_ONE (verilog_event )
141
141
IREP_ID_ONE (verilog_event_trigger )
142
142
IREP_ID_ONE (verilog_string )
143
+ IREP_ID_ONE (verilog_sva_property )
143
144
IREP_ID_ONE (verilog_sva_sequence )
144
145
IREP_ID_ONE (reg )
145
146
IREP_ID_ONE (macromodule )
Original file line number Diff line number Diff line change @@ -739,6 +739,15 @@ inline verilog_package_scope_typet &to_verilog_package_scope_type(typet &type)
739
739
return static_cast <verilog_package_scope_typet &>(type);
740
740
}
741
741
742
+ // / SVA properties
743
+ class verilog_sva_property_typet : public typet
744
+ {
745
+ public:
746
+ verilog_sva_property_typet () : typet(ID_verilog_sva_property)
747
+ {
748
+ }
749
+ };
750
+
742
751
// / SVA sequences
743
752
class verilog_sva_sequence_typet : public typet
744
753
{
You can’t perform that action at this time.
0 commit comments