| commit | cad7aea7666a37c932253b201d4ca8fdc0cf7e24 | [log] [tgz] |
|---|---|---|
| author | Alain Dargelas <5085492+alainmarcel@users.noreply.github.com> | Thu Nov 21 20:20:59 2019 -0800 |
| committer | GitHub <noreply@github.com> | Thu Nov 21 20:20:59 2019 -0800 |
| tree | f96fe4be10c70ac68d404b66c8b46d7191e52cd3 | |
| parent | a0745c0002adef0ae00973b0a291a5e85b364408 [diff] | |
| parent | 003c1669579285f1c1fc6c2316ba4df42d002f25 [diff] |
Merge pull request #103 from alainmarcel/alainmarcel-patch-1 Fix scr1 preproc runtime, simplify pp grammar
System Verilog 2017 Pre-processor, Parser
This project aims at providing a complete System Verilog 2017 front-end: a preprocessor, a parser, an elaborator for both design and testbench.
Linter, Simulator, Synthesys tool, Formal tools can use this front-end and be developed either as plugins (linked with) or use this front-end as an intermediate step of their compilation flows using the on-disk memory models (down-converter).
This project is open to contributions from any users! From the commercial vendor to the Verilog enthousiast, all are welcome.
INSTALLmake make install (/usr/local/bin and /usr/local/lib/surelog by default, use DESTDIR= for alternative locations)
For more build/test options and system requirements for building see src/README file.
The executable is located here (If not installed in:
STANDARD VERILOG COMMAND LINE:
Defines a macro and optionally its value
FLOWS OPTIONS:
compilation unit (under slpp_unit/ if -writepp used)
separate compilation units to perform diffs
if "max" is given, the program will use one thread
per core on the host
TRACES OPTIONS:
OUTPUT OPTIONS:
(all compilation units will override this file)
units will generate files under slpp_all/ or slpp_unit/)
default_nettype in pre-processor's output
RETURN CODE