mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-19 05:35:47 +00:00
Merge from upstream
This commit is contained in:
commit
e54fa487b8
29 changed files with 1314 additions and 793 deletions
|
|
@ -5,6 +5,7 @@
|
|||
#include <string>
|
||||
#include <stack>
|
||||
#include <string>
|
||||
#include <sstream>
|
||||
|
||||
/**
|
||||
* Provide frontend-wide location tracking like what bison generates
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
%require "3.8"
|
||||
%require "3.6"
|
||||
%language "c++"
|
||||
%define api.value.type variant
|
||||
%define api.prefix {frontend_verilog_yy}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue