Olivier Galibert

Results 8 issues of Olivier Galibert

I hate repeating strings, because typos happen. And with the global-by-default of clock domains, typos can hit something existing. So it would be nice that where a DomainRenamer takes the...

feature
meta:needs-rfc

Thanks for reporting your bug here! The following template will help with giving as much information as possible so that it's easier to diagnose and fix. ## Upfront Information Please...

type:bug
relates:module

[Rendered](https://github.com/galibert/amaranth-rfcs/blob/clock-domains/text/0012-better-clock-domains.md)

area:core

It doesn't. They just don't exist. Bit 5 is hardwired to 1 where it matters, bit 4 to !irq_taken (only visible in the pushed P value in brk). So any...

In multiple places I end up needing an enable signal that generates ones at a given frequency in relation to the domain clock. This is a proposal for a generic...

design

I feel the need for a way to configure the i2c-controlled devices I have on my fpga board from a wishbone bus driven by a cpu core. That means a...

design

For the simple but very usual case of a memory range mapping a device that does not need internal decoding (ram, rom, that kind of stuff) the boilerplate is a...

question