forked from M-Labs/artiq-zynq
frameline: update docs
This commit is contained in:
parent
c91202a21e
commit
ae98a0fab6
@ -21,7 +21,8 @@ pixel4x_layout = [
|
|||||||
("data", pixel_width*4),
|
("data", pixel_width*4),
|
||||||
("valid", 4),
|
("valid", 4),
|
||||||
]
|
]
|
||||||
pixeldata_layout = [("data", word_width)] # pixel data don't need k code
|
# the pixel data don't include any K code nor duplicate char
|
||||||
|
pixeldata_layout = [("data", word_width)]
|
||||||
|
|
||||||
class End_of_line_Marker(Module):
|
class End_of_line_Marker(Module):
|
||||||
"""
|
"""
|
||||||
@ -906,7 +907,7 @@ class Pixel_Pipeline(Module):
|
|||||||
# self.source = self.pipeline[-1].source
|
# self.source = self.pipeline[-1].source
|
||||||
# self.comb += self.source.ack.eq(1) # simulated a proper consumer, idk why but without this it will destory timing
|
# self.comb += self.source.ack.eq(1) # simulated a proper consumer, idk why but without this it will destory timing
|
||||||
|
|
||||||
class Stream2Pixel4x_Converter(Module):
|
class Stream2Pixel4x(Module):
|
||||||
"""
|
"""
|
||||||
Convert the raw frame data into pixel data
|
Convert the raw frame data into pixel data
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user