applet.sensor.hx711: new applet.
by
whitequark
4 years 10 months
cli: flush demultiplexer after each command in run-repl.
This avoids an absurdly infuriating situation where, if you send
commands to DUT but do not read anything back, they won't actually
get delivered until the buffer is full enough, which is often after
several minutes of frustrated debugging. I think I got bitten by
this every single time I tried to use run-repl.
by
whitequark
4 years 11 months
applet.interface.{i2c_initiator,uart}: remove obsolete repl command.
These weren't customized, so run-repl is a complete replacement.
by
whitequark
4 years 11 months
applet.interface.jtag_probe: fix typo.
by
whitequark
4 years 11 months
revC schematics: fix recommended LVDS connector
Fixes #172
by
electronic_eel
4 years 11 months
protocol.jesd3: accept tabs as whitespace as well.
by
whitequark
4 years 11 months
protocol.jtag_svf: fix lexing of reals with more than 1 integral digit.
Before this commit, a real like `50021E-6` would be parsed as
an integer `5002` and a real `1E-6`.
by
whitequark
4 years 11 months
Switch to upstream nMigen.
by
whitequark
5 years 4 days