Altera_Forum
Honored Contributor
14 years agowhen printed "quartus_sh --qhelp" in tcl console,quartus ii occured an error
Error:invalid command name "quartus_sh"
Error: while executing Error:"unknown_original quartus_sh --qhelp" Error: ("eval" body line 1) Error: invoked from within Error:"eval unknown_original $cmd $args" Error: (procedure "::unknown" line 7) Error: invoked from within Error:"quartus_sh --qhelp" I checked the packages that loaded and found the package "project" was not loaded yet. I printed "load_package ::quartus:: project -version 6.0 " and got an error again: Error:ERROR: Tcl package "::quartus:: project" does not exist. Specify an available Quartus II Tcl package. Type "help" for a list of available Quartus II Tcl packages. I am new in using tcl and I can't figure this out. how can I run executables like quartus_fit, _map and so on in tcl console? Any thoughts on this issue are appreciated.