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.

How the task is being called

Status
Not open for further replies.

Muthuraja.M

Advanced Member level 4
Joined
Jul 20, 2013
Messages
101
Helped
0
Reputation
0
Reaction score
0
Trophy points
16
Activity points
634
In verilog how the task of one module is called by another module ?


I used `include "test.v" ....

But its not working ...


Pls give me suggestions..

Thanks in advance...
 

Assumpt the instance name of the module including task is DUT1, and the task name is "test_tsk", you can use "higher_hierarchy".DUT1.test_tsk to call this task. If there's assignment in the task, the calling only can change signal define in DUT1. Hope it's helpful.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top