Commit dbcb1b2
committed
test/orfs/gcd: add testing of each stage
A self test, check that gcd.v is equivalent to gcd.v, which passes:
bazelisk test test/orfs/gcd:eqy_source_test --test_output=streamed
Next, test that synthesis + OpenROAD load + write_verilog:
bazelisk test test/orfs/gcd:eqy_synth_test --test_output=streamed
That synth to floorplan worked:
bazelisk test test/orfs/gcd:eqy_floorplan_test --test_output=streamed
and so on for place, cts, grt and route.
Various error messages that need some eqy skills...1 parent 32662f8 commit dbcb1b2
1 file changed
+33
-18
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
33 | 44 | | |
34 | | - | |
| 45 | + | |
35 | 46 | | |
36 | 47 | | |
37 | | - | |
| 48 | + | |
38 | 49 | | |
39 | 50 | | |
40 | 51 | | |
41 | | - | |
| 52 | + | |
42 | 53 | | |
43 | 54 | | |
44 | | - | |
| 55 | + | |
45 | 56 | | |
46 | | - | |
| 57 | + | |
47 | 58 | | |
48 | | - | |
49 | 59 | | |
50 | 60 | | |
51 | | - | |
52 | | - | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
53 | 70 | | |
54 | 71 | | |
55 | | - | |
56 | | - | |
57 | | - | |
| 72 | + | |
| 73 | + | |
58 | 74 | | |
59 | | - | |
60 | | - | |
61 | | - | |
| 75 | + | |
| 76 | + | |
62 | 77 | | |
63 | 78 | | |
64 | | - | |
| 79 | + | |
0 commit comments