Skip to content

Commit

Permalink
final newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
jordens committed Sep 19, 2021
1 parent 332eaf5 commit a81b5c3
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion aligner.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ def __init__(self, cd_fast="spi", cd_slow="sys"):
]
self.comb += [
self.aligned.eq(fast == slow),
]
]
2 changes: 1 addition & 1 deletion cic.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,4 +241,4 @@ def __init__(self, width=16, rate_width=16, order=3, channels=4):
self.comb += [
self.y.eq(z >> shift_sr[-1]),
self.valid.eq(valid_sr[-1]),
]
]
2 changes: 1 addition & 1 deletion frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ def __init__(self, n_frame=14):
self.crc_err.eq(self.crc_err + 1),
),
),
]
]
2 changes: 1 addition & 1 deletion interpolator.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ def __init__(self, n_channels=16, n_bits=16, n_mantissa=6, n_exp=4,
cic.ce.eq(1),
),
self.valid.eq(cic.yi == n_channels - 1),
]
]
2 changes: 1 addition & 1 deletion link.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,4 +211,4 @@ def __init__(self, clk, data, platform, t_clk=4.):
settle.eq(settle.reset),
)
)
]
]
2 changes: 1 addition & 1 deletion multispi.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ def __init__(self, platform, n_channels=32, n_bits=16):
]
# With LDAC tied permanently low, the rising edge of
# CS loads the data to the DAC.
self.comb += spi[i].ldacn.eq(0)
self.comb += spi[i].ldacn.eq(0)
2 changes: 1 addition & 1 deletion slipsr.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ def __init__(self, n_lanes, n_div):
# in word domain, coppy into output
self.sync.word += [
self.word.eq(slipped),
]
]

0 comments on commit a81b5c3

Please sign in to comment.