Altera_Forum
Honored Contributor
13 years agoBuffer port in Quartus schematic
Hello all,
Does anybody know how to put a buffer symbol as a buffer port in Quartus schematic? In VHDL, I can simply use folloing line to declare a buffer port in Entity part. aluout: buffer STD_LOGIC_VECTOR[31 DOWNTO 0] But in schematic, I can only find three port symbols [INPUT, OUTPUT, BIDIR] from symbol tree /libraries/Primitive/pin.. These three symbols will become [in, out, inout] when converting the schematic to VHDL code. Is it possible to create the buffer port in schematic so that it will convert to the desired VHDL code as shown above? Thanks a lot! Hsing