Forum Discussion
Pooja_03
New Contributor
1 year agoMAX10(10M50DAF484C8G) : "1.8 V LVCMOS I/O standard is not supported by the device"
Hi, I am currently encountering numerous errors during the compilation of my design in Quartus Prime Lite (version 19.1.0). According to the user guide, the device part I am using supports 1.8V LVCM...
Pooja_03
New Contributor
1 year agoHi,
Earlier I used the syntax
"set_instance_assignment -name IO_STANDARD "1.8-V LVCMOS" -to FLASH_1_DQ0"
Later , I changed it to
"set_instance_assignment -name IO_STANDARD "1.8-V" -to FLASH_1_DQ0".
Instead of "1.8-V LVCMOS" I only specified "1.8-V" and it worked.
Thank you