diff options
Diffstat (limited to 'tests/memlib/memlib_block_sdp.txt')
-rw-r--r-- | tests/memlib/memlib_block_sdp.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/memlib/memlib_block_sdp.txt b/tests/memlib/memlib_block_sdp.txt new file mode 100644 index 000000000..6c34c5a96 --- /dev/null +++ b/tests/memlib/memlib_block_sdp.txt @@ -0,0 +1,12 @@ +ram block \RAM_BLOCK_SDP { + cost 64; + abits 10; + widths 1 2 4 8 16 per_port; + init any; + port sw "W" { + clock anyedge; + } + port sr "R" { + clock anyedge; + } +} |