Skip to content

Commit

Permalink
Fixed integration test case to reflect --pdk arg (instead of --tech)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjankoehler committed Dec 12, 2024
1 parent c8b7afc commit ced1b22
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/rcx25/rcx25_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,10 @@ def _run_rcx25d_single_cell(*path_components) -> Tuple[CellExtractionResults, CS

preview_png_path = tempfile.mktemp(prefix=f"layout_preview_", suffix=".png")
_save_layout_preview(gds_path, preview_png_path)
tech_json_path = os.path.realpath(os.path.join(__file__, '..', '..', '..',
'build', 'sky130A_tech.pb.json'))
output_dir_path = os.path.realpath(os.path.join(__file__, '..', '..', '..', 'output_sky130A'))
cli = KpexCLI()
cli.main(['main',
'--tech', tech_json_path,
'--pdk', 'sky130A',
'--gds', gds_path,
'--out_dir', output_dir_path,
'--2.5D', 'y'])
Expand Down

0 comments on commit ced1b22

Please sign in to comment.