mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-08-29 01:03:29 +02:00
Change minimum gperf version to 3.0.
vhdlpp uses the --ignore-case option, which isn't supported in 2.7.
This commit is contained in:
+1
-1
@@ -47,7 +47,7 @@ on a UNIX-like system:
|
||||
|
||||
- bison and flex
|
||||
|
||||
- gperf 2.7 or later
|
||||
- gperf 3.0 or later
|
||||
The lexical analyzer doesn't recognize keywords directly,
|
||||
but instead matches symbols and looks them up in a hash
|
||||
table in order to get the proper lexical code. The gperf
|
||||
|
||||
Reference in New Issue
Block a user