Forum Discussion
Altera_Forum
Honored Contributor
14 years agodo setup_sim.do# c:/altera/91/quartus//sopc_builder# c:/altera/91/quartus//bin/perl# Sopc_Builder Directory: c:/altera/91/quartus//sopc_builder # ** Error: list element in braces followed by ";" instead of space# Error in macro ./setup_sim.do line 38# list element in braces followed by ";" instead of space# while executing# "alias c "echo {Regenerating memory contents.# (This may take a moment)...}; restart -f; exec $sopc_perl/bin/perl -I $sopc/bin/perl_lib -I $sopc/bin $s..."
--End printout from console... Now, if I run this script from the same directory from ModelSim Altera, there is no error: do setup_sim.do# c:/altera/91/quartus//sopc_builder# c:/altera/91/quartus//bin/perl# Sopc_Builder Directory: c:/altera/91/quartus//sopc_builder # @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ # @@ # @@ setup_sim.do # @@ # @@ Defined aliases: # @@ # @@ s -- Load all design (HDL) files. # @@ re-vlog/re-vcom and re-vsim the design. # @@ # @@ c -- Re-compile memory contents. # @@ Builds C- and assembly-language programs # @@ (and associated simulation data-files # @@ such as UART simulation strings) for # @@ refreshing memory contents. # @@ Does NOT re-generate hardware (HDL) files # @@ ONLY WORKS WITH LEGACY SDK (Not the Nios IDE) # @@ # @@ w -- Sets-up waveforms for this design # @@ Each SOPC-Builder component may have # @@ signals 'marked' for display during # @@ simulation. This command opens a wave- # @@ window containing all such signals. # @@ # @@ l -- Sets-up list waveforms for this design # @@ Each SOPC-Builder component may have # @@ signals 'marked' for listing during # @@ simulation. This command opens a list- # @@ window containing all such signals. # @@ # @@ h -- print this message # @@ # @@ -- End console output-- Also, I do not see ModelSim PE as an option under simulator option in SOPC builder