aboutsummaryrefslogtreecommitdiffstats
path: root/tests/memlib/memlib_wide_sdp.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/memlib/memlib_wide_sdp.txt')
-rw-r--r--tests/memlib/memlib_wide_sdp.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/memlib/memlib_wide_sdp.txt b/tests/memlib/memlib_wide_sdp.txt
new file mode 100644
index 000000000..ec90c45bd
--- /dev/null
+++ b/tests/memlib/memlib_wide_sdp.txt
@@ -0,0 +1,17 @@
+ram block \RAM_WIDE_SDP {
+ cost 2;
+ abits 6;
+ widths 1 2 5 10 20 per_port;
+ byte 5;
+ init any;
+ port sr "R" {
+ clock posedge;
+ rden;
+ rdsrst any ungated;
+ }
+ port sw "W" {
+ clock posedge;
+ wrtrans "R" old;
+ wrbe_separate;
+ }
+}