Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Help with design low-level HDL language #417

Open
XVilka opened this issue Nov 16, 2018 · 5 comments
Open

Help with design low-level HDL language #417

XVilka opened this issue Nov 16, 2018 · 5 comments

Comments

@XVilka
Copy link

XVilka commented Nov 16, 2018

FPGA world suffers a lot from fragmentation - some tools produce Verilog, some VHDL, some - only subsets of them, creating low-level LLVM-like alternative will help everyone, so HDL implementations will opt only for generating this low-level HDL and routing/synthesizers accept it. LLVM or WebAssembly - you can see how many languages and targets are supported now by both. With more open source tools for FPGA this is more feasible now than ever.

See f4pga/ideas#19

@XVilka
Copy link
Author

XVilka commented Nov 21, 2018

Note that after the discussion in this bug and other issues most of the people agreed to push forward the FIRRTL. Please give the feedback on this if you have any.

@christiaanb
Copy link
Member

It's very unclear whether FIRRTL has asynchronous resets, so I don't know whether it can be a target.

@XVilka
Copy link
Author

XVilka commented Oct 17, 2019

@christiaanb just an update, FIRRTL got an asynchronous reset, and they will be the part of the upcoming 1.2.0 release: https://github.com/freechipsproject/firrtl/issues/1196

@christiaanb
Copy link
Member

@XVilka Thanks for the update, I'll check it out

@XVilka
Copy link
Author

XVilka commented Sep 16, 2021

If you ever plan to add support for it, you could also check out the LLVM-based CIRCT implementation of FIRRTL as a dialect.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants