--- Quote Start ---
Hi
I also have a problem with the SSRAM. What did you mean with "under the ssram fitter assignments ssram timing and current_strength setings."
Where do I have to paste the file?
--- Quote End ---
If you go to your project folder, there is a file called: <project_name>.qsf . You can open this file with a texteditor such as notepad.
There (I think on a random location, but bottom prefered since then you can easily find it back :)) you can post these commands.
But you can also set the current strenght in the pin planner (which is the normal way to do things).
Right click in the bottom part of the pin planner (where all the pin assignments are made), hit right mouse button -> customize colums -> add the current strength tab. You might also want to add the slew rate tab.
You can set the TRI-STATED part by right clicking your device in the entity tab in the top right corner of the project. Select 'Device...' -> Device and pin options -> Unused pins -> As tri-state with weak pull-up. This makes sure that the unused pins don't 'send' out a 1 or a 0 to the outside influencing your device. You should pretty much always chose this option.
As for the timing settings. You useally make those contrains in the .SDC file (Timequest), but this might work as well, I have no idea about that (I've only worked with SDRAM so far).
The last command should already be the last line in your .qsf file.