Closed gkamendje closed 2 months ago
The problem was caused by the fact that the ORFS was modified to pass only the .rtlil
file to the script synth.tcl
during the second synthesis pass. Consequently , I had to modify my local version of synth_preamble.tcl
to properly handle this case.
I am getting the following error message while using running synthesis in ORFS. I am using the
synlig
binary file to read Systemverilog files. A while ago, I was able to use thesynlig
systemverilog plugin to read sv files in ORFS (I have tried the plugin but I get the same behaviour).The pound sign
#
at the beginning of the.rtlil
file seems to be issue. I am not sure what is going on. I do not see this behaviour in ORFS when reading Verilog files.