WORK > DEFAULT
DEFAULT: ./Work
TIMEBASE = NS
set path = (/project/cmc/bin $path)
export PATH=/project/cmc/bin:$PATH
setSYNOPSYS2004.06You should then see a new window pop up that lists the main invocation commands.
vhdlan <filename.vhd>If there are syntactical errors in the source code, vhdlan will report the line number and attempt to describe the source of the error.
vhdldbx &
# trace x
# trace y
# trace *
# assign '1' x
# run 2Alternatively, you can type 2 in the small text box beside the run button, then press this button. After running the simulation, waveforms from the selected signals will be updated in the waveform viewer. To see the complete waveform, select View => Full Fit from the waveform menu bar.
comm comm_entity_1
trace /entity_1/x
trace /entity_1/y
assign '1' /entity_1/x
run 2
assign '0' /entity_1/x
run 3
assign '1' /entity_1/x
run 1
end comm
# include sim_entity_1
# comm_entity_1Notice that signals should be referenced in command files qualified by the corresponding entity name.
# quit
![]() |
Return back to the course home page. |