Change name of pin constraint file to match tk1 pcb

Signed-off-by: Joachim Strömbergson <joachim@assured.se>
This commit is contained in:
Joachim Strömbergson 2023-05-16 15:40:26 +02:00 committed by dehanj
parent 17ddb1f84a
commit 022bf0bbf9
No known key found for this signature in database
GPG Key ID: 3707A9DBF4BB8F1A
2 changed files with 5 additions and 5 deletions

View File

@ -26,7 +26,7 @@ ICESTORM_PATH ?=
# bits wide; an EBR is 128 32-bits words)
BRAM_FW_SIZE ?= 1536
PIN_FILE ?= application_fpga_mta1_usb_v1.pcf
PIN_FILE ?= application_fpga_tk1.pcf
SIZE ?= llvm-size
OBJCOPY ?= llvm-objcopy

View File

@ -1,9 +1,9 @@
#=======================================================================
#
# application_fpga_usb_v1.pcf
# ---------------------------
# application_fpga_tk1.pcf
# ------------------------
# 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
@ -35,5 +35,5 @@ set_io led_g 40
set_io led_b 41
#=======================================================================
# EOF application_fpga_ch552.pcf
# EOF application_fpga_tk1.pcf
#=======================================================================