ubuntu 18.04 installed vcs 2017 notes

First jump to 2.1 steps to add the source

deb http://cz.archive.ubuntu.com/ubuntu great main

If you need to add the country can continue to improve the speed source

 

Refresh

sudo apt install update

 

0, vcs installation and operation must

sudo apt install lsb-core 

  lsb-core may have failed to install, be sure to look, otherwise it will lead to not run vcs

sudo apt install csh

  

0.1, the necessary settings, may result in the installation script can not run

sudo mv /bin/sh /bin/sh2

sudo ln -s /bin/bash /bin/sh

sudo mkdir /usr/tmp

sudo touch /usr/tmp/.flexlm

sudo mkdir -p /usr/synopsys

sudo chown $USER:$USER /usr/synopsys

 

 

1, generate a certificate

sudo apt install dos2unix 

 

 

2, verdi run, can not run verdi lead to default

sudo apt install  libjpeg62

sudo apt install  libpng12-0

 

 

2.1 Installation libpng12-0

This is a ubuntu abandoned, you need to add the source to search

Open source.list 

south you /etc/apt/source.list 

Can sudo gedit /etc/apt/source.list 

Add to

deb http://cz.archive.ubuntu.com/ubuntu great main

sudo apt-get update
sudo apt-get install libpng12-0

 

 

3, vcs run must take some of the parameters

vcs -full64  -LDFLAGS -Wl,--no-as-needed

 

3.1 for systemverilog

  -sverilog 

3.2 compile & Run

  -R & lt (uppercase)

3.3 easy

vcs -full64  -LDFLAGS -Wl,--no-as-needed -sverilog -R  -debug_access+all   hello.sv

alias svcs64="cs -full64  -LDFLAGS -Wl,--no-as-needed -sverilog"

 

 

 

The actual installation configuration, the record about the compatibility of the installation package, install only successful run


SynopsysInstaller_v4.0.run

scl_v2017.12

vcs-mx_vN-2017.12-SP2

vcs_vO-2018.09-SP2

verdi_vverdi3_l-2016.06-1

 

 

reference 

http://bbs.eetop.cn/thread-841155-1-1.html

Guess you like

Origin www.cnblogs.com/fundou/p/11749231.html