From: Luke Kenneth Casson Leighton Date: Wed, 5 May 2021 13:36:07 +0000 (+0100) Subject: simplify README.md so that it gets submitted to pypi X-Git-Url: https://git.libre-soc.org/?p=soc.git;a=commitdiff_plain;h=309f2c158006ce81e3bedd1d6a272b61236a8e54 simplify README.md so that it gets submitted to pypi --- diff --git a/README.md b/README.md index 8922d36f..e213bf2f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,9 @@ VPU, and using Libre-licensed design cells. Libre-SOC is Libre down to the VLSI Cells, thanks to Chips4Makers FlexLib and Sorbonne University lip6.fr -# [Documentation](https://libre-soc.org/docs/) +# Documentation + +See https://libre-soc.org/docs/ # Installation @@ -20,19 +22,6 @@ https://git.libre-soc.org/?p=dev-env-setup.git;a=summary qemu and gdb for Power 64 are required. qemu can be installed with "apt-get install qemu-system-ppc64", however gdb needs compiling from -source. Obtain the latest tarball, unpack it, then: - - cd gdb-9.1 (or other location) - mkdir build - cd build - ../configure --srcdir=.. --host=x86_64-linux --target=powerpc64-linux-gnu - make -j16 - make install - -You will need to have installed the powerpc gnu gcc cross-compiler for -this to work: - - apt-get install gcc-9-powerpc64-linux-gnu +source. The simplest way is to use this dev-env-script: -Or, use this dev-env-script: https://git.libre-soc.org/?p=dev-env-setup.git;a=blob;f=ppc64-gdb-gcc;hb=HEAD diff --git a/setup.py b/setup.py index 85bbf21b..14cd4c6e 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ test_requires = [ setup( name='libresoc', version=version, - description="A nmigen-based OpenPOWER multi-issue Hybrid CPU / VPU / GPU", + description="A nmigen-based OpenPOWER multi-issue Hybrid 3D CPU-VPU-GPU", long_description=README + '\n\n' + NEWS, long_description_content_type='text/markdown', classifiers=[