3
0
Fork 0
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:
David Shah 2019-09-20 11:59:33 +01:00
parent af25585170
commit 497faf4ec0

View file

@ -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