Lab4-Heap: The dut deasserts full after a remove operation has finished on a previously full dut
Opened this issue · 0 comments
zhouyecs commented
In HeapControl.scala, using RegEnable
will make full always be true after the first time when heap is full, so the dut cannot deassert full after a remove operation has finished on a previously full dut?