aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorLofty <dan.ravensloft@gmail.com>2022-03-09 16:40:32 +0000
committergatecat <gatecat@ds0.me>2022-03-09 20:18:06 +0000
commit9f7a55c99ff179e503397b5c9929de7ca97fd793 (patch)
tree88d6e81cea45f30341a48a5cf25c7dc18c57ff9d /tests
parent4ccc2adbda523283997f273b0f182807ab07c0a9 (diff)
downloadyosys-9f7a55c99ff179e503397b5c9929de7ca97fd793.tar.gz
yosys-9f7a55c99ff179e503397b5c9929de7ca97fd793.tar.bz2
yosys-9f7a55c99ff179e503397b5c9929de7ca97fd793.zip
intel_alm: M10K write-enable is negative-true
Diffstat (limited to 'tests')
-rw-r--r--tests/arch/intel_alm/blockram.ys3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/arch/intel_alm/blockram.ys b/tests/arch/intel_alm/blockram.ys
index c157c3165..3b61b9339 100644
--- a/tests/arch/intel_alm/blockram.ys
+++ b/tests/arch/intel_alm/blockram.ys
@@ -2,5 +2,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
cd sync_ram_sdp
+select -assert-count 1 t:MISTRAL_NOT
select -assert-count 1 t:MISTRAL_M10K
-select -assert-none t:MISTRAL_M10K %% t:* %D
+select -assert-none t:MISTRAL_NOT t:MISTRAL_M10K %% t:* %D