From 00437b36ebd53e39a59a6ffbb9e35aecb29214c5 Mon Sep 17 00:00:00 2001 From: "Emil J. Tywoniak" Date: Thu, 16 Apr 2026 15:50:05 +0200 Subject: [PATCH] Revert "tests: use memory -bram-register in tests/bram" This reverts commit 24488a7011474080bcb99a91d38ae27b2c2d813c. --- tests/bram/run-single.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 tests/bram/run-single.sh diff --git a/tests/bram/run-single.sh b/tests/bram/run-single.sh old mode 100755 new mode 100644 index 6cd2ac44d..358423f32 --- a/tests/bram/run-single.sh +++ b/tests/bram/run-single.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash set -e -../../yosys -qq -f verilog -p "proc; opt; memory -nomap -bram-register temp/brams_${2}.txt; opt -fast -full" \ +../../yosys -qq -f verilog -p "proc; opt; memory -nomap -bram temp/brams_${2}.txt; opt -fast -full" \ -l temp/synth_${1}_${2}.log -o temp/synth_${1}_${2}.v temp/brams_${1}.v iverilog -Dvcd_file=\"temp/tb_${1}_${2}.vcd\" -DSIMLIB_MEMDELAY=1 -o temp/tb_${1}_${2}.tb temp/brams_${1}_tb.v \ temp/brams_${1}_ref.v temp/synth_${1}_${2}.v temp/brams_${2}.v ../../techlibs/common/simlib.v