Tim Edwards
06/07/2022, 1:06 PMLuke Sammarone
06/07/2022, 6:22 PMTim Edwards
06/08/2022, 3:20 PMBR64 BR64_inst (
.RESET(\reset_in[1] ),
.OUT(out_64),
.\C[63] (\c[63] ),
.\C[62] (\c[62] ),
...
I think this is what is tripping up the parser, which is treating \C
in the pin names as a vector, which it should definitely not since it's backslash-escaped. Hopefully this should be fairly easy to track down and fix in netgen's verilog parser.Tim Edwards
06/08/2022, 3:36 PMTim Edwards
06/08/2022, 4:00 PMLuke Sammarone
06/10/2022, 7:31 AMTim Edwards
06/10/2022, 1:29 PM