Commit a4aae04
committed
test/orfs/gcd: command line adjustable clock period
First build:
bazelisk build test/orfs/gcd:gcd_synth
Observe that clock period is picked up from variable and written
out by write_sdc after synthesis, hence no further dependency on
ABC_CLOCK_PERIOD_IN_PS variable:
$ grep create_clock $(bazelisk info bazel-bin)/test/orfs/gcd/results/asap7/gcd/base/1_synth.sdc
create_clock -name core_clock -period 310.0010 [get_ports {clk}]
Signed-off-by: Øyvind Harboe <[email protected]>1 parent c71fb38 commit a4aae04
2 files changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
15 | 18 | | |
16 | 19 | | |
17 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments