add guideline for serial interface

This commit is contained in:
Sergiu Mosanu 2022-02-08 12:54:34 -05:00
parent 5a0f69502b
commit 7ed633dc4b
1 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,9 @@
# #
# SPDX-License-Identifier: BSD-2-Clause # SPDX-License-Identifier: BSD-2-Clause
# To interface via the serial port use:
# lxterm /dev/ttyUSBx --speed=115200
import argparse, os import argparse, os
from migen import * from migen import *