AustinTatious
New Contributor
3 years agoExternal Memif toolkit questions
I've been pouring through the Intel Quartus Prime Pro Edition User Guide scripting documentation and I found the external memif toolkit. It seems that it has a bunch of the functions I'm looking for, but when I tried typing "help external_memif_toolkit" it says that its only available for use in the qpro_sh and quartus_sh while executing. If I'm writing tcl script that utilizes these functions, how would I go about addressing them?
For example, in the example code for "get_connection_info" I see them using it within the for each loop to get information on each connection, but when I type "get_connection_info -h" I get the error from before about it only being available to qpro_sh and quartus_sh.