Altera_Forum
Honored Contributor
17 years agoQuartus II I/O bank voltage settings
Running into a problem when allowing quartus to set I/O bank voltage. Particularlly 1.8V
The tool generates the following in the .qsf set_instance_assignment -name IO_STANDARD "1.8 V" -to ramAddrPout[10] however when compiling I get the following error: Error: Error reading Quartus II Settings File location, line# ## Info: set_instance_assignment -name "IO_STANDARD" 1.8 V -to "ramAddrPout[10]" But stickler is when reading the documentation they refer to all voltage IO as "voltage_value-V" When I manually edit the .qsf to the following everything compiles fine. Is there a bug in the quartus tool. I don't understand why the tool generated .qsf isn't working until I edit "1.8-V" or "1.8V" set_instance_assignment -name IO_STANDARD "1.8-V" -to ramAddrPout[10] or set_instance_assignment -name IO_STANDARD "1.8V" -to ramAddrPout[10] Regards, D