revert test point changes

This commit is contained in:
2025-10-10 16:53:38 +08:00
parent 4c9dcad22d
commit bdcaca2c8c

View File

@@ -535,9 +535,9 @@ class Urukul(Module):
tp = [platform.request("tp", i) for i in range(5)]
self.comb += [
tp[0].eq(cs[0]),
tp[1].eq(cs[1]),
tp[2].eq(cs[2]),
tp[0].eq(dds[0].cs_n),
tp[1].eq(dds[0].sck),
tp[2].eq(dds[0].sdi),
tp[3].eq(dds[0].sdo),
tp[4].eq(eem[2].o),
tp[4].eq(dds[0].drover),
]