Jeroen van Straten
Jeroen van Straten
I would expect that adding recovery logic to a grammar doesn't functionally change the grammar, but currently it does: `repeated()` and `or_not()` (at least) with an inner that can recover...
As far as I can tell, `custom()` is currently completely unusable because all methods that manipulate a `Stream` are merely `pub(crate)`, and thus cannot be used from application code.
Right now, the MMIO interface expected by the software layers consists of a control register at address 0 with reset/stop/start and a status register with done/busy/idle at address 4, followed...
Writers currently do not properly support separate clock domains for the bus and accellerator, despite availability of separate clock/reset ports. The read side should support it, though enabling the CDC...
Some notes I wrote this morning. Not really an issue, but I don't know where else to put it. Future work, in no particular order: - Register allocation for user-specified...
While refactoring the resource management system, I added an asserion statement that checks whether the scheduling direction specified during construction is actually adhered to by the calls to `available()` and...
Abusing the issue system for a restructuring proposal, which is a bit of a dependency for freezing the modular interface, since the naming inside and outside of OpenQL would preferably...
vhdeps' define/use matching is currently very simplistic, perhaps overly. For instance, it doesn't detect the following properly: - components that are defined without the optional "is" keyword (there may be...