veryl-lang / veryl

Veryl: A Modern Hardware Description Language
Other
509 stars 24 forks source link

Standard library #487

Closed dalance closed 5 months ago

dalance commented 9 months ago

Some modules like FIFO, Async FIFO , edge detector, etc.. may be useful if they are provided as standard library.

dalance commented 8 months ago

Standard interfaces like AXI, APB may be good candidates. This is because these interfaces will be used to connect between third-party libraries.

dalance commented 8 months ago

I created repository for standard library.

https://github.com/veryl-lang/std

The generated document is https://std.veryl-lang.org .