mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-08 10:25:19 +00:00
sv: Add %expect
Signed-off-by: David Shah <dave@ds0.me>
This commit is contained in:
parent
af25585170
commit
497faf4ec0
|
@ -113,6 +113,7 @@ struct specify_rise_fall {
|
|||
%define api.prefix {frontend_verilog_yy}
|
||||
|
||||
%glr-parser
|
||||
%expect 22
|
||||
|
||||
/* The union is defined in the header, so we need to provide all the
|
||||
* includes it requires
|
||||
|
|
Loading…
Reference in a new issue