I want to include either File2.sv or File3.sv in File1.sv from command line. I searched something related to $plusargs but i am not getting hoe to use it.
I want to compile Top.sv only but What should i use to include File1.sv or File2.sv in Top.sv from command line. at a time i want to include only one of them.
file1.sv contains some scenario which generates testcase and File2.sv contains another scenario that generates another testcase. I want to run testcase1 and then testcase2 but both the testcases are in different file. i want to choose wither of them from command line.