Skip to content

Commit

Permalink
Quokka C# to RTL translator links and demo projects
Browse files Browse the repository at this point in the history
  • Loading branch information
EvgenyMuryshkin committed Feb 1, 2021
1 parent dffe3ee commit 47dd497
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,9 @@ A curated list of amazingly awesome hardware description language projects.
- [chisel](https://github.com/freechipsproject/chisel3) - Meta HDL, 2012+
- [SpinalHDL](https://github.com/SpinalHDL/SpinalHDL) - Meta HDL 2012+


* C#
- [Quokka](https://github.com/EvgenyMuryshkin/qusoc) - C# to low-level RTL translator (Verilog, VHDL) and simulation toolkit examples (gates, components, RISC-V, SoC)

## HLS

* [hlslibs](https://github.com/hlslibs) - ac_math, ac_dsp, ac_types
Expand All @@ -91,6 +93,7 @@ A curated list of amazingly awesome hardware description language projects.
* [DelayGraph](https://github.com/ni/DelayGraph) - 2016, C#, register assignment algorithms
* [ahaHLS](https://github.com/dillonhuff/ahaHLS) - 2019, An open source high level synthesis (HLS) tool using LLVM
* [combinatorylogic/soc](https://github.com/combinatorylogic/soc) - 2019, An experimental System-on-Chip with a custom compiler toolchain.
* [Quokka](https://github.com/EvgenyMuryshkin/QuokkaEvaluation) - C# to HL RTL translator


## Other HDL languages
Expand Down
1 change: 1 addition & 0 deletions components.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@
* [VexRiscv](https://github.com/SpinalHDL/VexRiscv) - RISC-V written in SpinalHDL
* [TNoC](https://github.com/taichi-ishitani/tnoc) - Network on Chip router written in SystemVerilog
* [Awesome Open Hardware Verification](https://github.com/ben-marshall/awesome-open-hardware-verification/) - A list of open source tools and frameworks for hardware verification.
* [Quokka](https://github.com/EvgenyMuryshkin/qusoc) - RISC-V and SoC written in C#, translates to Verilog and VHDL

0 comments on commit 47dd497

Please sign in to comment.