sifive / Kami

Kami - a DSL for designing Hardware in Coq, and the associated semantics and theorems for proving its correctness. Kami is inspired by Bluespec. It is actually a complete rewrite of an older version from MIT
Apache License 2.0
197 stars 11 forks source link

Create Tagged Union data type #128

Open llee454 opened 4 years ago

llee454 commented 4 years ago
vmurali commented 4 years ago

Pairs and Maybe should probably be avoided. Should see which one is better to use later.

llee454 commented 4 years ago

https://github.com/sifive/Kami/tree/issue-128