Altera_Forum
Honored Contributor
15 years agoMegawizard command line Help
I would like to configure a 1-port ram with turning on clock enable. I tried to run "qmegawiz -silent module=altsyncram -f:param.txt single_port.v" in command prompt but I am unable to generate megawizard file. I get many errors in command prompt. Pls find my attach screenshot more details about errors.
Contents of param.txt: clock_enable_input_a=BYPASS clock_enable_output_a=BYPASS intended_device_family="Stratix IV" lpm_hint="ENABLE_RUNTIME_MOD=NO" lpm_type=altsyncram operation_mode=SINGLE_PORT outdata_aclr_a=NONE outdata_reg_a=unregistered power_up_uninitialized=FALSE numwords_a=32 widthad_a=5 width_a=5 width_byteena_a=1 clocken0=used I can generate megawizard file by running "qmegawiz -silent wizard="RAM: 1-PORT" intended_device_family="stratix IV" single_port.v" in command prompt but I could not enable clock enable. Does anyone know how to generate megawizard file for single port ram with turning clock enable using command-line? I would appreciate if you could response me as quick as possible.