Skip to content
Snippets Groups Projects
Commit 06a0b610 authored by Tobi-Alonso's avatar Tobi-Alonso
Browse files

[Test] Add rtlsim

parent d216d85f
No related branches found
No related tags found
No related merge requests found
...@@ -60,8 +60,7 @@ def make_single_maxpool_modelwrapper(onnx_op_name, ishape, idt, pdt, pshape): ...@@ -60,8 +60,7 @@ def make_single_maxpool_modelwrapper(onnx_op_name, ishape, idt, pdt, pshape):
# vector parameter or scalar parameter (broadcast) # vector parameter or scalar parameter (broadcast)
@pytest.mark.parametrize("scalar_param", [True, False]) @pytest.mark.parametrize("scalar_param", [True, False])
# execution mode # execution mode
@pytest.mark.parametrize("exec_mode", ["cppsim"]) @pytest.mark.parametrize("exec_mode", ["cppsim", "rtlsim"])
# @pytest.mark.parametrize("exec_mode", ["cppsim", "rtlsim"])
@pytest.mark.vivado @pytest.mark.vivado
@pytest.mark.slow @pytest.mark.slow
def test_convert_to_hls_channelwise_layer( def test_convert_to_hls_channelwise_layer(
......
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