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

How are signals connected in a bdf?

Altera_Forum
Honored Contributor II
1,379 Views

In a block diagram/schematic file, how can I connect the output of one block to the input of another block? 

 

So far, I have done this by naming the two signals the same and connecting the blocks with an orthogonal conduit. This way they are connected automatically. But now I am using more than one MegaWizard plug-in and I need to connect signals with different names. 

 

I also need to know how to connect an input pin to the input signal of a block.
0 Kudos
4 Replies
Altera_Forum
Honored Contributor II
641 Views

Hi Ferus, 

 

I would normally try not using the .bdf schematic capture when there seems to be a lot of connections in a design. In the code, these connections can be made while instantiating a block. You may want to google about implicit and explicit instantiations. Hope this helps! 

 

Regards, BVP
0 Kudos
Altera_Forum
Honored Contributor II
641 Views

Yes, I know how to make connections in code, but I was hoping that someone would know to make connections in the block diagram file. Maybe I'll have to abandon that.

0 Kudos
Altera_Forum
Honored Contributor II
641 Views

I have a little tutorial that shows how to use the schematic entry (bdf), might be useful to you: http://idle-logic.com/2010/04/19/configuring-the-cyclone-ii/ 

 

-Chris
0 Kudos
Altera_Forum
Honored Contributor II
641 Views

I can't post the link so google search using "altera conduit tutorial". 

 

You will get the title of the tutorial as: Altera Quartus Tutorial. 

 

 

This is the best tutorial on how to connect signals in Quartus. It even shows how to create blocks of circuits. This is how circuits should be designed.
0 Kudos
Reply