Synthesis of Digital Systems - IITD
Synthesis of Digital Systems - IITD
  • 27
  • 159 336
Timing Analysis & Critical Paths
Timing Analysis & Critical Paths
มุมมอง: 9 879

วีดีโอ

Introduction to Timing Analysis
มุมมอง 3.8K6 ปีที่แล้ว
Introduction to Timing Analysis
Multi-level Logic Synthesis: Technology Mapping
มุมมอง 3.8K6 ปีที่แล้ว
Multi-level Logic Synthesis: Technology Mapping
Multi-Level Logic Optimisation
มุมมอง 3.7K6 ปีที่แล้ว
Multi-Level Logic Optimisation
Two-level Logic Optimisation
มุมมอง 8K6 ปีที่แล้ว
Two-level Logic Optimisation
Introduction to Logic Synthesis
มุมมอง 3.1K6 ปีที่แล้ว
Introduction to Logic Synthesis
Binary Decision Diagrams
มุมมอง 3.6K6 ปีที่แล้ว
Binary Decision Diagrams
Efficient Solution to Retiming & Introduction to Logic Synthesis
มุมมอง 1.9K6 ปีที่แล้ว
Efficient Solution to Retiming & Introduction to Logic Synthesis
Finite State Machine Synthesis: Identifying Common Cubes & Graph Embedding
มุมมอง 1.4K6 ปีที่แล้ว
Finite State Machine Synthesis: Identifying Common Cubes & Graph Embedding
The Retiming Problem
มุมมอง 6K6 ปีที่แล้ว
The Retiming Problem
Finite State Machine Synthesis: Introduction to FSM Encoding
มุมมอง 3.9K6 ปีที่แล้ว
Finite State Machine Synthesis: Introduction to FSM Encoding
High Level Synthesis and Timing Issues
มุมมอง 1.6K6 ปีที่แล้ว
High Level Synthesis and Timing Issues
Force Directed Scheduling & Register Allocation
มุมมอง 2.6K6 ปีที่แล้ว
Force Directed Scheduling & Register Allocation
List Scheduling & Time-constrained Scheduling
มุมมอง 3.3K6 ปีที่แล้ว
List Scheduling & Time-constrained Scheduling
Compiler Transformations in High Level Synthesis: Loop Unrolling and Function Inlining
มุมมอง 1.7K6 ปีที่แล้ว
Compiler Transformations in High Level Synthesis: Loop Unrolling and Function Inlining
Hardware Transformations & ASAP / ALAP Scheduling
มุมมอง 6K6 ปีที่แล้ว
Hardware Transformations & ASAP / ALAP Scheduling
Compiler Transformation in High Level Synthesis: Constant Folding,
มุมมอง 2.3K6 ปีที่แล้ว
Compiler Transformation in High Level Synthesis: Constant Folding,
Memory Modelling & Compiler Transformation in High Level Synthesis
มุมมอง 2.3K6 ปีที่แล้ว
Memory Modelling & Compiler Transformation in High Level Synthesis
Language front-end Design Representation
มุมมอง 2.1K6 ปีที่แล้ว
Language front-end Design Representation
Introduction to High-level Synthesis
มุมมอง 6K6 ปีที่แล้ว
Introduction to High-level Synthesis
VHDL: Specifying Structure, Test Benches, Parameterisation, & Libraries
มุมมอง 3.3K6 ปีที่แล้ว
VHDL: Specifying Structure, Test Benches, Parameterisation, & Libraries
VHDL: Specifying Hardware Behaviour with Processes
มุมมอง 3.9K6 ปีที่แล้ว
VHDL: Specifying Hardware Behaviour with Processes
VHDL: Modelling Timing - Events & Transactions
มุมมอง 6K6 ปีที่แล้ว
VHDL: Modelling Timing - Events & Transactions
VHDL: Introduction to Hardware Description Languages & VHDL Basics
มุมมอง 16K6 ปีที่แล้ว
VHDL: Introduction to Hardware Description Languages & VHDL Basics
Chip Design Flow and Hardware Modelling
มุมมอง 15K6 ปีที่แล้ว
Chip Design Flow and Hardware Modelling
Outline - What is Synthesis?
มุมมอง 21K6 ปีที่แล้ว
Outline - What is Synthesis?
Prof. Preeti Ranjan Panda
มุมมอง 18K6 ปีที่แล้ว
Prof. Preeti Ranjan Panda

