From 954e21148f8aac040f9ed9d8742b1d58754276e2 Mon Sep 17 00:00:00 2001 From: Jacob Pease Date: Tue, 6 Aug 2024 17:11:08 -0500 Subject: [PATCH] Removed line referring to local file in wally.tcl. --- fpga/generator/wally.tcl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fpga/generator/wally.tcl b/fpga/generator/wally.tcl index 465d0c73a..b2e1e359e 100644 --- a/fpga/generator/wally.tcl +++ b/fpga/generator/wally.tcl @@ -92,8 +92,7 @@ if {$board=="ArtyA7"} { #source ../constraints/small-debug.xdc source ../constraints/small-debug-rvvi.xdc } else { - # source ../constraints/vcu-small-debug.xdc - source ../constraints/debug6.xdc + source ../constraints/vcu-small-debug.xdc }