Altera_Forum
Honored Contributor
7 years agoPurpose of WIRE buffer in BDF
What is the purpose of the "WIRE" buffer in BDF schematics ?
The reason for asking is related to the Verilog "WIRE", which I understand to be analogous to a VHDL "SIGNAL" (I don't know Verilog). A previous thread explained "WIRE" to be ~ "a way to connect things", but in BDF you have the graphical wiring tool. So, if coding BDF, when and why sould the "WIRE" buffer be used ? In the schematics below, is there a difference between "circuit1" and "circuit2" ? in1 ----|>----- out1 // circuit 1 - "|>" is a WIRE-buffer in2 ------------ out2 // circuit 2