Skip to content

Commit

Permalink
global: Switch litex_term since lxterm is deprecated.
Browse files Browse the repository at this point in the history
  • Loading branch information
enjoy-digital committed Dec 2, 2022
1 parent b36c77a commit 1e9c8d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion evaluation/evaluation.py
Expand Up @@ -295,7 +295,7 @@ def __init__(self):
# du module Serializer. Implémenter le design et tester sur carte.
#
# Pour visualiser ce que transmet le FPGA, lancer le script:
# lxterm /dev/ttyUSBX
# litex_term /dev/ttyUSBX
#
# Pour reseter le FPGA, appuyer sur le bouton cpu_reset

Expand Down
4 changes: 2 additions & 2 deletions lab004/README.md
Expand Up @@ -26,7 +26,7 @@ you can get them with the ./litex_setup.py init install --user.
2) Compile the CPU firmware:
- cd firmware && make all
3) Start the LiteX Terminal:
- python3(.6) lxterm /dev/ttyUSBX --kernel firmware/firmware.bin
- python3(.6) litex_term /dev/ttyUSBX --kernel firmware/firmware.bin
4) Verify that you are able to interact with the CPU (help for available commands)
and test the display and led.
5) Create a switches_test that recopie the values of the 16 switches to the 16
Expand All @@ -50,7 +50,7 @@ led and see if it behaves as expected.
[> Infos
--------
To load the firmware to the board:
lxterm /dev/ttyUSBX --kernel firmware/firmware.bin
litex_term /dev/ttyUSBX --kernel firmware/firmware.bin
then enter "reboot" or press cpu_reset button.

While generating the desing, LiteX generate a csr.h that will be used to
Expand Down

0 comments on commit 1e9c8d2

Please sign in to comment.