filament
filament copied to clipboard
Docs link to friscv is broken
Hi! I was excited to discover Filament, and was looking for a worked example larger than the ALU in the tutorial.
Unfortunately the friscv design linked from the homepage is a 404, and I can't find it elsewhere in the repo.
Thought I'd let you know in case it broke silently.
Ah, thanks for letting us know! We moved it under the apps/ directory which cause the link to break.
Ah, I expected it under examples/ and didn't check apps. What's the difference between an app and an example?
The examples/ directory contains stuff that is used in the documentation examples (https://filamenthdl.com/docs/lang/tutorial.html#saving-values-for-the-future) while apps/ contains bigger designs
FYI it seems to be broken again. It links to https://github.com/cucapra/filament/tree/main/frisc
Thanks @Timmmm! We need to revamp the website with the new compiler + syntax anyways so will open a new issue about it.
Fixed!