1
0
mirror of https://github.com/olofk/serv.git synced 2026-03-01 17:25:51 +00:00

Add ECP5 evaluation board target

Done by analogy with ulx3s target
This commit is contained in:
Nazar Kazakov
2024-04-09 15:53:28 +01:00
committed by Olof Kindgren
parent 3b9331b3b5
commit d577062672
5 changed files with 137 additions and 0 deletions

16
data/ecp5_evn.lpf Normal file
View File

@@ -0,0 +1,16 @@
# 12MHz clock from FTDI FT2232H
LOCATE COMP "clk" SITE "A10";
IOBUF PORT "clk" IO_TYPE=LVCMOS33;
FREQUENCY PORT "clk" 12 MHZ;
# SW4 button
LOCATE COMP "nreset" SITE "P4";
IOBUF PORT "nreset" IO_TYPE=LVCMOS33;
# LED0
LOCATE COMP "led0" SITE "A13";
IOBUF PORT "led0" IO_TYPE=LVCMOS25;
# J40 Header Pin #1
LOCATE COMP "uart_txd" SITE "K2";
IOBUF PORT "uart_txd" PULLMODE=UP IO_TYPE=LVCMOS33 DRIVE=4;