Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* A few scheduling transactions - WARNING: the pifo is broken; it doesn't pass the big random test * Make heaps bigger! - both pifo and fifo tests pass with large heaps * Queues all working! * More docs, fewer magic numbers, simpler control - slightly refactor control logic in binheap.py - make rank and value widths arguments to `insert_binheap` - add docs to stable_binheap, binheap, and fifo. TBD: pifo * Add pifo docs * full -> is_full * Switch to non-piezo tests * No more magic numbers in gen_queue_data * Fix error handling logic in binheap and pifo * A little tidying * Move flow_out inference one if-check deeper --------- Co-authored-by: Anshuman Mohan <[email protected]>
- Loading branch information