Settings

Parent Previous Next

VisualSim                                                                                                                               

Settings

Before using the Verilog interface, the following setup must be performed.

  1. For Windows, this would be MingW or any other Windows gcc compiler. The latest one is required.  There are no path settings for this compiler in VisualSim. The settings are done in the Environment Variables of your Windows machine.
  2. For Linux, this would be g++ 4.0 or higher.
  1. Remote_Address=127.0.0.1 - This is the IP address of the machine where the Verilog compiler is located.
  2. Port_Number=7200 - No change is required here.
  1. SimulatorName= ModelSim
  2. VERILOGPATH= D:\VisualSim\Tools\Modeltech_6.0

Configuration for Verilog Simulator

:: Verilog Simulator for VisualSim.bat

Add the below two lines based on the Verilog Simulator.

  1. Icarus verilog Simulator Configuration in VisualSim.bat

set SimulatorName=IcarusVerilog (If your are using Icarus Verilog Simulator, give the same name (IcarusVerilog is case sensitive)

set VERILOGPATH=D:\iverilog (This path could vary based on your system)

  1. ModelSim Simulator configuration in VisualSim.bat

set SimulatorName=ModelSim (If your are using ModelSim Verilog Simulator give the same name (ModelSim is case sensitive)

set VERILOGPATH=D:\ Modeltech_eval_6.1a (This path could vary based on your system)

:: Verilog Simulator for VisualSim.sh

Add the below two lines based on the Verilog Simulator

  1. Icarus verilog Simulator Configuration in VisualSim.bat

export SimulatorName=IcarusVerilog (If your are using Icarus Verilog Simulator, give the same name (IcarusVerilog is case sensitive)

export VERILOGPATH=/usr/bin (This path could vary based on your system)