Skip to content

Commit

Permalink
tests: create abstract for L1MetadataArray from place instead of CTS …
Browse files Browse the repository at this point in the history
…for now

More recent versions of ORFS have better handling of impossible
timing repair after CTS and hence repair timing after CTS
now fails.

The debug facilities are currently broken, so wait for those to be
fixed before finding the problem with the constraint files or
other settings with this test case before trying to re-enable.
  • Loading branch information
oharboe committed Apr 19, 2024
1 parent 6ffb917 commit fd0793c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,5 @@ jobs:
- name: build local stage targets - L1MetadataArray_test
env:
TARGET: L1MetadataArray_test
STAGES: synth_sdc synth floorplan place cts generate_abstract
run: .github/scripts/build_local_target.sh
2 changes: 1 addition & 1 deletion BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -860,7 +860,7 @@ build_openroad(
'place': ['PLACE_DENSITY=0.20', 'PLACE_PINS_ARGS=-annealing'],
},
mock_abstract=True,
mock_stage='cts'
mock_stage='place'
)

build_openroad(
Expand Down

0 comments on commit fd0793c

Please sign in to comment.