Skip to content

Commit ea3441f

Browse files
committed
fix: coordinates option in write_spef
Signed-off-by: shinkuan <[email protected]>
1 parent 118204e commit ea3441f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/rcx/src/ext.i

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ write_spef(const char* file,
9191
opts.nets = nets;
9292
opts.net_id = net_id;
9393
opts.coordinates= coordinates;
94+
if (coordinates) {
95+
opts.N = "Y";
96+
}
9497

9598
ext->write_spef(opts);
9699
}

0 commit comments

Comments
 (0)