Menu

#2 dpram_b -> segmentation fault

open
nobody
Simulation (1)
5
2012-10-01
2012-10-01
No

I can use ram_b without any problem, but fdlsim reports segmentation fault when using dpram_b
I am trying to make a Gezel equivalent of Xilinx RAMB16_S36_S36

Example:

ipblock dualPortRAM(
in en : ns(1);
in we : ns(1);
in addra : ns(4);
in addrb : ns(4);
in di : ns(8);
out doa : ns(8);
out dob : ns(8)) {
iptype "dpram_b";
ipparm "size=16";
ipparm "wl=8";
}

Produces:

ram: set size 16
ram: set word-length 8
Segmentation fault

Discussion


Log in to post a comment.