From 8f6a06951c7a3da0b5427950f19c0bf5fe67f854 Mon Sep 17 00:00:00 2001 From: KrystalDelusion Date: Mon, 11 Jul 2022 12:31:38 +1200 Subject: [PATCH] Fix for sync_ram_sdp not being final module Explicitly declare -top in synth_intel_alm. --- tests/arch/intel_alm/blockram.ys | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/arch/intel_alm/blockram.ys b/tests/arch/intel_alm/blockram.ys index 3b61b9339..21b5ecbfb 100644 --- a/tests/arch/intel_alm/blockram.ys +++ b/tests/arch/intel_alm/blockram.ys @@ -1,6 +1,6 @@ read_verilog ../common/blockram.v chparam -set ADDRESS_WIDTH 10 -set DATA_WIDTH 10 sync_ram_sdp -synth_intel_alm -family cyclonev -noiopad -noclkbuf +synth_intel_alm -top sync_ram_sdp -family cyclonev -noiopad -noclkbuf cd sync_ram_sdp select -assert-count 1 t:MISTRAL_NOT select -assert-count 1 t:MISTRAL_M10K