Skip to content

Commit

Permalink
gateware/nist_clock: increase DDS bus drive strength. Closes #468
Browse files Browse the repository at this point in the history
sbourdeauducq committed Jun 7, 2016
1 parent e47538c commit 3bd190e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artiq/gateware/nist_clock.py
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@
Subsignal("wr_n", Pins("LPC:LA24_P")),
Subsignal("rd_n", Pins("LPC:LA25_N")),
Subsignal("rst", Pins("LPC:LA25_P")),
IOStandard("LVTTL")),
IOStandard("LVTTL"), Misc("DRIVE=24")),

("i2c_fmc", 0,
Subsignal("scl", Pins("LPC:IIC_SCL")),

0 comments on commit 3bd190e

Please sign in to comment.