Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17268 Discussions

How can I disable or connect a module in a Qsys system

VKap01
Beginner
903 Views

Hello Masters. How can I disable or connect a module in a Qsys system (or even in a subsystem) through a tcl script. The module is not custom. for example, in one case we connect the QSPI interface, and in the other CFI-flash. how can this be done using tcl, does anyone have any examples?

I want to change one parameter (type of circuit board) in tcl script and get the corresponding qsys system, either with qspi interface or with parallel CFI 👺 Help me please😔

0 Kudos
1 Reply
KennyTan_Altera
Moderator
823 Views

you can follow the steps below:

 

1) Open up platform designer

2) make some simple connection there

3) click files -> export system as Platform designer scripts .tcl

4) Open up this .tcl, you will notice all the properties and connection

5) Make use of this syntax to continue your development.

0 Kudos
Reply