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

[Tests] Update res estimate test to match updated estimate fcts

parent 4955206c
No related branches found
No related tags found
No related merge requests found
......@@ -101,7 +101,7 @@ def test_res_estimate():
"MatrixVectorActivation_0": {
"BRAM_18K": 0,
"BRAM_efficiency": 1,
"LUT": 357,
"LUT": 317,
"DSP": 0,
"URAM_efficiency": 1,
"URAM": 0,
......@@ -119,7 +119,7 @@ def test_res_estimate():
{
"BRAM_18K": 0,
"BRAM_efficiency": 1,
"LUT": 352,
"LUT": 313,
"DSP": 1,
"URAM": 0,
"URAM_efficiency": 1,
......@@ -127,7 +127,7 @@ def test_res_estimate():
{
"BRAM_18K": 0,
"BRAM_efficiency": 1,
"LUT": 357,
"LUT": 317,
"DSP": 0,
"URAM": 0,
"URAM_efficiency": 1,
......
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