diff options
author | KrystalDelusion <krystinedawn@yosyshq.com> | 2022-07-11 12:31:38 +1200 |
---|---|---|
committer | KrystalDelusion <krystinedawn@yosyshq.com> | 2023-02-21 05:23:16 +1300 |
commit | 8f6a06951c7a3da0b5427950f19c0bf5fe67f854 (patch) | |
tree | ebfc9119717501f708988eb768ea0375f4956e96 /tests/arch | |
parent | 7f033d3c1f4604d303da237fbc7a38ee503416ad (diff) | |
download | yosys-8f6a06951c7a3da0b5427950f19c0bf5fe67f854.tar.gz yosys-8f6a06951c7a3da0b5427950f19c0bf5fe67f854.tar.bz2 yosys-8f6a06951c7a3da0b5427950f19c0bf5fe67f854.zip |
Fix for sync_ram_sdp not being final module
Explicitly declare -top in synth_intel_alm.
Diffstat (limited to 'tests/arch')
-rw-r--r-- | tests/arch/intel_alm/blockram.ys | 2 |
1 files changed, 1 insertions, 1 deletions
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 |