dipin
Full Member level 4
hi,
i am using quartus to connect a DAC daughter board to de0 nano soc through LTC connector. i am using i2c protocol.but when i do the pin assignments , its saying that ""value entered is not a valid location" .
i am trying to connect i2c_sda to PIN_A21 & i2c_scl to PIN_B21 in pin planner
my module initiation is
this is the pin assignment table from manaual
anybody know why this comming...if its not possible how can i connect it..
thanks and regards
i am using quartus to connect a DAC daughter board to de0 nano soc through LTC connector. i am using i2c protocol.but when i do the pin assignments , its saying that ""value entered is not a valid location" .
i am trying to connect i2c_sda to PIN_A21 & i2c_scl to PIN_B21 in pin planner
my module initiation is
Code:
module fpga_i2c(
input clk,
input reset,
input i2c_select,
output reg i2c_sda,
output wire i2c_scl
);
this is the pin assignment table from manaual
anybody know why this comming...if its not possible how can i connect it..
thanks and regards