jdavidberger

Results 21 issues of jdavidberger

**Public API Changes** None **Description** This adds POINTS buffers to the visibility logic for rendering highlights. Likely this isn't noticeable typically outside of performance impacts, but it is noticeable when...

Closes #1311 Addresses #201 too # Context, Motivation & Description There were a few issues in WishBone related library code that are fixed by this PR. I can split this...

I think there is a bug [here](https://github.com/SpinalHDL/SpinalHDL/blob/dev/lib/src/main/scala/spinal/lib/bus/regif/BusIfAdapter/WishboneBusInterface.scala#L37) but it's possible I'm reading the wishbone spec wrong. [From here](https://cdn.opencores.org/downloads/wbspec_b3.pdf#page=66) it seems like the SEL line is a byte select / partial...

I took the pc communication demo and made it work with a game controller. I thought it might be useful for other people as a demo.

This adds support for the common `[0;m` escape codes. colored doesn't use these; but many other shell programs do. The current behavior removes the escape characters correctly but doesn't colorize...

This is a WIP pull request; it does NOT pass unit tests and would need a bit more work to be mergeable. The main question right now is if its...

Closes #1310 # Context, Motivation & Description Fix wishbone pipelined mode # Impact on code generation None # Checklist - [x ] Unit tests were added - [ x] API...

I'm working with a vexrisc design and I want to restrict the instruction bus to only look at regions which can contain executable code. This isn't so much for security...

new-feature
answered-waiting-feedback

This enables the wishbone crossbar to only link regions to the appropriate respective bus masters. The main use case for this is that it helps with timing and resource usage...