mirror of
https://github.com/YosysHQ/yosys
synced 2026-03-18 02:53:49 +00:00
analogdevices: fix MUXF78 name
This commit is contained in:
parent
e47b3a6c1f
commit
4aa11aaffa
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@
|
|||
// ABC cannot optimise just one of the MUXF7 away
|
||||
// and expect to save on its delay
|
||||
(* abc9_box, lib_whitebox *)
|
||||
module \$__XILINX_MUXF78 (output O, input I0, I1, I2, I3, S0, S1);
|
||||
module \$__ANALOGDEVICES_MUXF78 (output O, input I0, I1, I2, I3, S0, S1);
|
||||
assign O = S1 ? (S0 ? I3 : I2)
|
||||
: (S0 ? I1 : I0);
|
||||
specify
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue