We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3092392 commit b489b04Copy full SHA for b489b04
src/odb/test/create_obstruction.tcl
@@ -11,10 +11,10 @@ read_def "create_blockage.def"
11
set chip [$db getChip]
12
set block [$chip getBlock]
13
14
-catch {create_obstruction -region {10 10 20 20}} err
+catch { create_obstruction -region {10 10 20 20} } err
15
puts $err
16
17
-catch {create_obstruction -layer Metal1 -region {10 10 20 20}} err
+catch { create_obstruction -layer Metal1 -region {10 10 20 20} } err
18
19
20
set b1 [create_obstruction -layer met1 -region {10 10 20 20}]
0 commit comments