aboutsummaryrefslogtreecommitdiffstats
path: root/tests/arch/nexus
diff options
context:
space:
mode:
authorMarcelina Koƛcielnicka <mwk@0x04.net>2021-05-25 19:31:53 +0200
committerMarcelina Koƛcielnicka <mwk@0x04.net>2021-05-25 22:42:03 +0200
commit18806f1ef653f29654533ee47fd8a1b0cf1d645a (patch)
tree0643b3e6df614a31938e1b1af72cbab577f5fdf7 /tests/arch/nexus
parent0795b3ec076d8d2c0aa0d954b707271bd2f064bf (diff)
downloadyosys-18806f1ef653f29654533ee47fd8a1b0cf1d645a.tar.gz
yosys-18806f1ef653f29654533ee47fd8a1b0cf1d645a.tar.bz2
yosys-18806f1ef653f29654533ee47fd8a1b0cf1d645a.zip
memory_bram: Reuse extract_rdff helper for make_outreg.
Also properly skip read ports with init value or reset when not making use of make_outreg. Proper support for matching those will land later.
Diffstat (limited to 'tests/arch/nexus')
-rw-r--r--tests/arch/nexus/lutram.ys4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/arch/nexus/lutram.ys b/tests/arch/nexus/lutram.ys
index cd645f717..6e33431b6 100644
--- a/tests/arch/nexus/lutram.ys
+++ b/tests/arch/nexus/lutram.ys
@@ -13,7 +13,7 @@ design -load postopt
cd lutram_1w1r
stat
select -assert-count 8 t:WIDEFN9
-select -assert-count 16 t:LUT4
+select -assert-count 12 t:LUT4
select -assert-count 8 t:DPR16X4
-select -assert-count 36 t:FD1P3IX
+select -assert-count 8 t:FD1P3IX
select -assert-none t:DPR16X4 t:FD1P3IX t:WIDEFN9 t:LUT4 t:INV t:IB t:OB t:VLO t:VHI %% t:* %D