Skip to main content

Physical Design Methodology Engineer at Texas Instruments

  Hello Dear Readers, Texas Instruments Bangalore has a vacancy for the Physical Design Engineer role. We need an Physical Design Methodology Engineer to join our ATD team. The candidate should have a strong background in back-end design of ASIC/SoC chips. The ideal candidate will have a bachelor’s or master’s degree in Electrical Engineering or a related field. Requirements: 1 - 2 Years of experience in physical design Bachelor’s or master’s degree in Electrical/Electronics Engineering or a related field Strong understanding of physical design principles Must know the basics of floorplan, placement, CTS, routing, ECO, Physical Verification Proficiency in back-end design tools, such as Cadence Genus/Innovus/Tempus/Voltus Excellent problem-solving skills and attention to detail Effective communication and collaboration skills Responsibilities: Synthesis to GDSII Perform full Physical design flow and its verification Work closely with Digital Design and DFT engineers Ensure...

How FPGA is Programmable ASIC and Its Building Blocks

 Hello Dear Readers, 

Today in this post I will discuss how FPGA is a programmable ASIC and what are the basic building blocks of the FPGA.

Modern FPGAs are named programmable ASICs and used in various applications which include the ASIC SOC designs and prototyping. FPGA programming includes the following types and is discussed below section. The main programming types for any FPGA are,

1). SRAM Based FPGAs:

Most of the FPGAs in the market are based on SRAM technology. They store the configuration bit-file in the SRAM cells designed using latches. As the SRAM is volatile, they need to be configured at the start. There are two modes for programming and they are Master and Slave. The SRAM memory cell is shown in Fig.1. In the Master mode, FPGA reads configuration data from the external source and that can be flash. In the Slave mode, FPGA is configured by using the external master device such as processor. The external configuration interface can be JTAG that is also called as boundary scan.

2). Flash-Based FPGAs:

In this type of FPGAs, flash memory is used to store the configuration data. So the primary resource for this FPGA is flash memory. So these kinds of FPGAs have less power consumption and they are less tolerant of the radiation effects. In the SRAM-based FPGAs, the internal flash is only used during power-up to load the configuration file. The floating gate transistor used in the flash memory is shown in Fig.2.

Fig. 1: SRAM Cell

Fig. 2:Floating gate transistor in flash memory

3). Antifuse FPGAs:

These types of FPGAs are used to program only once and they are different as compared to the previous two types of FPGAs. Antifuse is opposite to fuse and initially at the start they do not conduct current but can be burned to conduct current. Once they are programmed, there is no any way to reprogram as burned anti-fuse cannot be forced to the initial state. It is shown in Fig.3.

Fig. 3: Antifuse Structure

FPGA Basic Buiding Blocks: 

The following are key building blocks in the FPGA architecture and are described below section. The FPGA architecture is shown in Fig.4. 

I). Configurable Logic Block (CLB):

CLB consists of the Look Up Tables (LUTs), multiplexers, and registers. RAM-based LUTs are used to implement the digital logic. CLBs can be programmed to realize wide variety of logic functions. Even CLBs are used to store the data. 

II). Input-Output Block (IOB): 

This block is used to control the data flow between the internal logic and IO pins of the device. Each IO is used to support the bidirectional data flow with the tri-state control. There are almost 24 different IO standards which include seven differential special IO high-performance standards. The double data rate registers are also provided with the digital-controlled impedance feature. 

III). Block RAM (BRAM):

 They are used to store the large amount of the data and available in the form of dual-port RAM. For example 18-Kbit dual-port block RAM. BRAM can consist of such multiple blocks depending on the device. 

IV). Digital clock managers (DCMs): 

They are used for clock management and provides fully calibrated digital clock solution. They are used for the uniform clock distribution, delay of clock signals, multiply or divide the clock signals with uniform clock skew. 

V). Multipliers:

