From 13be3b023afddb179f2267e5e25cc1d4100d631c Mon Sep 17 00:00:00 2001 From: Mikhail Yenuchenko <76039929+mixeme@users.noreply.github.com> Date: Wed, 21 Jan 2026 14:05:38 +0300 Subject: [PATCH] Update RUN_SYN.tcl --- scripts/scripts_syn/RUN_SYN.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/scripts_syn/RUN_SYN.tcl b/scripts/scripts_syn/RUN_SYN.tcl index 524a4b9..35d199f 100644 --- a/scripts/scripts_syn/RUN_SYN.tcl +++ b/scripts/scripts_syn/RUN_SYN.tcl @@ -12,7 +12,7 @@ ### ================= USER SETTINGS ================= -set RTL_TOP_NAME "scr1_top_ahb"; # RTL top module name +set RTL_TOP_NAME "scr1_core_top"; # RTL top module name set RTL_PATH "../src/rtl"; # RTL path to the source files set RTL_FILELIST_NAME "filelist.v"; # RTL path to the filelist for synthesis