bespoke-silicon-group / basejump_stl

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

bsg_alloc_wavefront #695

Open tommydcjung opened 2 months ago

tommydcjung commented 2 months ago

Wavefront allocator module and the testbench;

tommydcjung commented 1 month ago

The design is square by construction. width_p should be set as max(N,M), and tying off the unused inputs should make it optimized away by the compiler.

taylor-bsg commented 3 weeks ago

@tommydcjung can you merge the _cell module into the main file since it's basically a private module?