Jump to...
These instructions assume you are starting a new project.
Name ex02proj Location browse to the ex02 directory Top Level Source Type HDL
Product Category General Purpose (or leave at All) Family Spartan3E Device XC3S500E Package FG320 Speed -4 Synthesis Tool XST (VHDL/Verilog) Simulator ISim (VHDL/Verilog) Preferred Language VHDL
These instructions assume you are following the instructions in the workbook. This section gives the ModelSim commands to carry out the various instructions in the workbook.
vlib part1 vmap work part1
vcom exor2.vhd
vcom exor2tb.vhd
vcom exor2cf.vhd
vsim exorcf_part1 -voptargs=+acc
add wave /* run -all wave zoom full
quit -sim
vmap -del work
vlib LIB1 vlib TB_LIB
vcom exor2.vhd -work LIB1
vcom exor2tb.vhd -work TB_LIB
vcom exor2cf.vhd -work TB_LIB vsim TB_LIB.exorcf_part2 -voptargs=+acc add wave /* run -all wave zoom full
vcom exor2cf.vhd -work TB_LIB vsim TB_LIB.exorcf_part3 -voptargs=+acc add wave /* run -all wave zoom full
vcom exor2tb.vhd -work TB_LIB vsim TB_LIB.exor2tb -voptargs=+acc add wave /* run -all wave zoom full
vcom exor2cf.vhd -work TB_LIB vsim TB_LIB.exorcf_part5 -voptargs=+acc add wave /* run -all wave zoom full
quit -sim exit -f