gateware.registers: convert to native amaranth
by Marcelina Kościelnicka 1 year 6 months
280c9fa3
applet.audio.yamaha_opx: convert to native amaranth Fixes #150.
by Marcelina Kościelnicka 1 year 6 months
551a4b8d
glasgow.applet: squash ResourceWarning
by Marcelina Kościelnicka 1 year 6 months
33583a7c
applet: avoid UnusedElaboratable warning spam in hardware testcases The hardware tests using `applet_hardware_test` work by constructing the whole applet (including the gateware), then discarding the gateware and connecting the applet software to a mock interface. This results in a lot of `UnusedElaboratable` warnings in CI logs, making them effectively unusable. This patch performs a dummy elaboration of the hierarchy to mark all involved elaboratables as used.
by Marcelina Kościelnicka 1 year 6 months
61f5d0c5
applet.program.ice40_sram: add missing Elaboratable inheritance
by Marcelina Kościelnicka 1 year 6 months
6c54d714
gateware.uart: remove uses of nbits
by Marcelina Kościelnicka 1 year 6 months
3d18a02d
applet.interface.ps2_host: fix reset handling
by Marcelina Kościelnicka 1 year 6 months
6874f6a7
gateware.i2c: convert to native amaranth
by Marcelina Kościelnicka 1 year 6 months
fd068a16
gateware.clockgen: convert to native amaranth
by Marcelina Kościelnicka 1 year 6 months
991dcaf0
applet.*: fix up stray deprecated FIFO signal names
by Marcelina Kościelnicka 1 year 6 months
12ead113
Report a bug