From 6969782a4b76dd7846bb206d08768736b9cac341 Mon Sep 17 00:00:00 2001 From: YRabbit Date: Tue, 19 Jul 2022 18:51:25 +1000 Subject: 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 --- gowin/arch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gowin/arch.h') 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 -- cgit v1.2.3