forked from M-Labs/artiq
sayma_amc: remove dummy FPGA pin assignment testing code
This commit is contained in:
parent
ada3b39f4e
commit
96fc4a21e8
|
@ -444,17 +444,6 @@ class Satellite(BaseSoC, RTMCommon):
|
||||||
self.crg.cd_sys.clk,
|
self.crg.cd_sys.clk,
|
||||||
gth.txoutclk, gth.rxoutclk)
|
gth.txoutclk, gth.rxoutclk)
|
||||||
|
|
||||||
# placeholder code to test I/O routing and standards
|
|
||||||
if self.hw_rev == "v2.0":
|
|
||||||
self.clock_domains.cd_ddmtd_helper = ClockDomain(reset_less=True)
|
|
||||||
helper_clk = platform.request("ddmtd_helper_clk")
|
|
||||||
self.specials += Instance("IBUFGDS",
|
|
||||||
i_I=helper_clk.p, i_IB=helper_clk.n,
|
|
||||||
o_O=self.cd_ddmtd_helper.clk)
|
|
||||||
ddmtd = platform.request("ddmtd_results")
|
|
||||||
self.sync.ddmtd_helper += platform.request("tp16").eq(
|
|
||||||
ddmtd.rec_clk ^ ddmtd.main_xo)
|
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
parser = argparse.ArgumentParser(
|
parser = argparse.ArgumentParser(
|
||||||
|
|
Loading…
Reference in New Issue