aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/xilinx/brams_xcv.txt
diff options
context:
space:
mode:
Diffstat (limited to 'techlibs/xilinx/brams_xcv.txt')
-rw-r--r--techlibs/xilinx/brams_xcv.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/techlibs/xilinx/brams_xcv.txt b/techlibs/xilinx/brams_xcv.txt
new file mode 100644
index 000000000..294e9036b
--- /dev/null
+++ b/techlibs/xilinx/brams_xcv.txt
@@ -0,0 +1,17 @@
+# Block RAMs for the original Virtex.
+# The corresponding mapping file is brams_xcv_map.v
+
+ram block $__XILINX_BLOCKRAM_ {
+ abits 12;
+ widths 1 2 4 8 16 per_port;
+ cost 32;
+ init any;
+ port srsw "A" "B" {
+ clock posedge;
+ clken;
+ rdwr new;
+ rdinit zero;
+ rdsrst zero gated_clken;
+ optional;
+ }
+}