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

Generation of buffer when taking port as "inout"

Altera_Forum
Honored Contributor II
1,453 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
650 Views

Examine the technology map to see the real FPGA implementation.

0 Kudos
Reply