intel / rohd

The Rapid Open Hardware Development (ROHD) framework is a framework for describing and verifying hardware in the Dart programming language.
https://intel.github.io/rohd-website
BSD 3-Clause "New" or "Revised" License
370 stars 65 forks source link

Support VHDL #493

Open mkorbel1 opened 2 months ago

mkorbel1 commented 2 months ago

Motivation

VHDL is a popular alternative to SystemVerilog

Desired solution

The capability to generate VHDL in addition to SystemVerilog, as well as instantiate external VHDL modules instead of only SystemVerilog (including for cosimulation)

Alternatives considered

No response

Additional details

No response