Note The
following information is intended for advanced users.
Fuse
is the HDL compiler, elaborator and linker used by the ISim.
It links design units already compiled with vhpcomp or vlogcomp, and
creates a simulation executable. Fuse also takes a mixed language
project file and compiles the design units on the fly. Name(s) of
the top-level design unit(s) must be specified on fuse command line
argument. Fuse effects static elaboration on
the design given the top design units and then compiles the design
units to object code. The design unit object codes are then linked
together to create a simulation executable.
Fuse generates object code and data files for each design
unit comprising the design and places them inside isim/_tmp directory.
Caution Do no remove the isim/_tmp directory otherwise the design cannot be simulated.
The
syntax for this command is as follows:
fuse (option )
Note This command is case sensitive.