Will an Adhesion Promoter Prevent Delamination in Power Semiconductor Packages?
Saturday, 03 July 2021 20:37
Semicon Editor 01
 Power semiconductor packages are used in high temperature, high voltage environments. With the increase of electric vehicles (EVs) and hybrid electric vehicles (HEV) in the automotive market, demands on (and for) power packages have been growing.
Last Updated ( Saturday, 03 July 2021 20:42 )
Read more...
|
Semiconductor Foundry
Thursday, 01 July 2021 14:41
Semicon Editor 01
 What is a Semiconductor Foundry?In simple terms, a semiconductor foundry (also known as a fab) is a factory where silicon wafers are manufactured. The main customers of a semiconductor foundry are chip makers such as: Broadcom, Qualcomm, Intel, AMD and more.
Last Updated ( Thursday, 01 July 2021 14:47 )
Read more...
Semiconductor Supply Chain
Thursday, 01 July 2021 14:00
Semicon Editor 01
 Being one of the most complex supply chains in the world, the semiconductor supply chain is worth around $0.5 trillion and is often very difficult to understand and manipulate. But before we dive deeper, we need to know what a supply chain is and how it impacts the world around us.
Last Updated ( Tuesday, 17 August 2021 13:31 )
Read more...
Verilog Code for Gray to Binary Code Converter
Tuesday, 29 June 2021 14:50
Semicon Editor 01
 Block diagram for Gray to Binary Converter ->
Last Updated ( Tuesday, 17 August 2021 13:31 )
Read more...
STREAMING OPERATOR IN SYSTEMVERILOG
Tuesday, 29 June 2021 14:45
Semicon Editor 01
 The streaming operator uses the terminology pack when you take multiple variables and stream them into a single variable. And conversely, unpack is when you stream a single variable into multiple variables.
Read more...
Running Disparity
Sunday, 27 June 2021 20:50
Semicon Editor 01
 In order to create a DC-balanced data stream, the concept of disparity is employed to balance the number of 0s and 1s.
The disparity of a block is calculated by the number of 1s minus the number of 0s. The value of a block that has a zero disparity is called disparity neutral. If both the 4-bit and 6-bit blocks are disparity neutral, a combined 10-bit encoded data will be disparity neutral as well
Last Updated ( Tuesday, 17 August 2021 13:30 )
Read more...
DIFFERENT ARRAY TYPES AND QUEUES IN SYSTEM VERILOG
Sunday, 27 June 2021 12:22
Semicon Editor 01
 Dynamic Array: Usage of dynamic array when user to allocate its size for storage during run time. Dynamic array store a contiguous collection of data. The array indexing should be always integer type.
Read more...
(UPF) Unified Power Format
Saturday, 26 June 2021 20:17
Semicon Editor 01
 VLSI Digital Design Interview Questions Unified Power Format (UPF) is the popular name of the Institute of Electrical and Electronics Engineers (IEEE) standard for specifying power intent in power optimization of electronic design automation. The IEEE 1801-2009 release of the standard was based on a donation from the Accellera organization.
Last Updated ( Saturday, 26 June 2021 20:23 )
Read more...
MicroWire Interface
Tuesday, 22 June 2021 14:09
Semicon Editor 01
 MICROWIRE is a simple three-wire serial communications interface. This standard protocol handles serial communications between controller and peripheral devices. In this application note are some clarifications of MICROWIRE logical operation and of hardware and software considerations. A typical communication on the Microwire bus is made through the CS, SK, DI and DO signals.
Last Updated ( Tuesday, 22 June 2021 14:19 )
Read more...
PCI-Express - Overview
Tuesday, 22 June 2021 14:07
Semicon Editor 01
PCI Express ( Peripheral Component Interconnect Express ), is a high speed serial computer expansion bus standard. It is designed to replace the older version of PCI like PCI/PCI-X standard. Difference in Normal Pci and Pci-Express ->
Last Updated ( Tuesday, 17 August 2021 13:30 )
Read more...
ADVANTAGES OF UVM OVER SV
Tuesday, 22 June 2021 13:56
Semicon Editor 01
 UVM is a standard verification methodology which is getting standardized as IEEE 1800.12 standard. UVM consists of a defined methodology in terms of architecting testbenches and test cases, and also comes with a library of classes that helps in building efficient constrained random testbenches easily.
Last Updated ( Tuesday, 22 June 2021 13:58 )
Read more...
INHERITANCE IN SYSTEMVERILOG OOPS
Sunday, 20 June 2021 16:05
Semicon Editor 01
 Inheritance in SystemVerilog is the most commonly used principles of Object Oriented Programming (OOP) that facilitates reuse. It’s called Inheritance because it creates new classes taking all the existing Properties and Methods from the Base Class or Super Class.
Last Updated ( Tuesday, 22 June 2021 13:59 )
Read more...
GENERATE RANDC BEHAVIOR FROM RAND VARIABLE
Sunday, 20 June 2021 16:02
Semicon Editor 01
 It’s easy to get the first cycle of random numbers by pushing values on a list in post_randomize() and adding a constraint that keeps the values in the list excluded from the next solution.
Read more...
SYSTEM VERILOG ASSERTION BINDING (SVA BIND)
Thursday, 17 June 2021 16:46
Semicon Editor 01
 Now a days we use to deal with modules of Verilog or VHDL or combination of both. Mostly verification engineers are not allowed to modified these modules. But still SVA addition to these modules are required and easy to verify lot of RTL functionality. How can you add SVA to these modules? Let’s find out !!
Read more...
GENERAL QUESTIONS ON COVERAGE:
Thursday, 17 June 2021 16:40
Semicon Editor 01
 1. What is the difference between code coverage and functional coverage? There are two types of coverage metrics commonly used in Functional Verification to measure the completeness and efficiency of verification process.
Last Updated ( Thursday, 17 June 2021 16:45 )
Read more...
ENABLE/DISABLE SPECIFIC CONSTRAINT
Tuesday, 15 June 2021 15:10
Semicon Editor 01
 In below example we can understand how we can enable or disable a specific constraint whenever we need to do.
Read more...
|
|
|
|
Page 19 of 118 |