Skip to content

Commit

Permalink
add unit test for illegal overlap checker using a def file as input
Browse files Browse the repository at this point in the history
  • Loading branch information
kareefardi committed Nov 12, 2023
1 parent 11cc2cb commit d7f8959
Show file tree
Hide file tree
Showing 5 changed files with 320 additions and 1 deletion.
4 changes: 4 additions & 0 deletions tests/2041-illegal-overlaps-checker-def/config.tcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
set ::env(DESIGN_NAME) inverter
set ::env(MAGIC_EXT_USE_GDS) 0
set ::env(QUIT_ON_ILLEGAL_OVERLAPS) 1

6 changes: 6 additions & 0 deletions tests/2041-illegal-overlaps-checker-def/interactive.tcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
package require openlane;

prep -design $::env(TEST_DIR) {*}$argv

set ::env(CURRENT_DEF) $::env(TEST_DIR)/inverter.def
run_magic_spice_export
Loading

0 comments on commit d7f8959

Please sign in to comment.