File tree 11 files changed +47
-25
lines changed
11 files changed +47
-25
lines changed Original file line number Diff line number Diff line change 13
13
[submodule "vim/bundle/ex-autocomplpop "]
14
14
path = vim/bundle/ex-autocomplpop
15
15
url = https://github.com/exvim/ex-autocomplpop.git
16
- [submodule "font/fonts "]
17
- path = font/fonts
18
- url = https://github.com/powerline/fonts.git
19
16
[submodule "vim/bundle/gruvbox "]
20
17
path = vim/bundle/gruvbox
21
18
url = https://github.com/morhetz/gruvbox.git
82
79
[submodule "vim/bundle/vim-easy-align "]
83
80
path = vim/bundle/vim-easy-align
84
81
url = https://github.com/junegunn/vim-easy-align.git
82
+ [submodule "font/fonts "]
83
+ path = font/powerline
84
+ url = https://github.com/powerline/fonts.git
85
+ [submodule "font/figlet-fonts "]
86
+ path = font/figlet-fonts
87
+ url = https://github.com/xero/figlet-fonts.git
Original file line number Diff line number Diff line change 2
2
# Cadence Set
3
3
#*******************************************************************************
4
4
5
- export CADENCE_HOME=/opt/cadence
5
+ export CADENCE_HOME=/opt/tools/ cadence
6
6
export INN_HOME=$CADENCE_HOME/innovus/INNOVUS152
7
7
export CDSHOME=$CADENCE_HOME/ic/IC-6.17.722
8
8
export SPECTRE_HOME=$CADENCE_HOME/spectre/SPECTRE-17.10.389
9
- export CDS_LIC_FILE=27001@wbr
9
+ export CDS_LIC_FILE=27001@Chipyard
10
10
export OA_HOME=$CDSHOME/oa_v22.50.092
11
11
export OA_UNSUPPORTED_PLAT=linux_rhel50_gcc48x
12
12
Original file line number Diff line number Diff line change 2
2
# Mentor Set
3
3
#*******************************************************************************
4
4
5
- export MGC_HOME=/opt/mentor/calibre/Calibre-2016.3_28.17
5
+ export MGC_HOME=/opt/tools/ mentor/calibre/Calibre-2016.3_28.17
6
6
export CALIBRE_HOME=$MGC_HOME/aoi_cal_2016.3_28.17
7
7
export MGLS_LICENSE_FILE=/opt/licenses/mentor/license/mentor.dat
8
8
export -n XMODIFIERS
Original file line number Diff line number Diff line change 2
2
# RISCV Set
3
3
#*******************************************************************************
4
4
5
- export ANT_HOME="/opt/apache-ant"
6
- export MVN_HOME="/opt/apache-maven"
7
- export GRADLE_HOME="/opt/gradle"
8
- export JAVA_HOME="/opt/java/jdk1.8.0_201"
9
- export JRE_HOME="/opt/java/jdk1.8.0_201/jre"
10
- export SCALA_HOME="/opt/scala"
11
- export SBT_HOME="/opt/sbt"
5
+ export ANT_HOME="/opt/tools/ apache-ant/apache-ant-1.10.5 "
6
+ export MVN_HOME="/opt/tools/ apache-maven/apache-maven-3.6.0 "
7
+ export GRADLE_HOME="/opt/tools/ gradle/gradle-5.0 "
8
+ export JAVA_HOME="/opt/tools/ java/jdk1.8.0_201"
9
+ export JRE_HOME="/opt/tools/ java/jdk1.8.0_201/jre"
10
+ export SCALA_HOME="/opt/tools/ scala"
11
+ export SBT_HOME="/opt/tools/ sbt"
12
12
export RISCV_TESTS="/home/wbr/riscv/riscv-tests"
13
13
#export RISCV="/opt/riscv/riscv-tools-embed"
14
- export RISCV="/opt/riscv/riscv-tools"
14
+ export RISCV="/opt/tools/ riscv/riscv-tools"
15
15
export INSTALLED_VERILATOR="/usr/local/bin/verilator"
16
- export FREEDOMSTUDIO=/opt/freedomstudio
16
+ export FREEDOMSTUDIO=" /opt/tools/ freedomstudio"
17
17
18
18
function fs {
19
19
FreedomStudio "$@" &
Original file line number Diff line number Diff line change 2
2
# Synopsys Set
3
3
#*******************************************************************************
4
4
5
- export SNPSYS_HOME=/opt/synopsys
6
- export VERDI_HOME=$SNPSYS_HOME/verdi/verdi_N-2017.12
5
+ export SNPSYS_HOME=/opt/tools/ synopsys
6
+ export VERDI_HOME=$SNPSYS_HOME/verdi/verdi-2018.9-sp2
7
7
export LD_LIBRARY_PATH=$VERDI_HOME/share/PLI/VCS/LINUX64
8
8
export SCL_HOME=$SNPSYS_HOME/scl/amd64
9
- export VCS_HOME=$SNPSYS_HOME/vcs/vcs_vM-2017.03
9
+ export VCS_HOME=$SNPSYS_HOME/vcs/vcs_vO-2018.09-SP2
10
10
export DC_HOME=$SNPSYS_HOME/dc/dc_2018
11
- export LM_LICENSE_FILE=27000@wbr
11
+ export LM_LICENSE_FILE=27000@Chipyard
12
+ export LIB_HOME=/opt/lib.eda
12
13
13
14
export PATH=$PATH:$VCS_HOME/bin:$SCL_HOME/bin:$VERDI_HOME/bin:$VERDI_HOME/platform/LINUX/bin:$DC_HOME/bin
14
15
@@ -20,8 +21,10 @@ function verdi {
20
21
Verdi "$@" &
21
22
}
22
23
23
- alias lic='rm -rf ~/log/*; lmgrd -c /usr/local /synopsys/vcs/vcs-mx_vL-2016.06/ license/synopsys.dat -l ~/log /synopsys.log'
24
+ alias lic='\ rm -rf ~/tmp/synopsys.log; /opt/licenses/synopsys/bin/ lmgrd -c /opt/licenses /synopsys/license/synopsys.dat -l ~/tmp /synopsys.log'
24
25
alias clean='pkill -9 lmgrd;pkill -9 snslmgrd;pkill -9 snpslmd;'
26
+ #lsof -i :27000
27
+ alias portstatus='lsof -i :'
25
28
26
29
#*******************************************************************************
27
30
# Synopsys End
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ alias gdiff='gvimdiff'
17
17
alias tnew='tmux new -s'
18
18
alias ls='ls --color=auto'
19
19
alias lf='ls | sed "s:^:`pwd`/:"'
20
- alias ll='ls -lFrt '
20
+ alias ll='ls -laFrt '
21
21
alias la='ls -LaF'
22
22
alias cp='cp -r'
23
23
alias python3='python3.6'
@@ -47,7 +47,7 @@ alias glog='git log --oneline --graph'
47
47
#***************************************************************************
48
48
# Set PS1 End
49
49
#***************************************************************************
50
- export PS1="\[$(tput bold)\]\[\033[38;5;1m\]o(〃\[\033[38;5;11m\]^▽^\[\033[38;5;14m\]〃)\[$(tput sgr0)\]\[\033[38;5;90m\]:\[\033[38;5;48m\]<<-- \[$(tput bold)\]\[\033[38;5;9m\]\w\[$(tput sgr0)\]\[\033[38;5;48m\]-- >>\[$(tput sgr0)\]\n\[$(tput sgr0)\]\[\033[38;5;45m\]└─\h\[$(tput sgr0)\]\[$(tput bold)\]@\[$(tput sgr0)\]\[\033[38;5;160m\]\u\[$(tput sgr0)\]\[\033[38;5;227m\]\$(__git_ps1 '(%s)')\[$(tput sgr0)\]\[\033[38;5;46m\]▶\$\[$(tput sgr0)\]"
50
+ export PS1="\[$(tput bold)\]\[\033[38;5;1m\]o(〃\[\033[38;5;11m\]^▽^\[\033[38;5;14m\]〃)\[$(tput sgr0)\]\[\033[38;5;90m\]:\[\033[38;5;48m\]<<\[$(tput bold)\]\[\033[38;5;9m\]\w\[$(tput sgr0)\]\[\033[38;5;48m\]>>\[$(tput sgr0)\]\n\[$(tput sgr0)\]\[\033[38;5;45m\]└─\h\[$(tput sgr0)\]\[$(tput bold)\]@\[$(tput sgr0)\]\[\033[38;5;160m\]\u\[$(tput sgr0)\]\[\033[38;5;227m\]\$(__git_ps1 '(%s)')\[$(tput sgr0)\]\[\033[38;5;46m\]▶\$\[$(tput sgr0)\]"
51
51
#***************************************************************************
52
52
# Set PS1 End
53
53
#***************************************************************************
Original file line number Diff line number Diff line change 4
4
[http ]
5
5
postBuffer = 52428800
6
6
sslVerify = false
7
- [url "https://github.com.cnpmjs.org/ "]
8
- insteadOf = https://github.com/
7
+ # [url "https://github.com.cnpmjs.org/"]
8
+ # insteadOf = https://github.com/
9
9
[credential ]
10
10
helper = store
11
11
# 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
Original file line number Diff line number Diff line change
1
+ #! /bin/sh
2
+ git submodule update --init
Original file line number Diff line number Diff line change
1
+ #! /bin/sh
2
+
3
+ cat packagelist.txt | while read a b
4
+ do
5
+ echo " start to install" $a
6
+ apt-get install -y $a
7
+ if [ $? -ne 0 ]; then
8
+ echo " failed"
9
+ exit
10
+ else
11
+ echo " succeed"
12
+ fi
13
+ done
Original file line number Diff line number Diff line change 4
4
5
5
set-option -g mouse on # 等于启动了鼠标的所有操作
6
6
set-window-option -g mode-keys vi # 可以设置为vi或emacs
7
+ bind-key / copy-mode \; send-key ? # Pressing Ctrl+a+/ (will search the words in pane).
7
8
bind-key -n C-S-Left swap-window -t -1 # Pressing Ctrl+Shift+Left (will move the current window to the left).
8
9
bind-key -n C-S-Right swap-window -t +1 # Pressing Ctrl+Shift+Right (will move the current window to the right).
9
10
Original file line number Diff line number Diff line change 22
22
23
23
if has (" autocmd" )
24
24
" Clear all spaces before <Enter> before save files
25
- autocmd BufWritePre * :% s /\s\+$/ /e
25
+ " autocmd BufWritePre * :%s/\s\+$//e
26
26
" Make views automatic
27
27
autocmd BufWinLeave *. mkview
28
28
autocmd BufWinEnter *. silent loadview
You can’t perform that action at this time.
0 commit comments