You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The -defer option should be documented explicitly as:
All files compiled in an invocation of systemverilog -defer file1.v file2.v are compiled as a single compilation unit.
Several compilation units can be created with separate invocations of "systemverilog -defer ..."
I would have called the option -unit instead of -defer, Compilation units are understood by the Verilog community.
Can you give examples on how one pass include paths (-I, +incdir) , library paths (-y), library file extension (+libext+) to the read_systemverilog command? The documentation only talks about passing systemverilog files.
The text was updated successfully, but these errors were encountered:
mglb
pushed a commit
to antmicro/yosys-f4pga-plugins
that referenced
this issue
Apr 3, 2023
All files compiled in an invocation of systemverilog -defer file1.v file2.v are compiled as a single compilation unit.
Several compilation units can be created with separate invocations of "systemverilog -defer ..."
I would have called the option -unit instead of -defer, Compilation units are understood by the Verilog community.
The text was updated successfully, but these errors were encountered: