Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Want to source part of verilog file in VCS

Status
Not open for further replies.

sanketphapale45

Newbie level 1
Joined
Dec 19, 2016
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
9
Hello,
I have a standard file consisting of more thane one standard modules. but i wanted to use only 1 module from that file.
suppose

Code:
module module_list();
module_1....
module_2....
.
.
.
module_n...
end module
I want to use module_2 and not others. When I source module_list() in vcs command i got lot many errors of unused modules. Is there any method to source only particular module/part of verilog file instead of sourcing complete file. I can't edit .sv file. I have only vcs command (make file) in my hand...

Please respond..
Thnks
,Sanket
 

Is it not possible to create your own module_list() and then source it in the make file?

Otherwise why are you accessing the complete module list? Just simulate the module which is needed.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top