aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/nexus/lrams.txt
blob: ad2845783366a85ce74b796dd8d8513651c0f910 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
ram huge $__NX_DPSC512K_ {
	abits 14;
	width 32;
	byte 8;
	cost 2048;
	init no_undef;
	port srsw "A" "B" {
		clock posedge "C";
		clken;
		wrbe_separate;
		rdwr no_change;
		option "RESETMODE" "SYNC" {
			rdsrst zero gated_clken;
		}
		option "RESETMODE" "ASYNC" {
			rdarst zero;
		}
		rdinit zero;
		wrtrans all old;
	}
}