Skip to content
Snippets Groups Projects
Commit 4770434f authored by auphelia's avatar auphelia
Browse files

[StreamingFIFO] Fix error message

parent 56eb1a7b
No related branches found
No related tags found
No related merge requests found
......@@ -269,7 +269,12 @@ class StreamingFIFO(HLSCustomOp):
context[node.output[0]] = output
else:
raise Exception("Test")
raise Exception(
"""Invalid value for attribute exec_mode! Is currently set to: {}
has to be set to one of the following value ("npysim", "rtlsim")""".format(
mode
)
)
def get_number_output_values(self):
folded_oshape = self.get_folded_output_shape()
......
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