From: Luke Kenneth Casson Leighton Date: Thu, 22 Mar 2018 10:15:47 +0000 (+0000) Subject: remove N_UART, N_SPI etc. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1b4818fdaa3861e0bf01a26eadd0757c58a87931;p=pinmux.git remove N_UART, N_SPI etc. --- diff --git a/src/parse.py b/src/parse.py index 26ec3b4..d280d0a 100644 --- a/src/parse.py +++ b/src/parse.py @@ -3,12 +3,6 @@ import math N_MUX = 1 # number of selection lines for the mux per io N_IO = 0 N_MUX_IO = 0 -N_UART = 4 -N_SPI = 1 -N_TWI = 2 -N_SD = 2 -N_JTAG = 2 -N_PWM = 1 Addressing = 'WORD' ADDR_WIDTH = 32 DATA_WIDTH = 32