baghiero83:
--- Quote Start ---
I must use the sram on fpga Cyclone ii with quartus ii.
How can i use it?
I have used the megafunction but i don't see in the istantion the chip enable, read enable and other signals.
--- Quote End ---
I suppose you are trying to use the Cyclone II on-chip memory.
The MegaWizard is an efficient tool to generate a specific RAM for you. The RAM block at least has both an input port AND an output port. You only need a signal
wren for writing. Reading is always done on every clock cycle.
The signals you are refering to are signals that occur when you are sharing the input- and output lines of your RAM. By making a wrapper arround the MegaWizard RAM block you can constrain yourself to only using one port for both reading and writing that you can then interface via an external tri-state bus. Internally on the FPGA I do not see the usage of this.