mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-13 04:28:18 +00:00
LX -> LP
This commit is contained in:
parent
5c42455350
commit
e3709e5ee6
|
@ -3,7 +3,7 @@
|
||||||
// `define SB_DFF_REG reg Q
|
// `define SB_DFF_REG reg Q
|
||||||
|
|
||||||
`define ABC_ARRIVAL_HX(TIME) `ifdef ICE40_HX (* abc_arrival=TIME *) `endif
|
`define ABC_ARRIVAL_HX(TIME) `ifdef ICE40_HX (* abc_arrival=TIME *) `endif
|
||||||
`define ABC_ARRIVAL_LX(TIME) `ifdef ICE40_LX (* abc_arrival=TIME *) `endif
|
`define ABC_ARRIVAL_LP(TIME) `ifdef ICE40_LP (* abc_arrival=TIME *) `endif
|
||||||
`define ABC_ARRIVAL_U(TIME) `ifdef ICE40_U (* abc_arrival=TIME *) `endif
|
`define ABC_ARRIVAL_U(TIME) `ifdef ICE40_U (* abc_arrival=TIME *) `endif
|
||||||
|
|
||||||
// SiliconBlue IO Cells
|
// SiliconBlue IO Cells
|
||||||
|
|
Loading…
Reference in a new issue