Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Queues: queues with lengths as powers of 2 (#2028)
* Make length an argument * FIFO need not flash ans * PIFO need not flash ans * Shared logic for peek, pop * Change to queue length of 16 * Stashing current Calyx output and stats thereof * New numbers * Nix stray file * Nix more stray files * Update fifo.py * Queue length factor in FIFO * Take max FIFO length factor as arg * Make PIFOs use the new style of FIFOs
- Loading branch information