Skip to content

Commit

Permalink
Disconnect test pins
Browse files Browse the repository at this point in the history
This is necessary to fit the design into XC2C128-6-TQ144
  • Loading branch information
pmldrmota committed Nov 18, 2021
1 parent b67f184 commit 1be9b92
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions urukul.py
Original file line number Diff line number Diff line change
Expand Up @@ -584,10 +584,3 @@ def __init__(self, platform):
ddsi.io_update.eq(Mux(cfg.data.mask_nu[i],
cfg.data.io_update, eem[6].i)),
]

tp = [platform.request("tp", i) for i in range(3)]
self.comb += [
tp[0].eq(dds[0].cs_n),
tp[1].eq(dds[0].sck),
tp[2].eq(dds[0].sdi)
]

0 comments on commit 1be9b92

Please sign in to comment.