diff options
author | Eddie Hung <e.hung@imperial.ac.uk> | 2018-07-23 18:22:32 -0700 |
---|---|---|
committer | Eddie Hung <e.hung@imperial.ac.uk> | 2018-07-23 18:22:32 -0700 |
commit | 9149012fd1555e4e47d65988612be8da514ec0fb (patch) | |
tree | ae837431fd8535c605e7aa30a7e6d225ba919056 /ecp5/iotypes.inc | |
parent | 30ec1cfbd7dd02578fa2a3e33612e863f01ea959 (diff) | |
parent | 139f7e0903b6c299b7c85bebfd7674933e952a50 (diff) | |
download | nextpnr-9149012fd1555e4e47d65988612be8da514ec0fb.tar.gz nextpnr-9149012fd1555e4e47d65988612be8da514ec0fb.tar.bz2 nextpnr-9149012fd1555e4e47d65988612be8da514ec0fb.zip |
Merge remote-tracking branch 'origin/master' into redist_slack
Diffstat (limited to 'ecp5/iotypes.inc')
-rw-r--r-- | ecp5/iotypes.inc | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/ecp5/iotypes.inc b/ecp5/iotypes.inc new file mode 100644 index 00000000..5984e79e --- /dev/null +++ b/ecp5/iotypes.inc @@ -0,0 +1,37 @@ +X(LVTTL33) +X(LVCMOS33) +X(LVCMOS25) +X(LVCMOS18) +X(LVCMOS15) +X(LVCMOS12) + +X(SSTL18_I) +X(SSTL18_II) +X(SSTL15_I) +X(SSTL15_II) +X(SSTL135_I) +X(SSTL135_II) +X(HSUL12) + +X(SSTL18D_I) +X(SSTL18D_II) +X(SSTL135D_I) +X(SSTL135D_II) +X(SSTL15D_I) +X(SSTL15D_II) +X(HSUL12D) +X(LVCMOS33D) +X(LVCMOS25D) + +X(LVDS) +X(BLVDS25) +X(MLVDS25) +X(LVPECL33) +X(SLVS) +X(SUBLVDS) +X(LVCMOS18D) + +X(LVDS25E) +X(BLVDS25E) +X(MLVDS25E) +X(LVPECL33E) |