flojoy-ai / studio

Joyful visual programming for Python
https://docs.flojoy.ai
MIT License
197 stars 19 forks source link

Support digital hardware design #858

Open davidbrochart opened 1 year ago

davidbrochart commented 1 year ago

Matlab supports hardware design. Hardware blocks are connected together at a high level using Simulink to create a system, that can then generate low-level HDL code. The code can be simulated or implemented into an FPGA. I think flojoy could support this kind of workflow, for instance using LiteX.

jackparmer commented 1 year ago

@trbritt has some thoughts on this also

davidbrochart commented 1 year ago

See also https://github.com/enjoy-digital/litex/issues/1766.