The
model
window is used to view and/or to develop HDL
source code. This window is very similar to the
application window for software development.
Both Verilog
and VHDL is fully supported by tool chains, which are
accessible by compile and build buttons on the toolbar
of the Model window. Building the code is a three step
process:
1. The HDL source files are compiled to a fast executing
C++ model.
2. The C++ model is compiled to a shared object.
3. The shared object is loaded.
Note: These tools are also accessable from the command
line.
|