coshy
Member level 5

Does anyone have the same problem compiling with "vcs -file" in VCS?
Currently I am getting a keep compilation error message with "vcs -file" in vcs.
-file filename
Specifies a file that contains a list of path names to source files and required analysis options.
You can use this option to overcome the limitation of the -f option related to the compile-time options that begin with a minus(-) character.
I'm trying to compile with one ".vc" file which has included as the below
run.vc
+libext+.v
+incdir+../../../logical/cortexr5/verilog/
+incdir+../../../logical/models/cells/generic
-y ../../../logical/model/cells/generic
-v CORTEXR5_tcm_ram_test.v
-v CORTEX5_dummy_toplevel.v
After I run with "vcs -file run.vc", The error happened.
Error-[NSFG] No Source file given
No verilog source file is found from VCS command line and file list
specifiled with compilation option '-f'.
please check file list and note '//' is used for comment.
..
If I remember correctly, Cadence has no problem compiling in this way.
But Synopsys VCS does not work so well.
Did I something miss? What am I supposed to do?
Currently I am getting a keep compilation error message with "vcs -file" in vcs.
-file filename
Specifies a file that contains a list of path names to source files and required analysis options.
You can use this option to overcome the limitation of the -f option related to the compile-time options that begin with a minus(-) character.
I'm trying to compile with one ".vc" file which has included as the below
run.vc
+libext+.v
+incdir+../../../logical/cortexr5/verilog/
+incdir+../../../logical/models/cells/generic
-y ../../../logical/model/cells/generic
-v CORTEXR5_tcm_ram_test.v
-v CORTEX5_dummy_toplevel.v
After I run with "vcs -file run.vc", The error happened.
Error-[NSFG] No Source file given
No verilog source file is found from VCS command line and file list
specifiled with compilation option '-f'.
please check file list and note '//' is used for comment.
..
If I remember correctly, Cadence has no problem compiling in this way.
But Synopsys VCS does not work so well.
Did I something miss? What am I supposed to do?