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.

Verilog Module inside a TCL file

Status
Not open for further replies.

Harishddixit

Newbie level 2
Newbie level 2
Joined
Apr 8, 2013
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Visit site
Activity points
1,295
Hi ...I am trying to parameterize a module...say a module which has one of the values which needs to be controlled via the TCL testcase.
So how to do it ??
I know how to call Verilog Tasks but I dont know how to call Verilog Module

Thank You :)
 

To make it easy, you can group the parameters you want in a single file.
In the TCL script, after you make your calculations for the parameters, make the script output the new parameters to this file of parameters,
then start compiling your design.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top