SiEPIC-Tools icon indicating copy to clipboard operation
SiEPIC-Tools copied to clipboard

Calibre DRC integration

Open lukasc-ubc opened this issue 7 years ago • 6 comments

lukasc-ubc avatar Jan 24 '18 19:01 lukasc-ubc

Passwordless login instructions for OSX:

  • https://help.dreamhost.com/hc/en-us/articles/216499537-How-to-configure-passwordless-login-in-Mac-OS-X-and-Linux

lukasc-ubc avatar Jan 25 '18 00:01 lukasc-ubc

Brett's improvements: https://github.com/lukasc-ubc/SiEPIC-Tools/commit/c9316f9d34c771f1d70636df97b213adf1101836

lukasc-ubc avatar Jan 25 '18 09:01 lukasc-ubc

The rule filename shouldn’t be hard-coded, but rather should be in the XML… (CMC_SiEPIC_IMESP.drc.cal)… to do.

lukasc-ubc avatar Jan 25 '18 10:01 lukasc-ubc

an easier way to copy your key to remote server (on OSX, Linux host):

ssh-copy-id -i ~/.ssh/id_rsa.pub [email protected]

Does this work on windows?

lukasc-ubc avatar Jan 25 '18 10:01 lukasc-ubc

There might be a command like it in some library of Cygwin, but I haven't found it. Since the other way worked on Windows I used that for the instructions, but it's not limited to it on the other systems.

bruxillensis avatar Jan 25 '18 14:01 bruxillensis

It is implemented and working on both OSX and Windows.

Using ~/.ssh/config for the server, and CALIBRE.xml for the server commands/paths/PDK/rule files... Example files are in klayout_dot_config/tech/GSiP

[Windows only] Install Cygwin https://cygwin.com/install.html. Windows does not come with many of the command line tools available to Linux and OSX based systems. In order to use Calibre DRC, we need ‘ssh’ and ‘scp’ installed on Windows and available from the command line.

lukasc-ubc avatar Jan 25 '18 19:01 lukasc-ubc