frameline: update docs

This commit is contained in:
morgan 2025-02-07 11:56:56 +08:00
parent c91202a21e
commit ae98a0fab6

View File

@ -21,7 +21,8 @@ pixel4x_layout = [
("data", pixel_width*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):
"""
@ -906,7 +907,7 @@ class Pixel_Pipeline(Module):
# 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
class Stream2Pixel4x_Converter(Module):
class Stream2Pixel4x(Module):
"""
Convert the raw frame data into pixel data