Sign in
foss-fpga-tools
/
symbiflow-arch-defs
/
refs/heads/bot-conda-lock-update
/
.
/
xilinx
/
common
/
primitives
/
common_slice
/
routing
/
Nused
/
ntemplate.Nused.sim.v
blob: a8e020e33bce91fc53401f579b59ebf8880810c0 [
file
] [
log
] [
blame
] [
edit
]
`include "../../../../../../vpr/muxes/logic/mux2/mux2.sim.v"
module {N}USED(I0, O);
input wire I0;
parameter [0:0] S = 0;
output wire O;
MUX2 mux (
.I0(I0),
.I1(0),
.S0(S),
.O(O)
);
endmodule