aboutsummaryrefslogtreecommitdiffstats
path: root/gowin/arch.h
diff options
context:
space:
mode:
authorYRabbit <rabbit@yrabbit.cyou>2022-07-19 18:51:25 +1000
committerYRabbit <rabbit@yrabbit.cyou>2022-07-19 18:51:25 +1000
commit6969782a4b76dd7846bb206d08768736b9cac341 (patch)
tree44ffd30ab8437868b353a868d80606c7699a01c1 /gowin/arch.h
parent5667113f8a8f23cf0385a3e0ae88cd844e622443 (diff)
downloadnextpnr-6969782a4b76dd7846bb206d08768736b9cac341.tar.gz
nextpnr-6969782a4b76dd7846bb206d08768736b9cac341.tar.bz2
nextpnr-6969782a4b76dd7846bb206d08768736b9cac341.zip
gowin: Remove incomprehensible names of the muxes
There is no need to multiply item names, it is a rudiment of my very first addition to nextpnr. Fully compatible with older versions of Apicula. Note: the cosmetic changes in lines with RAM are not my initiative, but the result of applying clang-format. Signed-off-by: YRabbit <rabbit@yrabbit.cyou>
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