mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2024-10-01 01:45:38 -04:00
Change name of pin constraint file to match tk1 pcb
Signed-off-by: Joachim Strömbergson <joachim@assured.se>
This commit is contained in:
parent
17ddb1f84a
commit
022bf0bbf9
@ -26,7 +26,7 @@ ICESTORM_PATH ?=
|
|||||||
# bits wide; an EBR is 128 32-bits words)
|
# bits wide; an EBR is 128 32-bits words)
|
||||||
BRAM_FW_SIZE ?= 1536
|
BRAM_FW_SIZE ?= 1536
|
||||||
|
|
||||||
PIN_FILE ?= application_fpga_mta1_usb_v1.pcf
|
PIN_FILE ?= application_fpga_tk1.pcf
|
||||||
|
|
||||||
SIZE ?= llvm-size
|
SIZE ?= llvm-size
|
||||||
OBJCOPY ?= llvm-objcopy
|
OBJCOPY ?= llvm-objcopy
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
#=======================================================================
|
#=======================================================================
|
||||||
#
|
#
|
||||||
# application_fpga_usb_v1.pcf
|
# application_fpga_tk1.pcf
|
||||||
# ---------------------------
|
# ------------------------
|
||||||
# Pin constraints file for the Application FPGA design to be used
|
# Pin constraints file for the Application FPGA design to be used
|
||||||
# on the MTA1-USB-V1 board with the CH552 MCU used as a USB-serial chip.
|
# on the tk1 board with the CH552 MCU used as a USB-serial chip.
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# Copyright (C) 2022 - Tillitis AB
|
# Copyright (C) 2022 - Tillitis AB
|
||||||
@ -35,5 +35,5 @@ set_io led_g 40
|
|||||||
set_io led_b 41
|
set_io led_b 41
|
||||||
|
|
||||||
#=======================================================================
|
#=======================================================================
|
||||||
# EOF application_fpga_ch552.pcf
|
# EOF application_fpga_tk1.pcf
|
||||||
#=======================================================================
|
#=======================================================================
|
Loading…
Reference in New Issue
Block a user