(no commit message)
authorlkcl <lkcl@web>
Fri, 8 Apr 2022 11:46:59 +0000 (12:46 +0100)
committerIkiWiki <ikiwiki.info>
Fri, 8 Apr 2022 11:46:59 +0000 (12:46 +0100)
HDL_workflow/ls2.mdwn

index c45e0eb4e193581d475735a27def127547a1b7a6..451102912c820b59a06a8d09c0de24cbad6e290c 100644 (file)
@@ -8,5 +8,7 @@
 * git clone microwatt as well
 * make hello_world.bin in microwatt and copy it to ls2
 * "make microwatt_external_core" in soc and copy external_core_top.v to ls2
-* python3 src/ls2.py arty_a7 hello_world.bin
-* OR python3 src/ls2.py versa_ecp5 hello_world.bin
+* plug in FPGA board (Arty A7-100t, VERSA_ECP5, other)
+* run in 2nd terminal "minicom -D /dev/ttyUSB1"
+* python3 src/ls2.py arty_a7 hello_world.bin (for an Arty A7-100t)
+* OR python3 src/ls2.py versa_ecp5 hello_world.bin (for a VERSA_ECP5)