Forum Discussion
Altera_Forum
Honored Contributor
16 years agoYou can allocate the pins in the HDL
in SystemVerilog do: module a( (* chip_pin = "A13" *) input wire LVDS_RX, (* chip_pin = "A14" *) output reg LVDS_TX);You can allocate the pins in the HDL
in SystemVerilog do: module a( (* chip_pin = "A13" *) input wire LVDS_RX, (* chip_pin = "A14" *) output reg LVDS_TX);