Skip to content

Commit

Permalink
Merge pull request google#53 from mabrains/ngspice_testing_regression…
Browse files Browse the repository at this point in the history
…_update

update make file and python files to run from the make
  • Loading branch information
atorkmabrains authored Dec 29, 2022
2 parents d398c23 + 8c3825b commit 23a0a61
Show file tree
Hide file tree
Showing 11 changed files with 2,027 additions and 3,632 deletions.
20 changes: 15 additions & 5 deletions models/ngspice/testing/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,14 @@ smoke-test:
.ONESHELL:
models-MOS: Add_run-dir
@cd $(Testing_DIR)/$(run_folder)/mos_iv_vgs
@echo "========== Runing models_ngspice-MOS regression ==========" |& tee -a ../run_log.log
@python3 models_regression.py |& tee -a ../run_log.log
@echo "========== Runing models_ngspice-MOS-VGS regression ==========" |& tee -a ../run_log.log
@python3 models_regression.py |& tee -a ../run_log.log
@cd $(Testing_DIR)/$(run_folder)/mos_iv_vbs
@echo "========== Runing models_ngspice-MOS-VBS regression ==========" |& tee -a ../run_log.log
@python3 models_regression.py |& tee -a ../run_log.log
@cd $(Testing_DIR)/$(run_folder)/mos_cv
@echo "========== Runing models_ngspice-MOS-CV regression ==========" |& tee -a ../run_log.log
@python3 models_regression.py |& tee -a ../run_log.log
# @cd ../mos_iv_vbs
# @python3 models_regression.py |& tee -a ../run_log.log

Expand All @@ -70,10 +76,14 @@ models-MOS: Add_run-dir
.ONESHELL:
models-BJT: Add_run-dir
@cd $(Testing_DIR)/$(run_folder)/bjt_cj
@echo "========== Runing models_ngspice-BJT regression ==========" |& tee -a ../run_log.log
@echo "========== Runing models_ngspice-BJT-cj regression ==========" |& tee -a ../run_log.log
@python3 models_regression.py |& tee -a ../run_log.log
@cd $(Testing_DIR)/$(run_folder)/bjt_iv
@echo "========== Runing models_ngspice-BJT-iv regression ==========" |& tee -a ../run_log.log
@python3 models_regression.py |& tee -a ../run_log.log
@cd $(Testing_DIR)/$(run_folder)/bjt_beta
@echo "========== Runing models_ngspice-BJT-beta regression ==========" |& tee -a ../run_log.log
@python3 models_regression.py |& tee -a ../run_log.log


# .ONESHELL:
# clean-models-BJT:
# @echo "==== Cleaning models-BJT old runs ===="
Expand Down
Loading

0 comments on commit 23a0a61

Please sign in to comment.