Diego Hurtado
Diego Hurtado
This PR is an attempt to address #179. This bitarray implementation follows the interface established by `glasgow.support.bits` while changing the backing storage to an `array()` object. Currently the element size...
**Describe the PR** Due to a missed optimization in the compiler, code for constant address handling is being included in all builds. This change splits the code in different functions...
These changes make it easier for the compiler to autovectorize the loops.
Adds the new `led_event` call to allow board-defined behavior. Merge #49 first. Fixes #39.
Change the behavior of the PROGRAM button: toggle between the two modes of the CONTROL port. Fixes #38.
This is a WIP to add support for board revision detection in Cynthion boards. This only works in revisions >= 0.6. It compares the voltage level of `PA07` against a...
Extend the host tools to automatically convert between LFE5U-25F and LFE5U-12F bitstreams if a part ID mismatch is detected. These two parts are compatible and their bitstreams are identical with...
This code is based on the work from @dragonmux and @gregdavill. - [ ] Copyright notices - [ ] Tests
Avoids the need to use `avoid_blockram=True` when there are gaps in the descriptor indexes.