mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-09-05 03:32:09 +02:00
Strategically inserting the pending memory write in memory::update to keep the queue sorted allows us to skip the queue sort in memory::commit. The Minerva SRAM SoC runs ~7% faster as a result.