Skip to content
Snippets Groups Projects
Commit ac09d262 authored by Yaman Umuroglu's avatar Yaman Umuroglu
Browse files

[Test] increase SIMD for fewer BRAMs in CNV-w1a1 end2end

parent 737de639
No related branches found
No related tags found
No related merge requests found
...@@ -166,14 +166,14 @@ def test_end2end_cnv_w1a1_fold_and_tlastmarker(): ...@@ -166,14 +166,14 @@ def test_end2end_cnv_w1a1_fold_and_tlastmarker():
fc4w.set_nodeattr("SIMD", 32) fc4w.set_nodeattr("SIMD", 32)
fc4w.set_nodeattr("PE", 32) fc4w.set_nodeattr("PE", 32)
fc5w.set_nodeattr("SIMD", 32) fc5w.set_nodeattr("SIMD", 64)
fc5w.set_nodeattr("PE", 32) fc5w.set_nodeattr("PE", 16)
fc6w.set_nodeattr("SIMD", 8) fc6w.set_nodeattr("SIMD", 32)
fc6w.set_nodeattr("PE", 64) fc6w.set_nodeattr("PE", 16)
fc7w.set_nodeattr("SIMD", 16) fc7w.set_nodeattr("SIMD", 64)
fc7w.set_nodeattr("PE", 64) fc7w.set_nodeattr("PE", 8)
fc8w.set_nodeattr("SIMD", 16) fc8w.set_nodeattr("SIMD", 16)
fc8w.set_nodeattr("PE", 10) fc8w.set_nodeattr("PE", 10)
......
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