
Speedster Macro Cell Library www.achronix.com PAGE 82
Chapter 3 – Logic Functions
MUX2
Two Input Multiplexer Gate
Figure 3-1: Logic Symbol
MUX2 implements a tw
o‐input multiplexer gate that has each of the twodata inputs (din0,
din1)connecteddirectlyto theoutputsofapairofLUT4blocksinanRLB.TheMUX2,when
combinedwithtwoLUT4s,canbeusedaseitheraLUT5,a4:1multiplexer,orafunctionofup
tonineinpu
ts.
Pins
Table 3-1: Pin Descriptions
Name Type Description
din0, din1 Data inputs.
sel Data Selectinput.
dout Data Output.
Table 3-2: Function Table
sel din0 din1 dout
X 0 0 0
X 1 1 1
Verilog Instantiation Template
MUX2 instance_name (.dout(user_out),
.sel(user_sel),
.din0(user_din0),
.din1(user_din1));
input
input
output
00X0
01
X1
1X00
1X11
Commentaires sur ces manuels