From 384106d0146a0eb2fdf1f8075809ec8f6c212058 Mon Sep 17 00:00:00 2001 From: Johannes Wirth Date: Fri, 24 Nov 2023 12:48:52 +0100 Subject: [PATCH] Fix constraints for AWS --- toolflow/vivado/platform/common/plugins/custom_constraints.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolflow/vivado/platform/common/plugins/custom_constraints.tcl b/toolflow/vivado/platform/common/plugins/custom_constraints.tcl index 8a24fe7b..aaf52229 100644 --- a/toolflow/vivado/platform/common/plugins/custom_constraints.tcl +++ b/toolflow/vivado/platform/common/plugins/custom_constraints.tcl @@ -36,4 +36,4 @@ namespace eval custom_constraints { } } -tapasco::register_plugin "platform::custom_constraints::parse_constraints_file" "post-arch" +tapasco::register_plugin "platform::custom_constraints::parse_constraints_file" "pre-platform"