mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-28 03:15:50 +00:00
Fix broken MUXFx box, use MUXF7x2 box instead
This commit is contained in:
parent
603fe9cda9
commit
a9a140aa6c
3 changed files with 37 additions and 36 deletions
|
@ -14,10 +14,11 @@ F7MUX 1 1 3 1
|
|||
MUXF8 2 1 3 1
|
||||
104 94 273
|
||||
|
||||
# Inputs: I0 I1 I2 I3 S0 S1
|
||||
# Outputs: O
|
||||
$__MUXF78 3 1 6 1
|
||||
190 193 217 223 296 273
|
||||
# Inputs: I0 I1 I2 I3 S
|
||||
# Outputs: O0 O1
|
||||
$__MUXF7x2 3 1 5 2
|
||||
190 193 - - 276
|
||||
- - 217 223 296
|
||||
|
||||
# CARRY4 + CARRY4_[ABCD]X
|
||||
# Inputs: CYINIT DI0 DI1 DI2 DI3 S0 S1 S2 S3 CI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue