You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ODIN_II: regression tests for mixing optimization for complex synthesis
This commit introduces a new regression test based off of micro bench-
mark. The test implements half of the available multipliers in soft
logic for micro benchmark. It is a first test in the series, proposed as
a simple sanity check.
Signed-off-by: Georgiy Krylov <[email protected]>
Copy file name to clipboardExpand all lines: doc/src/odin/dev_guide/regression_test.md
+20-1Lines changed: 20 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -297,7 +297,11 @@ This regression test targets cases that require a lot of ram and time.
297
297
298
298
The micro regression tests targets hards blocks and pieces that can be easily instantiated in architectures.
299
299
300
-
### opertators
300
+
### mixing_optimization
301
+
302
+
The mixing optimization regression tests targets mixing implementations for operations implementable in hard blocks and their soft logic counterparts that can be can be easily instantiated in architectures.
303
+
304
+
### operators
301
305
302
306
This regression test targets the functionality of different opertators. It checks bit size capacity and behaviour.
303
307
@@ -318,6 +322,8 @@ This set of regression test includes benchmarks targetting compiler directives a
0 commit comments