aboutsummaryrefslogtreecommitdiffstats
path: root/gowin/arch.h
diff options
context:
space:
mode:
authormyrtle <gatecat@ds0.me>2022-07-21 11:34:51 +0100
committerGitHub <noreply@github.com>2022-07-21 11:34:51 +0100
commit1b54fa2a1c1fae82315916f3b92f6282f376c861 (patch)
tree483d8f5b1d13546f3294e813adf07a571d150a4a /gowin/arch.h
parentdfea954754966fccb65ca30592ce8c15dad45267 (diff)
parent0285d471381d42cfa68eca2af0e83d112c087728 (diff)
downloadnextpnr-1b54fa2a1c1fae82315916f3b92f6282f376c861.tar.gz
nextpnr-1b54fa2a1c1fae82315916f3b92f6282f376c861.tar.bz2
nextpnr-1b54fa2a1c1fae82315916f3b92f6282f376c861.zip
Merge pull request #1004 from yrabbit/fix-muxes
gowin: Remove incomprehensible names of the muxes
Diffstat (limited to 'gowin/arch.h')
-rw-r--r--gowin/arch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gowin/arch.h b/gowin/arch.h
index 034e4b86..a1fc25ae 100644
--- a/gowin/arch.h
+++ b/gowin/arch.h
@@ -502,7 +502,7 @@ enum
{
mux_0_z = 10, // start Z for the MUX2LUT5 bels
iologic_0_z = 20, // start Z for the IOLOGIC bels
- lutram_0_z = 30, // start Z for the IOLOGIC bels
+ lutram_0_z = 30, // start Z for the IOLOGIC bels
vcc_0_z = 277, // virtual VCC bel Z
gnd_0_z = 278, // virtual VSS bel Z
osc_z = 280, // Z for the oscillator bels