Jump to content

VCS running multiple top modules - simulate just one?


cliffc

Recommended Posts

Using VCS, I can compile and run multiple top-level modules. In the example I am running, I have a dut module and a bind-file module. The bind-file module is nothing more than:

 

module bindfiles;

  bind dut pLib_dut p1 (.*);

endmodule

 

When I compile and run, I indeed see both top modules have been compiled:

 

Top Level Modules:

       bindfiles

       dut

 

And both run just fine as expected.

 

Now the question: If I compile both top modules, can I run simv with just the dut module and ignore the bindfiles module? I would like to simulate both with the bindfiles and without the bindfiles module if possible without re-ocmpiling.

 

Thanks - Cliff Cummings

Sunburst Design, Inc.

Link to comment
Share on other sites

  • 1 month later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...