Document steps in wiki for building and running ls2 microwatt "hello world" binary bitstream for fpga boards. Currently for Arty7 and ECP5 boards. Wiki Page: https://libre-soc.org/HDL_workflow/ls2/ Can be checked in Uoregon FPGA testbeds Silicon, etc remote server.
Success in Hello_World microwatt example running in Silicon(uoregon server) simulation of Arty7 A100t (Nexys4 Board). Done through hand typed steps for build, install and run of needed softwares.
(In reply to vklr@vkten.in from comment #1) > Success in Hello_World microwatt example running in Silicon(uoregon server) > simulation of Arty7 A100t (Nexys4 Board). > > Done through hand typed steps for build, install and run of needed softwares. brilliant. as long as running the scripts was successful (in particular, hdl-dev-ls2) then if this page is made a little less terse, and links added, then that will do. but the most important part is that you managed to do it and got success. https://libre-soc.org/HDL_workflow/ls2/
Had run it successfully in Silicon Uoregon simulation system server. New and full instruction steps for ls2 microwatt Hello World example. https://libre-soc.org/HDL_workflow/ls2/ Kindly review and feedback.
(In reply to vklr@vkten.in from comment #3) > Had run it successfully in Silicon Uoregon simulation system server. > > New and full instruction steps for ls2 microwatt Hello World example. > > https://libre-soc.org/HDL_workflow/ls2/ > > Kindly review and feedback. hmm those two textx, wget, and fasm-0.0.2-post88, those should be in ./nextpnr-xilinx-install that means that nextpnr-xilinx-install is not completely finished, the install of ls2 itself should not require individual packages like this. pip3 install textx # somehow pip3 install of fasm fails, so we manually install apt-get install -y wget wget https://files.pythonhosted.org/packages/78/4c/94fb3bdb87bea21406c0e5da375f0b10d7b1e4b5103cea453a2de23b5d61/fasm-0.0.2.post88.tar.gz cd fasm-0.0.2.post88 python3 setup.py install
needs checking: https://git.libre-soc.org/?p=dev-env-setup.git;a=commitdiff;h=608012ad328a045821d716b4b23e394961cdc67c