Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
17048 Discussions

How to automatically add I/O pins tobdf in Quartus II

Altera_Forum
Honored Contributor II
1,452 Views

Dear All,  

does anybody know if there is a way to automatically (via a script tcl or something else) add I/O pins 

to a bdf? I'm looking around but don't see anything.  

Thanks a lot in advance.
0 Kudos
4 Replies
Altera_Forum
Honored Contributor II
490 Views

I'm curious as to why you would want to do this i.e. creating a script in the first place requires effort and is not automatic in itself so why not simply place the pins in the bdf?

0 Kudos
Altera_Forum
Honored Contributor II
490 Views

One of my favorite things is in a .bdf right-click on a symbol and Generate Pins for Symbol(or something like that). If I'm creating a test design with 2-3 components, it's often quicker to visualize the connections(especially a test you're showing to others) and I find this a great way to add them.

0 Kudos
Altera_Forum
Honored Contributor II
490 Views

Hi de-em, 

script editing is much faster than GUI interaction when you have a lot of entities with similar names. 

Massimo
0 Kudos
Altera_Forum
Honored Contributor II
490 Views

This is an idea, I can generate a dummy vhdl for the port definition, istantiate the related symbol in the Top bdf then right-click and "Generated pins for Symbol" 

A little bit tricky but it should work. Thanks Rysc.
0 Kudos
Reply