Forum Discussion
Altera_Forum
Honored Contributor
17 years agoThe ::quartus::chip_editor package also supports adding I/Os but will not allow you to add any arbitrary BLOCK_INSTANCE into the design. On Stratix® II FPGA devices only LCELL_FF, LCELL_COMBS and I/Os are supported for addition and deletion. ECOs can modify properties on several other blocks but due to the complicated rules governing other block types adding or removing them is not supported.
For I/Os specifically you need to use the “add_new_io” command rather than “add_new_cell”. For example:add_new_io -cell_name new_cell -location IOC_X0_Y2_N0 -direction bidir