Skip to content
Snippets Groups Projects
Commit 0c239a5f authored by auphelia's avatar auphelia
Browse files

[Tests] Re-enable decoupled tests for VVAU

parent 3ebd6ee1
No related branches found
No related tags found
No related merge requests found
...@@ -187,7 +187,7 @@ def prepare_inputs(input_tensor): ...@@ -187,7 +187,7 @@ def prepare_inputs(input_tensor):
# Number of input and output channels # Number of input and output channels
@pytest.mark.parametrize("channels", [6]) @pytest.mark.parametrize("channels", [6])
# memory mode # memory mode
@pytest.mark.parametrize("mem_mode", ["const"]) @pytest.mark.parametrize("mem_mode", ["const", "decoupled"])
# execution mode # execution mode
@pytest.mark.parametrize("exec_mode", ["cppsim", "rtlsim"]) @pytest.mark.parametrize("exec_mode", ["cppsim", "rtlsim"])
@pytest.mark.fpgadataflow @pytest.mark.fpgadataflow
......
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