baghiero83:
--- Quote Start ---
Thanks, so i can't use the chip enable because the ram is always enabled?
--- Quote End ---
The Ram is always enabled. If you want a chip enable, you have to add it yourself.
--- Quote Start ---
Are you sure that when i use megawizard ram , i use sram and not sdram on-chip?
--- Quote End ---
On a normal CMOS chip you normally only have SRAM blocks. The Block RAMs on FPGAs are SRAM. DRAM requires a special technology that is not compatible with normal CMOS technology. So there are no DRAMs on FPGAs up to now. DRAMs are separate chips.
--- Quote Start ---
How can i constraint myself to using one port?
--- Quote End ---
I do not understand why you would like to do this on-chip of the FPGA?
1) Do you want to access the FPGA on-chip memory from outside?
2) Do you want to access of-chip memory from your FPGA