Starting Verilog In in Command-Line Mode
To start Verilog In in command-line mode:
The following example shows how to run the ihdl command:
ihdl -f ihdl_files verilog_design_file
-
ihdlis the executable name for Verilog In. -
-fdirects the executable to read command arguments from an option file. -
ihdl_filesis a file that contains the Verilog In options including the-paramoption. The-paramoption references the ihdl_parameter file, which contains the parameter settings. -
verilog_design_fileis the Verilog file you want to import.
Return to top