Forum Discussion

Bleeder's avatar
Bleeder
Icon for New Contributor rankNew Contributor
7 years ago

In the Quartus Prime Pro/Platform Designer 18.0, I want to execute the tcl command, "package require qsys", or "package require -exact 18.0", successfully.

I have tried in a tcl script, in tools->Tcl Console, in Quartus Prime Pro and in Platform Designer, as well as in quartus_sh, but the package is never found.

​Where and what should be typed to load the qsys package, required to use the create_system command, in order to build a qsys system?

1 Reply

  • sstrell's avatar
    sstrell
    Icon for Super Contributor rankSuper Contributor

    According to the Platform Designer user guide, the correct command is "package require -exact qsys 18.0". You're missing the word "qsys".