Running Modelsim for eXCite
first compile the simulation library for Cyclone II vlib cycloneii_atoms vmap cycloneii_atoms cycloneii_atoms vlog -work cycloneii_atoms ~janders/altera9.1sp2/quartus/eda/sim_lib/cycloneii_atoms.v now compile the design vlib work
vmap work work
vlog -work work <design>.vo TB.v
now can run the simulator, the +acc on the end may be necessary to see the signal names? vsim -t ps +transport_int_delays +transport_path_delays -L work -L cycloneii_atoms work.<testbench module name> +acc