Добавление комментариев в constraints

Это позволяет понимать к какому модулю относится какой файл
constraints.
This commit is contained in:
Солодовников Андрей Павлович
2025-10-08 10:09:21 +03:00
parent c045536401
commit 3d535f765b
6 changed files with 12 additions and 6 deletions

View File

@@ -1,4 +1,5 @@
## This file is a general .xdc for the Nexys A7-100T ## This file is a .xdc for module fulladder32
## running on the Nexys A7-100T
## To use it in a project: ## To use it in a project:
## - uncomment the lines corresponding to used pins ## - uncomment the lines corresponding to used pins
## - rename the used ports (in each line, after get_ports) according to the top level signal names in the project ## - rename the used ports (in each line, after get_ports) according to the top level signal names in the project

View File

@@ -1,4 +1,5 @@
## This file is a general .xdc for the Nexys A7-100T ## This file is a .xdc for module alu
## running on the Nexys A7-100T
## To use it in a project: ## To use it in a project:
## - uncomment the lines corresponding to used pins ## - uncomment the lines corresponding to used pins
## - rename the used ports (in each line, after get_ports) according to the top level signal names in the project ## - rename the used ports (in each line, after get_ports) according to the top level signal names in the project

View File

@@ -1,4 +1,5 @@
## This file is a general .xdc for the Nexys A7-100T ## This file is a .xdc for module register_file
## running on the Nexys A7-100T
## To use it in a project: ## To use it in a project:
## - uncomment the lines corresponding to used pins ## - uncomment the lines corresponding to used pins
## - rename the used ports (in each line, after get_ports) according to the top level signal names in the project ## - rename the used ports (in each line, after get_ports) according to the top level signal names in the project

View File

@@ -1,4 +1,5 @@
## This file is a general .xdc for the Nexys A7-100T ## This file is a .xdc for module CYBERcobra
## running on the Nexys A7-100T
## To use it in a project: ## To use it in a project:
## - uncomment the lines corresponding to used pins ## - uncomment the lines corresponding to used pins
## - rename the used ports (in each line, after get_ports) according to the top level signal names in the project ## - rename the used ports (in each line, after get_ports) according to the top level signal names in the project

View File

@@ -1,4 +1,5 @@
## This file is a general .xdc for the Nexys A7-100T ## This file is a .xdc for module processor_system (labs 7-11)
## running on the Nexys A7-100T
## To use it in a project: ## To use it in a project:
## - uncomment the lines corresponding to used pins ## - uncomment the lines corresponding to used pins
## - rename the used ports (in each line, after get_ports) according to the top level signal names in the project ## - rename the used ports (in each line, after get_ports) according to the top level signal names in the project

View File

@@ -1,4 +1,5 @@
## This file is a general .xdc for the Nexys A7-100T ## This file is a .xdc for module processor_system (lab 13)
## running on the Nexys A7-100T
## To use it in a project: ## To use it in a project:
## - uncomment the lines corresponding to used pins ## - uncomment the lines corresponding to used pins
## - rename the used ports (in each line, after get_ports) according to the top level signal names in the project ## - rename the used ports (in each line, after get_ports) according to the top level signal names in the project