Skip to content

Commit

Permalink
tests: speed up tests by skipping some reporting and CTS timing repair
Browse files Browse the repository at this point in the history
Signed-off-by: Øyvind Harboe <[email protected]>
  • Loading branch information
oharboe committed Apr 29, 2024
1 parent 551fb98 commit 6ce91ea
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,10 @@ digital_top_srams=["cc_dir_1024x168",
'synth': ['SYNTH_MEMORY_MAX_BITS=16384'],
'floorplan': ['CORE_UTILIZATION=40',
'CORE_ASPECT_RATIO=2'],
'place': ['PLACE_DENSITY=0.65']},
'place': ['PLACE_DENSITY=0.65'],
'cts': ['SKIP_CTS_REPAIR_TIMING=1',
'SKIP_REPORT_METRICS=1']
},
mock_abstract=True,
mock_stage='cts',
mock_area={'tag_array_64x184':0.20,
Expand Down

0 comments on commit 6ce91ea

Please sign in to comment.