gateware.registers: convert to native amaranth
by Marcelina Kościelnicka 2 years 2 months
280c9fa3
applet.audio.yamaha_opx: convert to native amarant...
by Marcelina Kościelnicka 2 years 2 months
applet.audio.yamaha_opx: convert to native amaranth

Fixes #150.
551a4b8d
glasgow.applet: squash ResourceWarning
by Marcelina Kościelnicka 2 years 2 months
33583a7c
applet: avoid UnusedElaboratable warning spam in h...
by Marcelina Kościelnicka 2 years 2 months
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.
61f5d0c5
applet.program.ice40_sram: add missing Elaboratabl...
by Marcelina Kościelnicka 2 years 2 months
applet.program.ice40_sram: add missing Elaboratable inheritance
6c54d714
gateware.uart: remove uses of nbits
by Marcelina Kościelnicka 2 years 2 months
3d18a02d
applet.interface.ps2_host: fix reset handling
by Marcelina Kościelnicka 2 years 2 months
6874f6a7
gateware.i2c: convert to native amaranth
by Marcelina Kościelnicka 2 years 2 months
fd068a16
gateware.clockgen: convert to native amaranth
by Marcelina Kościelnicka 2 years 2 months
991dcaf0
applet.*: fix up stray deprecated FIFO signal name...
by Marcelina Kościelnicka 2 years 2 months
applet.*: fix up stray deprecated FIFO signal names
12ead113
Report a bug