aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/efinix/brams.txt
blob: 271fc4fc4dd7b269d5eb078084f7455c54ea72bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
ram block $__EFINIX_5K_ {
	abits 12;
	widths 1 2 5 10 20 per_port;
	cost 32;
	init no_undef;
	port sr "R" {
		clock anyedge;
		rden;
	}
	port sw "W" {
		clock anyedge;
		option "WRITE_MODE" "READ_FIRST" {
			wrtrans "R" old;
		}
		option "WRITE_MODE" "WRITE_FIRST" {
			wrtrans "R" new;
		}
	}
}