How to check-in a cadence file (eg: "layout.oa" / 'schematic.oa") through unix terminal ?
I would like to check-in a cadence "layout.oa" file through unix terminal. What is the command for that ?
I tried with <<< dssc ci -new -co "......" layout.oa >>> but it's not working. Could anyone suggest another coomand to check-in a file through project invoked terminal ?
You might have to do a cdsWrapper call invoking the command as
you would in the CIW? But it's been too long for me to remember
that, I haven't used checkin / checkout in a long time.