____ ____ ___ ___
|_ // __// _ \___ ___ ___ ____/ _ \___ ___
_/_ </ _ \/ // / _ \/ _ \(_-</ __/ // / _ \/ -_)
/____/\___/\___/_//_/\___/___/\__/\___/ .__/\__/
/_/
Siglent SDS1x0xX-E FPGA bitstreams
Powered by Migen & LiteX
This repo contains a LiteX project for an open source bitstream targetting the Siglent SDS 1x0xX-E series oscilloscopes.
Supported machines:
- Siglent SDS1104X-E or SDS1204X-E (exact same hardware)
Not yet supported (but likely easy to port):
- Siglent SDS1202X-E
- Python3, Vivado WebPACK
- Either a Vivado-compatible JTAG cable (native or XVCD), or OpenOCD.
$ wget https://raw.githubusercontent.com/enjoy-digital/litex/master/litex_setup.py
$ chmod +x litex_setup.py
$ sudo ./litex_setup.py init installFollow the instructions here to prepare for JTAG boot mode.
$ ./sds1104xe.py --eth-ip=192.168.1.50 --build --loadInstead of --load (which uses Vivado's hardware manager), configuration with OpenOCD is also possible:
$ openocd -f interface.cfg -f target/zynq_7000.cfg -c "init" -c "zynqpl_program zynq_pl.bs" -c "pld load 0 sds1104xe.bit" -c "exit"Due to a bug, it may be necessary to re-plug the ethernet cable after the first configuration.
$ litex_server.py --udp --udp-ip 192.168.1.50$ ./software/sds1104xe_config.py
$ litescope_cli.py
$ gtkwave dump.vcd