Skip to content
Snippets Groups Projects
Commit 0bc064ec authored by ahoni's avatar ahoni
Browse files

bug fix on classifier timer

parent 1b686a01
No related branches found
No related tags found
No related merge requests found
...@@ -138,7 +138,7 @@ class Uart_Classifier_Timer(IOArch): ...@@ -138,7 +138,7 @@ class Uart_Classifier_Timer(IOArch):
self.queue_read_depth = queue_read_depth self.queue_read_depth = queue_read_depth
if queue_read_width == -1: if queue_read_width == -1:
self.queue_read_width = ceil(log(self.input_layer_size)/log(2)) self.queue_read_width = ceil(log(self.input_layer_size)/log(256))
else: else:
self.queue_read_width = queue_read_width self.queue_read_width = queue_read_width
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment