yosys/techlibs/gowin/lutrams.txt

14 lines
160 B
Plaintext
Raw Normal View History

2022-02-09 02:25:45 -06:00
ram distributed $__GOWIN_LUTRAM_ {
abits 4;
width 4;
cost 4;
widthscale;
init no_undef;
prune_rom;
port sw "W" {
clock posedge;
}
port ar "R" {
}
}