A power semiconductor module is basically a power circuit of different
materials assembled together using hybrid technology, such as semiconduc-
tor chip attachment, wire bonding, encapsulation, etc. The materials
involved cover a wide range from insulators, conductors, and semiconduc-
tors to organics and inorganics. Since these materials all behave differently
under various environmental, electrical, and thermal stresses, proper selec-
tion of these materials and the assembly processes are critical. In-depth
knowledge of the material properties and the processing techniques is there-
fore required to build a high-performance and highly reliable power module.
標簽:
Manufacture
Electronic
Modules
Design
Power
上傳時間:
2020-06-07
上傳用戶:shancjb
Thepredecessorvolumeofthisbookwaspublishedin1996.Intheyears
since then, some things have changed and some have not.
Two of the things that have not changed are the desire for better
models and faster simulations. I performed the original simulations on
my “hyperfast” 133-MHz computer! At the time, I thought if I could just
getafastercomputer,allofourSPICEproblemswouldbehistory,right?
TodayIamsimulatingonacomputerthathasa2.6-GHzprocessorwith
512 MB of RAM, and I would still say that simulations run too slow.
The computer technology has evolved, but so have the models. In 1996
wewereperformingsimulationson100-kHzpowerconverters,whereas
today I routinely see 1- and 2-MHz power converters.
標簽:
Switch-Mode
Simulation
Supply
Power
上傳時間:
2020-06-07
上傳用戶:shancjb
電子書-RTL Design Style Guide for Verilog HDL540頁A FF having a fixed input value is generated from the description in the upper portion of
Example 2-21. In this case, ’0’ is output when the reset signal is asynchronously input,
and ’1’ is output when the START signal rises. Therefore, the FF data input is fixed at
the power supply, since the typical value ’1’ is output following the rise of the START
signal.
When FF input values are fixed, the fixed inputs become untestable and the fault detection rate drops. When implementing a scan design and converting to a scan FF, the scan
may not be executed properl not be executed properly, so such descriptions , so such descriptions are not are not recommended. recommended.[1] As in the lower
part of Example 2-21, be sure to construct a synchronous type of circuit and ensure that
the clock signal is input to the clock pin of the FF.
Other than the sample shown in Example 2-21, there are situations where for certain
control signals, those that had been switched due to the conditions of an external input
will no longer need to be switched, leaving only a FF. If logic exists in a lower level and a
fixed value is input from an upper level, the input value of the FF may also end up being
fixed as the result of optimization with logic synthesis tools. In a situation like this, while
perhaps difficult to completely eliminate, the problem should be avoided as much as possible.
標簽:
RTL
verilog hdl
上傳時間:
2022-03-21
上傳用戶:canderile