rochus-keller / VerilogCreator

VerilogCreator is a QtCreator based IDE for Verilog 2005
GNU General Public License v2.0
165 stars 23 forks source link

Use Edalize for interfacing EDA tools #2

Open olofk opened 5 years ago

olofk commented 5 years ago

Edalize https://github.com/olofk/edalize is a library for creating project/setup files for EDA tools from a tool-agnostic data structure.

VerilogCreator could output an edalize structure (as yaml/json/xml) and let Edalize handle the tool interface. This would instantly give VerilogCreator the support for 14 different synthesis, simulator and lint tools for HDL

rochus-keller commented 5 years ago

Interesting, thanks. I will have a look at it.