Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

anyone familiar with verilog?

Options
  • 01-07-2004 3:42pm
    #1
    Registered Users Posts: 7,496 ✭✭✭


    [edit] ....ok i'm gonna simplify the question :)

    I'm trying to compile and run a simple bit of code that describes some logic gates and need to know how to use VCS in the linux command line to compile it.

    i know that I am supposed to use vcs followed by the source file and arguments but can't seem to figure it out.

    is there anywhere i can go to get some tutorial help on this?


Comments

  • Closed Accounts Posts: 1,376 ✭✭✭joc_06


    just save your file as xxxxxxxxxxx.v
    and then just verilog xxxxxxxxxxx.v

    it should compile it and give error report. go to www.deeps.org for a good tut - .df about 5 mb


Advertisement