Skip to content

Commit 4446563

Browse files
committed
test/orfs/gcd: minimal readme on LEC
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 7de25a9 commit 4446563

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

test/orfs/gcd/README.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,31 @@ Originally generated using [PyMTL](https://github.com/cornell-brg/pymtl).
77

88
This design has about 250 cells.
99

10-
# Source
10+
## Source
1111

1212
Re-used code derived from http://opencelerity.org/ project.
13+
14+
## LEC tests
15+
16+
LEC tests exist for each of the ORFS stages as well as a self-test for the original source.
17+
18+
In terms of expecations for LEC tests, this is experimental and contributions are highly appreciated. As of writing, even for such a small test case as gcd, the running time is considerable and eqy has false positives reported to the eqy project.
19+
20+
```bash
21+
$ cd test/orfs/gcd
22+
$ bazelisk query :* | grep eqy | grep _test
23+
Loading: 0 packages loaded
24+
//test/orfs/gcd:gcd_eqy_cts_test
25+
//test/orfs/gcd:gcd_eqy_final_test
26+
//test/orfs/gcd:gcd_eqy_floorplan_test
27+
//test/orfs/gcd:gcd_eqy_grt_test
28+
//test/orfs/gcd:gcd_eqy_place_test
29+
//test/orfs/gcd:gcd_eqy_route_test
30+
//test/orfs/gcd:gcd_eqy_source_test
31+
//test/orfs/gcd:gcd_eqy_synth_test
32+
//test/orfs/gcd:gcd_eqy_tests
33+
```
34+
35+
To run all the tests:
36+
37+
//test/orfs/gcd:gcd_eqy_tests --keep_going

0 commit comments

Comments
 (0)