اطلاعیه

Collapse
No announcement yet.

hspice

Collapse
X
 
  • فیلتر
  • زمان
  • Show
Clear All
new posts

    hspice

    سلام
    اطفا یکی توصیح بده این m=4.5 آخر این خط یعنی چه؟ کلا فلسفه این m رو اگه بگین ممنون میشم
    M13 vout vout- 0 0 nmos W=17.6u L=.36u [shadow=red,left][glow=red,2,300]m=4.5[/glow][/shadow]
    >>>>www.matlabkaran.com<<<&lt ;

    #2
    پاسخ : hspice

    میشه شکل مدارتون را بگذارید. این طوری خیلی گنگ است!
    وقتي مشغوليات زياد بشه براي همه کارها وقت کم داري.
    اگر جواب پيام ندادم، ايميل بزنيد که شرمنده نشم.

    دیدگاه


      #3
      پاسخ : hspice

      نوشته اصلی توسط Scorpioo
      میشه شکل مدارتون را بگذارید. این طوری خیلی گنگ است!
      شکل مدار یه تقویت کننده با طبقه اول کاس کد و طبقه دوم سورس مشترکه، براتون میذارم. جواب میده ها اما میخوام ببینم این m آخر خط چیه، تو help هم اینطوری کار نکرده :surprised:
      نت لیست رو الان براتون میفرستم

      opamp
      .protect
      .LIB mm018.l tt
      .unprotect
      .option post=2
      .param a=.9
      *######################## Voltage Bias ################################
      vin+ vin+ 0 ac sin (a .0022m 100 0 0 )
      vin- vin- 0 ac sin (a .0022m 100 0 0 180)
      vg0 g0 0 dc 1.15
      vg4 g4 0 dc .6
      vg6 g6 0 dc .85
      vg8 g8 0 dc .95
      vdd vdd 0 dc 1.8
      *######################## amplifier ##################################
      M1 d3 vin+ s0 vdd pmos W=30.5u L=.54u m=3
      M2 d4 vin- s0 vdd pmos W=30.5u L=.54u m=3
      M0 s0 g0 vdd vdd pmos W=44.9u L=.54u m=2
      M3 d3 g4 0 0 nmos W=44u L=.9u m=1
      M4 d4 g4 0 0 nmos W=44u L=.9u m=1
      M5 vout+ g6 d3 0 nmos W=57.4u L=1u m=1
      M6 vout- g6 d4 0 nmos W=60.1u L=1u m=1
      M7 vout+ g8 s7 vdd pmos W=73.2u L=.36u m=2
      M8 vout- g8 s8 vdd pmos W=64.4u L=.36u m=2
      M9 s7 vout+ vdd vdd pmos W=64.2u L=.8u m=3
      M10 s8 vout+ vdd vdd pmos W=64.2u L=.8u m=3
      M11 vout vout- 0 0 nmos W=42u L=.54u m=1
      M12 vout vout+ vdd vdd pmos W=64u L=.36u m=2
      Cc vout s8 1.7p
      Cout vout 0 4p
      *####################### test open loop gain #########################
      .tran 1ns 60ms
      .probe tran v(vout)
      .OP
      .END
      >>>>www.matlabkaran.com<<<&lt ;

      دیدگاه


        #4
        پاسخ : hspice

        من یه نگاهی به فایل های آموزشی hspice کردم

        و توی HSPICE® User Guide: Simulation and Analysis با یه توضیح در این باره روبرو شدم. متن انگلیسی اش را می گذارم

        M (Multiply) Parameter
        The most basic HSPICE or HSPICE RF subcircuit parameter is the M (multiply) parameter. This keyword is common to all elements, including subcircuits, except for voltage sources. The M parameter multiplies the internal component values. This, in effect, creates parallel copies of the element. For example, if you have an inverter and specify M=2, then HSPICE multiplies the internal component by 2. The M parameter multiplies the internal component values, which, in effect, creates parallel copies of the element. To simulate 32 output buffers switching simultaneously, you need to place only one subcircuit; for example,
        X1 in out buffer M=32

        و در فایل Star-Hspice User Guide Release
        چنین نوشته بود:
        Hierarchical Parameters
        M (Multiply) Parameter
        The most basic subcircuit parameter, in Star-Hspice, is the M (multiply) parameter. This keyword is common to all elements, including subcircuits, except for voltage sources. The multiply parameter multiplies the internal component values, which in effect creates parallel copies of the element or subcircuit. To simulate 32 output buffers switching simultaneously, you need to place only one subcircuit:
        X1 in out buffer M = 32
        Multiply works hierarchically. For a subcircuit within a subcircuit, Star-Hspice multiplies the product of both levels.

        اگر چیز دیگه ای هم پیدا کردم اطلاع می دم.
        وقتي مشغوليات زياد بشه براي همه کارها وقت کم داري.
        اگر جواب پيام ندادم، ايميل بزنيد که شرمنده نشم.

        دیدگاه


          #5
          پاسخ : hspice

          نوشته اصلی توسط Scorpioo
          من یه نگاهی به فایل های آموزشی hspice کردم

          و توی HSPICE® User Guide: Simulation and Analysis با یه توضیح در این باره روبرو شدم. متن انگلیسی اش را می گذارم

          M (Multiply) Parameter
          The most basic HSPICE or HSPICE RF subcircuit parameter is the M (multiply) parameter. This keyword is common to all elements, including subcircuits, except for voltage sources. The M parameter multiplies the internal component values. This, in effect, creates parallel copies of the element. For example, if you have an inverter and specify M=2, then HSPICE multiplies the internal component by 2. The M parameter multiplies the internal component values, which, in effect, creates parallel copies of the element. To simulate 32 output buffers switching simultaneously, you need to place only one subcircuit; for example,
          X1 in out buffer M=32

          و در فایل Star-Hspice User Guide Release
          چنین نوشته بود:
          Hierarchical Parameters
          M (Multiply) Parameter
          The most basic subcircuit parameter, in Star-Hspice, is the M (multiply) parameter. This keyword is common to all elements, including subcircuits, except for voltage sources. The multiply parameter multiplies the internal component values, which in effect creates parallel copies of the element or subcircuit. To simulate 32 output buffers switching simultaneously, you need to place only one subcircuit:
          X1 in out buffer M = 32
          Multiply works hierarchically. For a subcircuit within a subcircuit, Star-Hspice multiplies the product of both levels.

          اگر چیز دیگه ای هم پیدا کردم اطلاع می دم.
          آقا ممنونم، آره تا اینجاشو متوجه شدم، اما تو برنامه نمیدونم با چه منطقی به کار برده، نمیدونم آیا این موازی کردن با توجه با اندازه L هست یا W یا هر دو؟
          ممنونم بازم از کمکتون اگه خودمم چیزی فهمیدم اینجا مینویسم
          >>>>www.matlabkaran.com<<<&lt ;

          دیدگاه

          لطفا صبر کنید...
          X