From 73e83632253b9455c6fe2eb6387862ce1b8d34ce Mon Sep 17 00:00:00 2001 From: Oliver Gurka Date: Thu, 18 Sep 2025 14:33:06 +0000 Subject: [PATCH] feat(build): enable component synth for Agilex 3 devices This will allow users to synthesize components without having a license. This FPGA part is on new Atum A3 Nano board from Terasic. --- build/targets/comp_quartus.tcl | 1 + 1 file changed, 1 insertion(+) diff --git a/build/targets/comp_quartus.tcl b/build/targets/comp_quartus.tcl index d30698923..1f2a95ca8 100644 --- a/build/targets/comp_quartus.tcl +++ b/build/targets/comp_quartus.tcl @@ -69,6 +69,7 @@ if {![info exists SYNTH_FLAGS(FPGA)]} { } set SYNTH_FLAGS(FPGA) [string map { "STRATIX10" "1SD280PT2F55E1VG" + "AGILEX3" "A3CZ135BB18AE7S" "AGILEX" "AGIB027R29A1E2VR0" } $SYNTH_FLAGS(DEVICE)] }