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

Generation of buffer when taking port as "inout"

Altera_Forum
Honored Contributor II
1,467 Views

Hi, 

I have make simple program as below where a is "input" port,b is "output" port and x is "wire". 

buf b1(x,a); 

buf b2(b,x); 

Here if i take b as "inout" port it is generating one extra buffer in RTL view.What is the reason?
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
664 Views

Examine the technology map to see the real FPGA implementation.

0 Kudos
Reply