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
374 stars 67 forks source link

Add support for edalize #436

Open mkorbel1 opened 11 months ago

mkorbel1 commented 11 months ago

Motivation

Edalize is a library that helps interact with various EDA tools https://github.com/olofk/edalize

It would be nice to add capabilities to ROHD to generate inputs to edalize to make it easier for users to leverage various EDA tools as part of their workflow.

Desired solution

A couple potential use-cases:

Alternatives considered

No response

Additional details

No response