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

[Test] Add mem_mode "decoupled to rtlsim tests of fclayer"

parent a99591dd
No related branches found
No related tags found
No related merge requests found
......@@ -210,6 +210,7 @@ def test_fpgadataflow_fclayer_npysim(mem_mode, idt, wdt, act, nf, sf, mw, mh):
y_produced = oxe.execute_onnx(model, input_dict)["outp"]
y_produced = y_produced.reshape(y_expected.shape)
assert (y_produced == y_expected).all(), "npysim failed"
......
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