Chapter 3
FSM RTL β Simulation β OpenLane / ASIC Flow
This chapter verifies that the FSM RTL designed in Chapter 2 is hardware-realistic.
π Official Links
| Language | GitHub Pages π | GitHub π» |
|---|---|---|
| πΊπΈ English |
Goals
- Verify FSM RTL behavior by simulation
- Confirm synthesizability via OpenLane (concept level)
- Learn how to read ASIC-flow warnings and reports
Non-goals
- Full SoC integration
- UVM / formal verification
- Timing or PPA optimization
- Detailed physical layout
Structure
overview.mdβ philosophy and verification flowsimulation.mdβ minimal simulation setupopenlane.mdβ concept-level OpenLane flowasic_checkpoints.mdβ ASIC-oriented RTL checkscode/β educational minimal examples
The code in this chapter is instructional, not production IP.