Fix scripts

This commit is contained in:
Mario Romero 2023-10-14 19:36:13 -03:00
parent 3126f53e48
commit 529a0c22e4
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
#!/bin/bash
magic -rcfile $PDK_ROOT/$PDK/libs.tech/magic/$PDK.magicrc
/bin/magic -rcfile $PDK_ROOT/$PDK/libs.tech/magic/$PDK.magicrc $@

View File

@ -1,2 +1,2 @@
#!/bin/bash
xschem --rcfile $PDK_ROOT/$PDK/libs.tech/xschem/xschemrc
/bin/xschem --rcfile $PDK_ROOT/$PDK/libs.tech/xschem/xschemrc $@