diff options
author | Pepijn de Vos <pepijndevos@gmail.com> | 2022-03-19 19:44:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-19 18:44:08 +0000 |
commit | bb923c7732dbf8c930c8af85acd6f0583115af8e (patch) | |
tree | 8b84e1934e494f424b62d3835c0cc08422085de9 /gowin/constids.inc | |
parent | 774d3944b307a7b26164f728b5910f26b7d873f6 (diff) | |
download | nextpnr-bb923c7732dbf8c930c8af85acd6f0583115af8e.tar.gz nextpnr-bb923c7732dbf8c930c8af85acd6f0583115af8e.tar.bz2 nextpnr-bb923c7732dbf8c930c8af85acd6f0583115af8e.zip |
Gowin: use global VCC and VSS nets (#956)
* use global VCC and VSS nets
* derp
* remove init parameter
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 125fdc74..b293293b 100644 --- a/gowin/constids.inc +++ b/gowin/constids.inc @@ -787,6 +787,8 @@ X(SUM) X(CIN) X(COUT) X(OF) +X(V) +X(G) // timing X(X0) |