From 96608abbe296a13cd99e6cfc60a303609ccc392e Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Sat, 17 Dec 2022 14:35:05 +0100 Subject: [PATCH] Update with Semimod download page --- examples/osdi/README | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/examples/osdi/README b/examples/osdi/README index a39ff7abe..3d2c85b11 100644 --- a/examples/osdi/README +++ b/examples/osdi/README @@ -1,10 +1,11 @@ A 'quick and dirty' howto for OpenVAF and OSDI: Example BSIMBULK -Tested under MS Windows 10 +Tested under MS Windows 10 and OpenSUSE 15.4 Have OpenVAF compiler available. - Sources will be available soon. + Executables for download are available at https://openvaf.semimod.de/download/ + for Linux and MS Windows. Download BSIMBULK model from http://www.bsim.berkeley.edu/models/bsimbulk/ Open bsimbulk.va in a text editor Search for the module name, here: @@ -40,7 +41,7 @@ NMN1 dd gg ss bb BSIMBULK_osdi_N W=500n L=90n * the .control section .control * load the model dynamically -pre_osdi test_osdi_libs/bsimbulk107.osdi +pre_osdi test_osdi_libs/bsimbulk.osdi * the dc simulation dc Vg 0 1.5 0.01 Vb 0 -1.6 -0.4 * plotting @@ -52,7 +53,7 @@ plot I(Vs) So we have two OSDI specific actions in the netlist: load the model by - pre_osdi test_osdi_libs/bsimbulk107.osdi + pre_osdi test_osdi_libs/bsimbulk.osdi instantiate the transistor by NMN1 dd gg ss bb BSIMBULK_osdi_N W=500n L=90n