mirror of
https://github.com/YosysHQ/yosys
synced 2025-11-02 04:27:53 +00:00
Add memory_libmap tests.
This commit is contained in:
parent
2a2dc12eb6
commit
982a11c709
22 changed files with 1500 additions and 0 deletions
13
tests/memlib/memlib_wide_write.txt
Normal file
13
tests/memlib/memlib_wide_write.txt
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
ram block \RAM_WIDE_WRITE {
|
||||
cost 2;
|
||||
abits 6;
|
||||
widths 1 2 4 8 per_port;
|
||||
byte 4;
|
||||
init any;
|
||||
port srsw "A" {
|
||||
width rd 2 wr 8;
|
||||
clock posedge;
|
||||
rden;
|
||||
rdwr old;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue