diff options
author | YRabbit <rabbit@yrabbit.cyou> | 2022-03-26 20:56:30 +1000 |
---|---|---|
committer | YRabbit <rabbit@yrabbit.cyou> | 2022-03-26 20:56:30 +1000 |
commit | be8d3fd74dae297d79e41165c2141aadef3d6582 (patch) | |
tree | 166fe889cab7346eb4e303e39861eed64689b422 /gowin/constids.inc | |
parent | 374ac6d162a068601e2933a5794a9a5b8aae6ae0 (diff) | |
download | nextpnr-be8d3fd74dae297d79e41165c2141aadef3d6582.tar.gz nextpnr-be8d3fd74dae297d79e41165c2141aadef3d6582.tar.bz2 nextpnr-be8d3fd74dae297d79e41165c2141aadef3d6582.zip |
gowin: Consider the peculiarity of GW1BR-9C
The GW1NR-9C chip ODDR implementation differs from all other supported
chips by two suspicious inputs.
Signed-off-by: YRabbit <rabbit@yrabbit.cyou>
Diffstat (limited to 'gowin/constids.inc')
-rw-r--r-- | gowin/constids.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gowin/constids.inc b/gowin/constids.inc index b293293b..8159cc10 100644 --- a/gowin/constids.inc +++ b/gowin/constids.inc @@ -681,6 +681,8 @@ X(IOBJS) // IOLOGIC X(TX) +X(XXX_VSS) +X(XXX_VCC) X(OBUF_TYPE) X(SBUF) X(DBUF) |