Skip to content

Commit a8aa3d2

Browse files
author
Dmitrii Vasilev
committed
fix(igla): align Vivado scripts and constraints header with HARDWARE_SSOT XC7A200T-FGG676
- Flip fpga/vivado/build*.tcl from xc7a100tfgg676-1 to xc7a200tfgg676-1. - Correct target board/FPGA comments in specs/fpga/constraints/qmtech_a100t.xdc. Closes #1444
1 parent 7644b30 commit a8aa3d2

5 files changed

Lines changed: 10 additions & 6 deletions

File tree

.trinity/current_task/activity.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1512,3 +1512,7 @@
15121512
- **Commit:**
15131513
- **Files:** docs/NOW.md
15141514

1515+
## 2026-07-07T12:05:53Z — igla/w470-fpga-200t
1516+
- **Commit:**
1517+
- **Files:** fpga/vivado/build.tcl,fpga/vivado/build_gf16.tcl,fpga/vivado/build_gf16_matmul4x4.tcl,specs/fpga/constraints/qmtech_a100t.xdc
1518+

fpga/vivado/build.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
set part xc7a100tfgg676-1
1+
set part xc7a200tfgg676-1
22

33
set_property SEVERITY {Warning} [get_drc_checks LUTLP-1]
44

fpga/vivado/build_gf16.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
set part xc7a100tfgg676-1
1+
set part xc7a200tfgg676-1
22

33
set_property SEVERITY {Warning} [get_drc_checks LUTLP-1]
44

fpga/vivado/build_gf16_matmul4x4.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
set part xc7a100tfgg676-1
1+
set part xc7a200tfgg676-1
22

33
set_property SEVERITY {Warning} [get_drc_checks LUTLP-1]
44

specs/fpga/constraints/qmtech_a100t.xdc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
// SPDX-License-Identifier: Apache-2.0
22
################################################################################
3-
# QMTECH XC7A100T (Wukong Board) XDC Constraints File
3+
# QMTECH XC7A200T (Wukong Board) XDC Constraints File
44
# For ZeroDSP FPGA Implementation
55
# phi^2 + 1/phi^2 = 3 | TRINITY
66
################################################################################
7-
# Board: QMTECH XC7A100T-324 Core Board + Wukong Expansion
8-
# FPGA: Xilinx Artix-7 XC7A100T-CSG324
7+
# Board: QMTECH XC7A200T-FGG676 Core Board + Wukong Expansion
8+
# FPGA: Xilinx Artix-7 XC7A200T-FGG676
99
# Clock: 12 MHz input clock
1010
################################################################################
1111
# Pin conflict fix: UART changed from 8-bit parallel to 1-bit serial.

0 commit comments

Comments
 (0)