aboutsummaryrefslogtreecommitdiffstats
path: root/arty_test/README.md
blob: a703e752b76120392107a5d1da91864dcdea86af (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
This test requires LiteX 2022.08. You will need to define `DEBUG` in the `boothmul.v`
file for the logic analyzer to work correctly.

Run `python3 soc.py` to build the design. Afterwards, load the design. Then run

    litex_server --uart --uart-port /dev/ttyUSB1

afterwards run

    python3 hardtest.py

This will generate two .vcd files, which you can check to verify that the multiplier
is working.