Dedicated multiplier block is used to perform the multiplication of two ‘n’ bit digital numbers. Depending on the device the ‘n’ can vary. If n = 18 then the dedicated block is used to perform the multiplication of two 18-bit numbers. 

VI). DSP Blocks: 

They are embedded DSP blocks used to realize the DSP functions such as filtering, data processing. These blocks are used to improve the overall performance of the FPGA while processing the huge amount of data for the DSP applications.

Fig. 4: FPGA architecture (Source Xilinx)


FPGA Design Flow:

FPGA design flow includes the following key steps and is described in Fig.5. 

 1. Design entry 

 2. Design simulation and synthesis 

 3. Design implementation 

 4. Device programming.

Fig. 5: FPGA design flow

Thanks For reading and for more details you can search from the below references.

XILINX Boards

ALTERA Boards


Connect with me 




Comments

  1. Usefull for interview

    ReplyDelete
  2. Very informative thanks for posting

    ReplyDelete
  3. I am big fan of your website and you please upload RISC-V synthesized Verilog Code.

    ReplyDelete
  4. Very easy explanation as expected

    ReplyDelete
  5. So much easy explanation keep it up

    ReplyDelete
  6. Fantastic way of explanation

    ReplyDelete
  7. thanks for posting now I understood complete FPGA internal architectures.

    ReplyDelete

Post a Comment

Popular posts from this blog

Apprenticeship CAI at MediaTek Bangalore

Hello Dear Readers,   Currently at MediaTek Bangalore vacancy for an Apprenticeship CAI role. Job Description: B.Tech degree in Electrical/Electronics Engineering with a strong educational background in Digital circuit design Experience in physical design of high performance design with frequencies > 2 Ghz. Experienced in hierarchical design, budgeting, multiple voltage domains and multiple clock domains. Strong skills with Cadence Encounter. Solid understanding of STA and timing constraints. Experienced in working on advanced process nodes (16nm). Strong expertise in Physical Verification to debug LVS/DRC issues at the block level. Requirement: B.Tech degree in Electrical/Electronics Engineering with strong educational background in Digital circuit design Experience in physical design of high performance design with frequencies > 2 Ghz. Experienced in hierarchical design, budgeting, multiple voltage domains and multiple clock domains. Strong skills with Cadence Enc...

IC Physical Design (PnR) at Ulkasemi

Hello Dear Readers,   Ulkasemi  has a vacancy for an IC Physical Design (PnR) role. Job Overview: As a full-time Trainee Engineer, the individual will be working on IC Physical Design implementation from RTL to GDSII to create design databases ready for manufacturing with a special focus on power, performance & area optimization with next-generation state-of-the-art process technologies. Job Responsibilities: Perform physical design implementation which includes Floor planning, Power Planning, Clock Tree Synthesis, Place and Route, ECO, Logic Equivalence checks Timing analysis, physical & electrical verification, driving the sign-off closure meeting schedule, and design goals Develop flow, methodologies, and automation scripts for various implementation steps Follow the instructions, compile documents, prepare deliverables, and report to the team lead Should remain up to date with the latest technology trends Educational Qualification:   B.Sc/M.Sc   in EEE or...

Best Book for Designing Microarchitecture of Microprocessor Using Verilog HDL

  Hello Dear Readers, Currently, after succeeding in many topics now I starting to provide technical book reviews which were I have completed and still read books always. So let us start today's book review. Book Name:   Computer Principles and Design in Verilog  HDL Description:  Uses Verilog HDL to illustrate computer architecture and microprocessor design, allowing readers to readily simulate and adjust the operation of each design, and thus build industrially relevant skills Introduces the computer principles, computer design, and how to use Verilog HDL (Hardware Description Language) to implement the design Provides the skills for designing processor/arithmetic/cpu chips, including the unique application of Verilog HDL material for CPU (central processing unit) implementation Despite the many books on Verilog and computer architecture and microprocessor design, few, if any, use Verilog as a key tool in helping a student to understand these design techniques...