[Libre-soc-bugs] [Bug 486] Script and document the setup and installation of microwatt dependency on the wiki-HDL_workflow page
bugzilla-daemon at libre-soc.org
bugzilla-daemon at libre-soc.org
Mon Sep 7 22:38:03 BST 2020
https://bugs.libre-soc.org/show_bug.cgi?id=486
Luke Kenneth Casson Leighton <lkcl at lkcl.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |lkcl at lkcl.net
--- Comment #1 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> ---
basically yes, microwatt's unit tests are now a dependency, and it'll
need to be installed in a "specific" location that's then known and
accessible, in order to run the unit tests.
basically the process is:
* python3 issuer_verilog.py issuer_verilog.v
* copy that to florent/libresoc
* ./sim.py --something=somebinary_from_microwatt.bin
that last one goes in a Makefile (might as well be in the florent
directory, will move it later)
where something needs to be added as an option to sim.py
*and* there needs to be a way (environment variable, relative path
assumption) to *find* those microwatt test binaries.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the libre-soc-bugs
mailing list