Frequently Asked Questions

From Cpre584
Revision as of 20:55, 29 January 2013 by Ogamal (talk | contribs) (New page: == How to add new verilog files or directories to a PDK project? == By default, the PDK looks like the project/verilog directory and compiles all .v files found there. To add other Veril...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

How to add new verilog files or directories to a PDK project?

By default, the PDK looks like the project/verilog directory and compiles all .v files found there. To add other Verilog directories, use this makefile variable:
USER_VERILOG_DIRS += ../../verilog