From 94b9f329251a3bff0dd4c27f90bedd1f3acce8b4 Mon Sep 17 00:00:00 2001 From: Hiroki Sato Date: Sun, 29 Apr 2007 07:20:02 +0000 Subject: GDT (graphics data text) format translator written in C/C++ that converts a binary gdsii file to a text format that is compact and easy to parse. --- cad/gdt/files/patch-Examples-gdsinfo | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 cad/gdt/files/patch-Examples-gdsinfo (limited to 'cad/gdt/files/patch-Examples-gdsinfo') diff --git a/cad/gdt/files/patch-Examples-gdsinfo b/cad/gdt/files/patch-Examples-gdsinfo new file mode 100644 index 000000000000..4841501a4252 --- /dev/null +++ b/cad/gdt/files/patch-Examples-gdsinfo @@ -0,0 +1,12 @@ +--- Examples/gdsinfo.orig Sun Apr 29 15:54:57 2007 ++++ Examples/gdsinfo Sun Apr 29 15:55:08 2007 +@@ -75,9 +75,6 @@ + $topCellNames =~ s/\s+/ /g; + + # help find gds2gdt +-my $uname_s = `/bin/uname -s`; # OS name +-chomp $uname_s; +-$ENV{'PATH'} = "/bin:/usr/bin:/user/ic/gnu/$uname_s/bin:".$ENV{'PATH'}; + my $gds2gdt = which("gds2gdt"); + unless ($gds2gdt) + { -- cgit v1.2.3