AEsqu
Contributor
4 years agoDual port RAM Cyclone 5
Hello,
I'm used to use this RTL code in Synplify to instantiate dual port ram for other FPGA's than the cyclone 5:
module dp_block ( // memory port 1 p1_clk, p1_addr, p1_din, p1_dout, p1_w...