I need to batch compile a project composed of multiple verilog files.
For simplicity,assume there is a top module in file top.v instantiatian sub (declared in sub.v).
ispflow does not allow to specify multiple files. If the -i option is specified multiple times the following error id given:
Error: Input File already entered
Conversely, if only the top module file is specified, Synopsys Verilog Compiler fails with the following error
Reference to undefined module sub
What is the correct way to do a batch compilation?