ความคิดเห็น

  • @tusharmalpani8708
    @tusharmalpani8708 หลายเดือนก่อน

    32:10

  • @bhabeshmali3640
    @bhabeshmali3640 4 หลายเดือนก่อน

    One of the best video.

  • @prateekbhaisora
    @prateekbhaisora 6 หลายเดือนก่อน

    12:36 Dijsktra also finds single source shortest path, i.e., single source multiple destinations. It's just that it might give incorrect result if graph has negative edges.

  • @VHDL-code
    @VHDL-code 7 หลายเดือนก่อน

    This is good stuff. Many of these videos are really good and in depth.

  • @prateekbhaisora
    @prateekbhaisora 8 หลายเดือนก่อน

    58:05 Assuming adjacency list representation: Finding all nodes with no predecessor will take O(|V|+|E|) = O(V^2) in worst case. The simple algo would be to take an array/map of |V| size size and traverse the the adjacency list, and whenver u-> v edge is there, increment map[v] by 1. Finding all nodes with no successor will take O(|V|) time as the algo would be to traverse all |V| directory nodes in adjacency list and simply check if len(list(v)) = 0, or not.

  • @poojanshah2638
    @poojanshah2638 11 หลายเดือนก่อน

    Quite Helpful!!

  • @oviya.n1317
    @oviya.n1317 ปีที่แล้ว

    Thank you so much or the explanation sir. It is digging a deeper perspective .

  • @sharmiladhanapal3345
    @sharmiladhanapal3345 ปีที่แล้ว

    Anyone have VLSI digital signal processing systems,author of keshab k.parhi,exercise solutions

  • @dr.saadsyoutubechannel3723
    @dr.saadsyoutubechannel3723 2 ปีที่แล้ว

    Is there a recommended text/reference book you've followed for this course?

  • @劉元彪
    @劉元彪 3 ปีที่แล้ว

    大學教授提供的參考內容。贊

  • @rajeshberepalli2604
    @rajeshberepalli2604 3 ปีที่แล้ว

    I didn't understand how to find a critical path

  • @sheerlectures3794
    @sheerlectures3794 3 ปีที่แล้ว

    Introduction to Hardware Description Language: th-cam.com/video/YIWiWl6XZ7s/w-d-xo.html

  • @manjindersingh7381
    @manjindersingh7381 3 ปีที่แล้ว

    Such an informative lecture.....

  • @sitanshushrimali6330
    @sitanshushrimali6330 3 ปีที่แล้ว

    Tabalchi g**nd

  • @saveplanet3977
    @saveplanet3977 3 ปีที่แล้ว

    Superb

  • @hyat12
    @hyat12 4 ปีที่แล้ว

    Nice sir 👍👍

  • @viditsharma3929
    @viditsharma3929 4 ปีที่แล้ว

    good enough

  • @utkarshgupta5339
    @utkarshgupta5339 4 ปีที่แล้ว

    Best explanation & presentation thank you Prof

  • @lakshmikanthk442
    @lakshmikanthk442 4 ปีที่แล้ว

    1st comment: wondering no one done yet

  • @sanjayamv
    @sanjayamv 4 ปีที่แล้ว

    Wonderful Explanation ..

  • @mukeshbharadwaj9233
    @mukeshbharadwaj9233 4 ปีที่แล้ว

    Thank you Sir !

  • @seemamahajan3725
    @seemamahajan3725 4 ปีที่แล้ว

    Please do a lecture series on the SODC book by Giovanni Micheli. Will really help us a lot.

  • @seemamahajan3725
    @seemamahajan3725 4 ปีที่แล้ว

    Very neatly explained.helped a lot

  • @sachinym8257
    @sachinym8257 4 ปีที่แล้ว

    Hi sir, you are doing well . As i am design verification trainee can please give me lecture about verilog ,system verilog and uvm ... Thanks .

    • @innetizen
      @innetizen 3 ปีที่แล้ว

      Sab janana hai *"'"':"**" ko?

  • @sudheerkumarvishwakarma3517
    @sudheerkumarvishwakarma3517 5 ปีที่แล้ว

    Sir I heard your presentation in VDAT 2019. I want a material for Memory compiler .... If any possibility occur please send me ....

  • @mambojambo123321
    @mambojambo123321 5 ปีที่แล้ว

    Thank you sir , for putting this wonderful course online

  • @vinaykushwaha5223
    @vinaykushwaha5223 5 ปีที่แล้ว

    30:00

  • @Nicknamelikeyours
    @Nicknamelikeyours 6 ปีที่แล้ว

    Thanks for fucking up the audio, at least the video is high resolution and the instructor speaks enjoyable English.

    • @Nicknamelikeyours
      @Nicknamelikeyours 6 ปีที่แล้ว

      l think while the intelligent people in india get the chance to teach or study these subjects, retards get the job of recording and cutting it.

  • @radhakrishnansithanandam1750
    @radhakrishnansithanandam1750 6 ปีที่แล้ว

    Thank you sir for the course...

  • @ravs
    @ravs 6 ปีที่แล้ว

    Thank you sir for uploading this video.