Completed
Why Verilog
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
The Verilog to Verilog Decompiler
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Overview
- 3 Introduction
- 4 Software For Hardware People
- 5 The Verilog 2 Verilog Decompiler
- 6 Why Write a Hardware Decompiler?
- 7 Why Verilog
- 8 Parsing in Software
- 9 Hardware for Software People 2
- 10 Parsing in Hardware
- 11 Primitives and Flipflops
- 12 Recompile
- 13 Recompiling in Software
- 14 Basic Blocks in software
- 15 Basic Blocks in Hardware
- 16 Graph Representation
- 17 Example Graph
- 18 Hardware for Software People 3
- 19 Functions in Software
- 20 Modules in hardware
- 21 Signature matching in software
- 22 Signature matching in hardware
- 23 Isomorphism Based Matching.
- 24 Topology Based Matching
- 25 Subgraph Mining
- 26 Signature Matching Demo
- 27 Hardware for software people 4
- 28 Software for Software People
- 29 Control Flow in software