Sign in
foss-fpga-tools
/
symbiflow-arch-defs
/
refs/heads/bot-conda-lock-update
/
.
/
lattice
/
ecp5
/
primitives
/
slice
/
PFUMX
/
PFUMX.sim.v
blob: c43d8ddd615c1db60858f7a61f3e2b89657984c0 [
file
] [
log
] [
blame
] [
edit
]
`default_nettype none
module PFUMX (input ALUT, BLUT, C0, output Z);
assign Z = C0 ? ALUT : BLUT;
endmodule