Forum Discussion
Altera_Forum
Honored Contributor
12 years agoThis works fine.
resultvlib work
vcom C:/altera/13.0sp1/report.vhd
# Model Technology ModelSim ALTERA vcom 10.1d Compiler 2012.11 Nov 2 2012
# -- Loading package STANDARD
# -- Compiling entity top
# -- Loading package TEXTIO
# -- Loading package std_logic_1164
# -- Compiling architecture arch of top
vsim -i top -msgmode both - -do "run -all"
# ** Error: (vish-3296) Unknown option '-'.
# Use the -help option for complete vsim usage.
# Error loading design
vsim -i top -msgmode both -do "run -all"
# vsim -do {run -all} -i -msgmode both top
# Loading std.standard
# Loading std.textio(body)
# Loading ieee.std_logic_1164(body)
# Loading work.top(arch)
# run -all
# ** Note: message 1
# Time: 1 ns Iteration: 0 Instance: /top
# ** Note: message 2
# Time: 2 ns Iteration: 0 Instance: /top
and I got the two messages in the message viewer. I will try to implement this in my project and see what that does. But that'll have to wait until tomorrow. Thanks for the help so far.