diff options
author | Sunil Shetye | 2019-03-12 12:30:33 +0530 |
---|---|---|
committer | Sunil Shetye | 2019-07-01 18:04:00 +0530 |
commit | 7b559bc99379a475866479137f3ee2ed4dfbab86 (patch) | |
tree | b397dbdf6d63632ee48741010e9019b0dc77669c /src/deviceModelLibrary/Misc | |
parent | d2b775bde7bde4396c251ddac6685d503d0577d8 (diff) | |
download | eSim-7b559bc99379a475866479137f3ee2ed4dfbab86.tar.gz eSim-7b559bc99379a475866479137f3ee2ed4dfbab86.tar.bz2 eSim-7b559bc99379a475866479137f3ee2ed4dfbab86.zip |
remove extra + at the start
Diffstat (limited to 'src/deviceModelLibrary/Misc')
-rw-r--r-- | src/deviceModelLibrary/Misc/CORE.lib | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/deviceModelLibrary/Misc/CORE.lib b/src/deviceModelLibrary/Misc/CORE.lib index a7581029..df7539a5 100644 --- a/src/deviceModelLibrary/Misc/CORE.lib +++ b/src/deviceModelLibrary/Misc/CORE.lib @@ -1,9 +1 @@ -.MODEL K3019PL_3C8 Core( -+ A=44.82 -+ C=.4112 -+ abc=123 -+ Area=1.38 -+ K=25.74 -+ MS=415.2K -+ Path=4.52 -)
\ No newline at end of file +.MODEL K3019PL_3C8 Core( A=44.82 C=.4112 abc=123 Area=1.38 K=25.74 MS=415.2K Path=4.52 ) |