You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to EDA Playground
I have created two tabs in testbench and when I am running it then it is executing testbench.sv. How do I run test1.sv? how does simulator know which file to run?
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to EDA Playground
what if I have to run only one file from those two?
EDA Playground
unread,
Mar 14, 2022, 4:19:36 AM3/14/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to EDA Playground
When (System)Verilog is selected, both files testbench.sv and design.sv are compiled. Any other tabs need to be included with `include. If there is nothing in one or both of testbench.sv and design.sv, that's fine.