DDMTD: replace FD with ISERDESE2 #292
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: M-Labs/artiq-zynq#292
Loading…
Reference in New Issue
No description provided.
Delete Branch "morgan/artiq-zynq:DDMTD"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
FD
withISERDESE2
IDELAYE2
is added for ref_clk, sinceISERDESE2
can only be driven via IOB (i_D) or IDELAY (i_DDLY)TAG_OFFSET
to meet the setup/hold constraints of rx synchronizerPhase noise measurement
@ -8,20 +8,47 @@ class DDMTDSampler(Module):
self.ref_beating = Signal()
self.main_beating = Signal()
ref_clk = Signal()
Move closer to IDELAYE2 instantiation. This is just an internal signal used to make routing possible, not part of the module's interface.
86ccbf16d0
to11072f3aff