Using Liberate - tomdriley/cirkopt GitHub Wiki

Setup

This page assumes you have full access to the linux servers and are already setup. For more information, see getting started on linux

To setup the environment to use Liberate 18.10.293 source the following script.

source /CMC/scripts/cadence.liberate18.10.293.csh 

I added this to my startup script (which didn't already exist), by running echo "source /CMC/scripts/cadence.liberate18.10.293.csh" >> .cshrc

You can verify that it worked by verifying the Liberate version:

liberate -v

which should return:

[tdriley@iccad1 run_char]$ liberate -v
ROOT_DIR = /CMC/tools/cadence/LIBERATE18.10.293_lnx86
exepath = /CMC/tools/cadence/LIBERATE18.10.293_lnx86/bin
Host : iccad1.uwaterloo.ca x86_64 Linux 3.10.0-1062.12.1.el7.x86_64
panic: runtime error: slice bounds out of range

goroutine 1 [running]:
gitlab.cadence.com/platform-services/cdsEnvCheck/platform.(*OSVersion).processUbuntuVersion(0xc420053c40, 0xc4200f6000, 0x1f6, 0xc42001dc00, 0x1f6)
        /home/fujii/src/goworkspace/src/gitlab.cadence.com/platform-services/cdsEnvCheck/platform/osversions.go:112 +0x2ad
gitlab.cadence.com/platform-services/cdsEnvCheck/platform.(*OSVersion).getVersion(0xc420053c40, 0xc4200f6000, 0x1f6)
        /home/fujii/src/goworkspace/src/gitlab.cadence.com/platform-services/cdsEnvCheck/platform/osversions.go:124 +0x184
gitlab.cadence.com/platform-services/cdsEnvCheck/platform.GetDistVersion(0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
        /home/fujii/src/goworkspace/src/gitlab.cadence.com/platform-services/cdsEnvCheck/platform/osversions.go:160 +0xc6
main.runChecks(0x6b4601, 0xc42000a570, 0x0, 0x0, 0x0)
        /home/fujii/src/goworkspace/src/gitlab.cadence.com/platform-services/cdsEnvCheck/checks.go:25 +0x37
main.main()
        /home/fujii/src/goworkspace/src/gitlab.cadence.com/platform-services/cdsEnvCheck/cdsEnvCheck.go:78 +0x244
@(#)$CDS: LIBERATE version 18.1.0.293 64bit $

Further Reading

For more information, you can access the RAK tutorial at /home/ece498/LiberateRAK_run_char_v1.0.pdf