-
Notifications
You must be signed in to change notification settings - Fork 14
Short Users Guide to PyHCL
Sunny Chen edited this page Feb 27, 2020
·
4 revisions
This short guide is for completely new users of PyHCL, if you have the experience of using Chisel, you could also read this guide to get started.
- Introduction
- A Simple Example
- Datatypes
- Operations
- Circuit Elements
- Module
- Case Study: Combinational Circuits
- Case Study: Sequential Circuits
- Going Deeper: Advanced topics
- Useful Pre-define Circuit Modules
- Parameterization
- Functional Programming
- Get Results
- Acknowledgments