Skip to content
Snippets Groups Projects
Commit 9102499f authored by Yaman Umuroglu's avatar Yaman Umuroglu
Browse files

[VVAU] fix instream width

parent 3a451e83
No related branches found
No related tags found
No related merge requests found
......@@ -96,7 +96,7 @@ class Vector_Vector_Activate_Batch(HLSCustomOp):
def get_instream_width(self):
i_bits = self.get_input_datatype().bitwidth()
in_width = i_bits * self.get_nodeattr("Channels")
in_width = i_bits * self.get_nodeattr("PE")
return in_width
def get_outstream_width(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment