Skip to content

Commit

Permalink
Set pullup on videoin IRQ signal
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Bourdeauducq committed Jun 16, 2011
1 parent 46d2c61 commit 57cd6c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boards/milkymist-one/synthesis/common.ucf
Expand Up @@ -270,7 +270,7 @@ NET "videoin_vs" LOC = Y17 | IOSTANDARD = LVCMOS33;
NET "videoin_field" LOC = AB14 | IOSTANDARD = LVCMOS33;
NET "videoin_llc" LOC = Y11 | IOSTANDARD = LVCMOS33;

NET "videoin_irq_n" LOC = R15 | IOSTANDARD = LVCMOS33;
NET "videoin_irq_n" LOC = R15 | IOSTANDARD = LVCMOS33 | PULLUP;
NET "videoin_rst_n" LOC = W17 | IOSTANDARD = LVCMOS33;
# IOSTANDARD = I2C does not work
NET "videoin_sda" LOC = AB17 | IOSTANDARD = LVCMOS33 | SLEW = SLOW | PULLUP;
Expand Down

0 comments on commit 57cd6c9

Please sign in to comment.