diff options
author | Marcelina KoĆcielnicka <mwk@0x04.net> | 2022-05-06 16:30:56 +0200 |
---|---|---|
committer | Marcelina KoĆcielnicka <mwk@0x04.net> | 2022-05-18 17:32:56 +0200 |
commit | 982a11c709b4b363f85ae52a127f8a98bda30a3f (patch) | |
tree | de2dd78747314064b3a7731fc4791b0ec7bfb77d /tests/memlib/memlib_lut.txt | |
parent | 2a2dc12eb69f2e904609e5b8275ec885e21ecd26 (diff) | |
download | yosys-982a11c709b4b363f85ae52a127f8a98bda30a3f.tar.gz yosys-982a11c709b4b363f85ae52a127f8a98bda30a3f.tar.bz2 yosys-982a11c709b4b363f85ae52a127f8a98bda30a3f.zip |
Add memory_libmap tests.
Diffstat (limited to 'tests/memlib/memlib_lut.txt')
-rw-r--r-- | tests/memlib/memlib_lut.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/memlib/memlib_lut.txt b/tests/memlib/memlib_lut.txt new file mode 100644 index 000000000..0cc8fda15 --- /dev/null +++ b/tests/memlib/memlib_lut.txt @@ -0,0 +1,12 @@ +ram distributed \RAM_LUT { + abits 4; + width 4; + init any; + cost 4; + port ar "R" { + } + port arsw "RW" { + clock anyedge; + } +} + |