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...

What is RISC-V Microprocessor and Implementation using Verilog HDL Part-1

 Hello Dear Readers, 

Today in this series of posts, I will provide some deep insight into the RISC-V microprocessor and its Implementation using Verilog HDL.

RISC-V is an open-source instruction set architecture (ISA) designed for modern computer processors. It is a relatively new ISA that has gained popularity recently due to its flexibility, simplicity, and open-source nature. The name "RISC-V" stands for Reduced Instruction Set Computing - Five, which refers to the fact that it is based on a simple, streamlined set of instructions.

One of the key features of RISC-V is its modular design, which allows for customization and scalability. This means that designers can choose which instructions to include and how to implement them, which can result in more efficient and specialized processors. Additionally, because RISC-V is open-source, it is free to use and can be modified by anyone, making it a popular choice for academic research and experimentation.

RISC-V also includes support for a wide range of operating systems, including Linux and various real-time operating systems (RTOS), and has been adopted by a growing number of hardware vendors and organizations. Its open-source nature and modular design make it a popular choice for a wide range of applications, from low-power embedded devices to high-performance computing systems.

Version of the RISC-V Microprocessor:

There are currently two major versions of the RISC-V ISA:

  • RISC-V 32-bit ISA: This version of the ISA uses 32-bit instruction and data formats and supports a 32-bit address space. It includes both integer and floating-point instructions, as well as optional extensions such as the multiply/divide extension (M) and the compressed instruction extension (C).
  • RISC-V 64-bit ISA: This version of the ISA uses 64-bit instruction and data formats and supports a 64-bit address space. It includes all of the features of the 32-bit ISA, as well as additional instructions for 64-bit operations.

In addition to these major versions, there are also various extensions to the RISC-V ISA that provide additional functionality, such as the vector extension (V) for SIMD (single instruction, multiple data) operations, the cryptography extension (C), and the hypervisor extension (H), among others. The availability and adoption of these extensions vary depending on the specific implementation of the RISC-V ISA.

Here in this tutorial series, we will be implementing RISC-V RV32I base instruction ISA.

The RISC-V 32-bit ISA has several optional extensions that can be added to the base instruction set, providing additional functionality. Some of the commonly used extensions are:

  • "M" Extension: This extension adds integer multiplication and division instructions.
  • "A" Extension: This extension adds atomic memory operations, including load-reserved and store-conditional instructions, which can be used for multi-threaded programming.
  • "F" Extension: This extension adds single-precision floating-point instructions.
  • "D" Extension: This extension adds double-precision floating-point instructions.
  • "C" Extension: This extension adds compressed instructions, which can reduce code size by encoding commonly used instructions in a smaller format.
  • "B" Extension: This extension adds bit manipulation instructions, which can be used for various operations such as bit counting, bit extraction, and bit-field manipulation.
  • "J" Extension: This extension adds support for dynamic linking and jump instructions with a larger address range.
  • "T" Extension: This extension adds transactional memory support for hardware-level transactional memory operations, which can improve multi-threaded programming efficiency.
  • "P" Extension: This extension adds packed-SIMD instructions for efficient parallel processing of large data sets.

Note that not all implementations of the RISC-V ISA support all of these extensions, and some may support additional extensions beyond these. The specific set of extensions supported depends on the implementation and intended use of the processor.

Block Diagram of RISC-V Processor:








Connect with me 

4.WhatsApp 






Comments

  1. Bhagwan bhala karega really thanks for this series keep it up 🥲🥲🥲🥲

    ReplyDelete
  2. Thanks bro for this initiative for providing free codes and educating the students.

    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...