VHDL to Discrete Logic on PCB Flow
![](https://www.deeplearningdaily.com/wp-content/uploads/2021/11/vhdl-to-discrete-logic-on-pcb-flow_6181b75450a42-375x210.jpeg)
Highly experimental set of scripts to transform a digital circuit described in a hardware description language (VHDL or Verilog) into a discrete transistor circuit on a PCB. (Disclaimer: I don’t know what I am doing)
Makes use of:
- GHDL
- Yosys
- ABC
- GTKView
- NGspice
- PCBPlace – my own P&R tool written in Python
- Freerouting (Optional)
- Eagle (Optional)
- EasyEDA (Optional)
Should work in a Linux shell. I am currently using WSL2.
For details see Project logs on HaD.io
Flow Architecture
GitHub