[Libre-soc-bugs] [Bug 802] Document steps for ls2 microwatt hello world for fpga boards

bugzilla-daemon at libre-soc.org bugzilla-daemon at libre-soc.org
Fri Apr 15 03:32:52 BST 2022


https://bugs.libre-soc.org/show_bug.cgi?id=802

--- Comment #4 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> ---
(In reply to vklr at 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

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the libre-soc-bugs mailing list