Skip to content

Commit

Permalink
Change OC r0.2 sense to diffpair
Browse files Browse the repository at this point in the history
  • Loading branch information
TiltMeSenpai committed Jul 27, 2020
1 parent 1a3f2b8 commit 8fa65a3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nmigen_boards/orangecrab_r0_2.py
Expand Up @@ -66,8 +66,7 @@ class OrangeCrabR0_2Platform(LatticeECP5Platform):
Resource("adc", 0,
Subsignal("ctrl", Pins("G1 F1", dir="o")),
Subsignal("mux", Pins("F4 F3 F2 H1", dir="o")),
Subsignal("sense_hi", Pins("H3", dir="i")),
Subsignal("sense_lo", Pins("G3", dir="i")),
Subsignal("sense", Pins("H3", dir="i"), Attrs(IO_TYPE="LVCMOS33D"))
Attrs(IO_TYPE="LVCMOS33")
),

Expand Down

0 comments on commit 8fa65a3

Please sign in to comment.