SiEPIC-Tools
SiEPIC-Tools copied to clipboard
Calibre DRC integration
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
Brett's improvements: https://github.com/lukasc-ubc/SiEPIC-Tools/commit/c9316f9d34c771f1d70636df97b213adf1101836
The rule filename shouldn’t be hard-coded, but rather should be in the XML… (CMC_SiEPIC_IMESP.drc.cal)… to do.
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?
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.
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.