mirror of
https://github.com/YosysHQ/yosys
synced 2025-09-15 14:11:29 +00:00
Add comments to ecp5 box
This commit is contained in:
parent
792d0670c3
commit
6027549464
1 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,11 @@
|
||||||
|
# NB: Inputs/Outputs must be ordered alphabetically
|
||||||
|
# (with exceptions for carry in/out)
|
||||||
|
|
||||||
# Box 1 : CCU2C (2xCARRY + 2xLUT4)
|
# Box 1 : CCU2C (2xCARRY + 2xLUT4)
|
||||||
# Outputs: S0, S1, COUT
|
# Outputs: S0, S1, COUT
|
||||||
|
# (NB: carry chain input/output must be last
|
||||||
|
# input/output and have been moved there
|
||||||
|
# overriding the alphabetical ordering)
|
||||||
# name ID w/b ins outs
|
# name ID w/b ins outs
|
||||||
CCU2C 1 1 9 3
|
CCU2C 1 1 9 3
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue