Hardware description generation
How to generate hardware description?
- Add complex notions into the language
- Use a generic-purpose language
- Still need to interface DDHDL with it in a declarative way.
- DDHDL remains the most straightforward way to proceed in most cases.
- Writing IPs right in the GP language should not be allowed.
There is a poc in Ruby. It could rely on magnus.
EDIT: added a poc in Python, looks easier. However Python versions might be a nightmare. Can venv
fix it?
Generators may be included in STD (FSM for instance) #11
Edited by come_744