3 in the soc directory, create the verilog file
5 "python issuer_verilog.py libresoc.v"
7 copy to libresoc/ directory and open a second terminal
15 openocd -f openocd.cfg -c init -c 'svf idcode_test2.svf'
19 same thing: first build libresoc.v and copy it to the libresoc/ directory
21 ./versa_ecp5.py --sys-clk-freq=55e6 --build --yosys-nowidelut
22 ./versa_ecp5.py --sys-clk-freq=55e6 --load
26 ./versa_ecp5.py --sys-clk-freq=12.5e6 --build --fpga=ulx3s85f \
28 ./versa_ecp5.py --sys-clk-freq=12.5e6 --load --fpga=ulx3s85f
32 export PATH=$PATH:/usr/local/symbiflow/bin/:/usr/local/symbiflow/vtr/bin/
33 ./versa_ecp5.py --sys-clk-freq=25e6 --build --fpga=artya7100t \
35 ./versa_ecp5.py --sys-clk-freq=25e6 --load --fpga=artya7100t \