Once those are sorted, installation and setup is as follows:
-```
- python3 setup.py develop
- make svanalysis
- make pywriter
-```
+* python3 setup.py develop
+* make svanalysis
+* make pywriter
# Usage
The ISACaller itself of course needed to bootstrap up by having unit
tests that explicitly and clearly checked against expected values. Example:
- python openpower/decoder/isa/test_caller.py
+* python openpower/decoder/isa/test_caller.py
These tests pre-prepare the register files, then check afterwards that
the result of operation is as expected. In this way, at least basic
Contributions are welcomed as this is a collaborative Libre Project.
Libre-SOC is covered by the following dead-simple Charter:
- https://libre-soc.org/charter/
+* https://libre-soc.org/charter/
Contributions even to the Charter, in the form of appropriate Dilbert
cartoons especially appreciated:
- https://libre-soc.org/charter/discussion/
+* https://libre-soc.org/charter/discussion/
# Copyrights
name='libresoc-openpower-isa',
version=version,
description="OpenPOWER ISA resources including a python-based simulator",
- long_description=README + '\n\n' + NEWS,
+ long_description=README + '\n\n',
+ long_description_content_type='text/markdown',
classifiers=[
"Topic :: Software Development",
"License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)",