bespoke-silicon-group / basejump_stl

BaseJump STL: A Standard Template Library for SystemVerilog
http://bjump.org/
Other
504 stars 97 forks source link

Getting Started with BaseJump STL #671

Closed ShvetankPrakash closed 6 months ago

ShvetankPrakash commented 7 months ago

I was wondering if there are any tutorial videos or "Hello World" examples for getting started with the library? Thanks!

dpetrisko commented 7 months ago

Hi,

The paper and this video are good overviews of the repo.

https://m.youtube.com/watch?v=7MsS3d81Wdw&list=PLUg3wIOWD8yoZx3W8JfSMn4tiHXELmgMT&index=16&t=377s&pp=iAQB

https://github.com/bespoke-silicon-group/basejump_stl/blob/master/docs/BaseJump_STL_DAC_2018_Camera_Ready.pdf

ShvetankPrakash commented 6 months ago

Thanks! I have checked these out but was wondering if there are any open-source, concrete examples/designs that you could point me to for how people have pieced together modules from the repo.

dpetrisko commented 6 months ago

Hammerblade manycore: https://github.com/bespoke-silicon-group/bsg_manycore

BlackParrot multicore: https://github.com/black-parrot/black-parrot

ShvetankPrakash commented 6 months ago

Thank you!