Guest User

Untitled

a guest
Jul 23rd, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.30 KB | None | 0 0
  1. class Huffman(PipelinedActor,Module):
  2.    
  3.     def __init__(self):
  4.  
  5.         # Connecting the module to the input and the output.
  6.         self.sink = sink = stream.Endpoint(EndpointDescription(block_layout(20)))
  7.         self.source = source = stream.Endpoint(EndpointDescription(block_layout(64*20)))
Add Comment
Please, Sign In to add comment