Forum Discussion
JSpil1
New Contributor
6 years ago------------------------------------------------
invalid command name "quartus_sim"
while executing
"unknown_original quartus_sim --tcl_eval <tcl command>"
("eval" body line 1)
invoked from within
"eval unknown_original $cmd $args"
(procedure "::unknown" line 7)
invoked from within
"quartus_sim --tcl_eval <tcl command>"
invoked from within
"execute_flow -compile_and_simulate"
invoked from within
"if {$make_assignments} {
set_global_assignment -name FAMILY "Cyclone V"
set_global_assignment -name DEVICE 5CSEMA5F31C6
set_global_assignment -name..."
(file "Multiplier2x3Bit.tcl" line 42)
------------------------------------------------I'm also experiencing a similar issue when calling "execute_flow -compile_and_simulate" from my tcl script. (Logs above). I'll do some digging, I'm wondering if this has something to do with packages that are loaded automatically in the gui but need to be manually loaded when running a script. Any support on this would be great.