Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class Huffman(PipelinedActor,Module):
- def __init__(self):
- # Connecting the module to the input and the output.
- self.sink = sink = stream.Endpoint(EndpointDescription(block_layout(20)))
- self.source = source = stream.Endpoint(EndpointDescription(block_layout(64*20)))
Add Comment
Please, Sign In to add comment