aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/xilinx/brams_xcv.txt
blob: 294e9036b337e6eadad25e422b2b356d835066ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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;
	}
}