From 10f6e1fa37135b332bea0fd359e3bdc8248f2386 Mon Sep 17 00:00:00 2001 From: rlar Date: Fri, 7 Jul 2017 18:49:12 +0200 Subject: [PATCH] %bsim6.el, receipe for bsimcmg testbench files --- %bsim6.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/%bsim6.el b/%bsim6.el index 865c1cd51..534409f0e 100644 --- a/%bsim6.el +++ b/%bsim6.el @@ -43,3 +43,8 @@ kommt in /* case */ als GEOMOD statt here->GEOMOD (compile "wget http://bsim.berkeley.edu/BSIMCMG/BSIMCMG110.0.0_20160101.tar.gz") (compile "mkdir -p src/spicelib/devices/adms/bsimcmg/admsva") (compile "tar --dir src/spicelib/devices/adms/bsimcmg/admsva -zxvf BSIMCMG110.0.0_20160101.tar.gz code") +(compile "mkdir -p bsimcmg_benchmark_test") +(compile "tar --dir bsimcmg_benchmark_test -zxvf BSIMCMG110.0.0_20160101.tar.gz benchmark_test") +(compile "cd bsimcmg_benchmark_test && mv benchmark_test/* .") +(compile "git add bsimcmg_benchmark_test") +