The Wayback Machine - https://web.archive.org/web/20210804033703/https://github.com/topics/open-source-hardware
Skip to content
#

open-source-hardware

Here are 87 public repositories matching this topic...

sampsyo
sampsyo commented Oct 20, 2020

I feel like I might be doing something incredibly dumb, but I was just trying to write a program (compiling to FuTIL) and found myself confused about the appropriate width for memory index subscripts. This program type-checks and compiles just fine:

decl arr: ubit<32>[4];
arr[(1 as ubit<3>)] := 0;

And just for completeness, this program, of course, emits the "zero-padding not supp

Improve this page

Add a description, image, and links to the open-source-hardware topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the open-source-hardware topic, visit your repo's landing page and select "manage topics."

Learn more