From e0c5d2b1d954f075f71328d36eeb18414151c0cf Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Tue, 27 Apr 2021 15:51:33 +0100 Subject: [PATCH] quick notes on building and using klayout --- klayout.mdwn | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 klayout.mdwn diff --git a/klayout.mdwn b/klayout.mdwn new file mode 100644 index 000000000..c0109d936 --- /dev/null +++ b/klayout.mdwn @@ -0,0 +1,16 @@ +# KLayout with FreePDK45 + +* use the dev-env-setup script to create a clean debian/buster chroot +* apt-get install build-essential g++ +* apt-get install libqt4-dev qt4-default qt4-qmake +* obtain klayout git clone https://github.com/KLayout/klayout +* cd klayout +* ./build.sh -qt4 -noruby +* export LD_LIBRARY_PATH={absolutepath}/klayout/bin-release/ +* ./bin-release/klayout & + +> Next to cgt you can also use klayout to view the gds.First copy the +> klayout technology file to your home directory.From c4m-pdk- +> freepdk45/klayout/tech copy C4M.FreePDK45 to ~/.klayout/techThen +> open klayout, select C4M.FreePDK45 technology and then open +> chip_r.gds. -- 2.30.2