Skip to main content

Python module containing verilog files for PicoRV32 cpu.

Project description

pythondata-cpu-picorv32

Non-Python files needed for the cpu picorv32 packaged into a Python module so they can be used with Python libraries and tools.

This is useful for usage with tools like LiteX.

The data files can be found under the Python module pythondata_cpu_picorv32. The pythondata_cpu_picorv32.data_location value can be used to find the files on the file system.

Example of getting the data file directly;

import pythondata_cpu_picorv32

my_data_file = "abc.txt"

with open(os.path.join(pythondata_cpu_picorv32.data_location, my_data_file)) as f:
    print(f.read())

Example of getting the data file using litex.data.find API;

from pythondata_cpu_picorv32 import data_file

my_data_file = "abc.txt"

with open(data_file(my_data_file)) as f:
    print(f.read())

The data files come from https://github.com/cliffordwolf/picorv32 and are imported using git subtrees to the directory pythondata_cpu_picorv32/verilog.

Installing from git repository

Manually

You can install the package manually, however this is not recommended.

git clone https://github.com/litex-hub/pythondata-cpu-picorv32.git
cd pythondata-cpu-picorv32
sudo python setup.py install

Using pip with git repository

You can use pip to install the data package directly from github using;

pip install --user git+https://github.com/litex-hub/pythondata-cpu-picorv32.git

If you want to install for the whole system rather than just the current user, you need to remove the --user argument and run as sudo like so;

sudo pip install git+https://github.com/litex-hub/pythondata-cpu-picorv32.git

You can install a specific revision of the repository using;

pip install --user git+https://github.com/litex-hub/pythondata-cpu-picorv32.git@<tag>
pip install --user git+https://github.com/litex-hub/pythondata-cpu-picorv32.git@<branch>
pip install --user git+https://github.com/litex-hub/pythondata-cpu-picorv32.git@<hash>

With requirements.txt file

Add to your Python requirements.txt file using;

-e git+https://github.com/litex-hub/pythondata-cpu-picorv32.git

To use a specific revision of the repository, use the following;

-e https://github.com/litex-hub/pythondata-cpu-picorv32.git@<hash>

Installing from PyPi

Using pip

pip install --user pythondata-cpu-picorv32

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pythondata-cpu-picorv32-1.0.post127.tar.gz (201.3 kB view details)

Uploaded Source

Built Distributions

pythondata_cpu_picorv32-1.0.post127-py3.9.egg (296.1 kB view details)

Uploaded Source

pythondata_cpu_picorv32-1.0.post127-py3.8.egg (296.0 kB view details)

Uploaded Source

pythondata_cpu_picorv32-1.0.post127-py3.7.egg (296.1 kB view details)

Uploaded Source

pythondata_cpu_picorv32-1.0.post127-py3.6.egg (296.2 kB view details)

Uploaded Source

pythondata_cpu_picorv32-1.0.post127-py2.7.egg (294.9 kB view details)

Uploaded Source

File details

Details for the file pythondata-cpu-picorv32-1.0.post127.tar.gz.

File metadata

  • Download URL: pythondata-cpu-picorv32-1.0.post127.tar.gz
  • Upload date:
  • Size: 201.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.7.9

File hashes

Hashes for pythondata-cpu-picorv32-1.0.post127.tar.gz
Algorithm Hash digest
SHA256 fbde30824fb5ccf716f04698058bafa02033679c953739ac340c86ec8214fd04
MD5 8ced15b3adaf4c65004d650c6bca8543
BLAKE2b-256 ebf01b2d57b085cc8e3a6864bc375a6bc67d023e3f0cd2e6bb112c1aea3bbfce

See more details on using hashes here.

File details

Details for the file pythondata_cpu_picorv32-1.0.post127-py3.9.egg.

File metadata

  • Download URL: pythondata_cpu_picorv32-1.0.post127-py3.9.egg
  • Upload date:
  • Size: 296.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1

File hashes

Hashes for pythondata_cpu_picorv32-1.0.post127-py3.9.egg
Algorithm Hash digest
SHA256 e3473af76e3feb8b881c2280e8de6eab6e93cc27e29e1e6d2c7eeebf13fad0d2
MD5 bb8b5be39de76ca168e39fb21b467a8e
BLAKE2b-256 2494a715aeca642acfc8fa76a8057f2971b5704e234a2019778bb9938c2fd02d

See more details on using hashes here.

File details

Details for the file pythondata_cpu_picorv32-1.0.post127-py3.8.egg.

File metadata

  • Download URL: pythondata_cpu_picorv32-1.0.post127-py3.8.egg
  • Upload date:
  • Size: 296.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pythondata_cpu_picorv32-1.0.post127-py3.8.egg
Algorithm Hash digest
SHA256 9b4bbe971053d13c63c1ef0568d905b081a94ce31ed894ad7785f5e9444f5b09
MD5 55cb13ccaaa1a10acf49254fd0d045ce
BLAKE2b-256 c7141a5af1ffc31653360e129332e9ab242ece923adf514079f64c563d9619e7

See more details on using hashes here.

File details

Details for the file pythondata_cpu_picorv32-1.0.post127-py3.7.egg.

File metadata

  • Download URL: pythondata_cpu_picorv32-1.0.post127-py3.7.egg
  • Upload date:
  • Size: 296.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.7.9

File hashes

Hashes for pythondata_cpu_picorv32-1.0.post127-py3.7.egg
Algorithm Hash digest
SHA256 195193ab76df835c6c3956457a358fe6741cbfc201c683ca6fae3da8366cd1b0
MD5 86f15806cd697cd4dbc9ca98ae7f1493
BLAKE2b-256 fcce54f8ed09447de38b5ec6569f67221a9c47d00564ae5b87dceb07f6e27e4f

See more details on using hashes here.

File details

Details for the file pythondata_cpu_picorv32-1.0.post127-py3.6.egg.

File metadata

  • Download URL: pythondata_cpu_picorv32-1.0.post127-py3.6.egg
  • Upload date:
  • Size: 296.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.6.12

File hashes

Hashes for pythondata_cpu_picorv32-1.0.post127-py3.6.egg
Algorithm Hash digest
SHA256 434ddd7f30c4a6d9bddbf5f273bc592f0077cec0193f51aa595aa60c0f80f3f0
MD5 1eb17395a0897247baf93e75323c8a43
BLAKE2b-256 b343063f718b8e51bbbded0d6bc67d871ff745c937c75f39cfb2ee7b1a05a469

See more details on using hashes here.

File details

Details for the file pythondata_cpu_picorv32-1.0.post127-py3-none-any.whl.

File metadata

  • Download URL: pythondata_cpu_picorv32-1.0.post127-py3-none-any.whl
  • Upload date:
  • Size: 296.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.7.9

File hashes

Hashes for pythondata_cpu_picorv32-1.0.post127-py3-none-any.whl
Algorithm Hash digest
SHA256 056588ee5769de5b6ff31c89ed42b9e1690a4c458e0db686f92c067dad920a59
MD5 bfaf8cfbd2571cf1534f18bb1a30d014
BLAKE2b-256 ee483213e9df36c9945f5209aea248123fe2cb5f4a082801d67f8ee5cabe23f8

See more details on using hashes here.

File details

Details for the file pythondata_cpu_picorv32-1.0.post127-py2.7.egg.

File metadata

  • Download URL: pythondata_cpu_picorv32-1.0.post127-py2.7.egg
  • Upload date:
  • Size: 294.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.7.0 requests/2.25.1 setuptools/44.1.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/2.7.18

File hashes

Hashes for pythondata_cpu_picorv32-1.0.post127-py2.7.egg
Algorithm Hash digest
SHA256 0504bae8492d637ec7ba1ee256c4fbc05a9e649ea6c92d45d44be037bcd78ef1
MD5 a6004e80d76ca3b12d637fb36599d8ef
BLAKE2b-256 47cc00c11cce4d2895a4f913e395cedc1e3db6b65b76c11588195a77ae54f9fc

See more details on using hashes here.

File details

Details for the file pythondata_cpu_picorv32-1.0.post127-py2-none-any.whl.

File metadata

  • Download URL: pythondata_cpu_picorv32-1.0.post127-py2-none-any.whl
  • Upload date:
  • Size: 296.1 kB
  • Tags: Python 2
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.7.0 requests/2.25.1 setuptools/44.1.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/2.7.18

File hashes

Hashes for pythondata_cpu_picorv32-1.0.post127-py2-none-any.whl
Algorithm Hash digest
SHA256 f87434ed1e403fd24b4446ba2e59cddf553b82b25c8588a80e4bcad8f610f065
MD5 9bc4c96950b42e40a3c8d9206c915c6d
BLAKE2b-256 0acf137ac24cf3753897eb8eba5a7517f7c40d7491809b6d90adda2fbeba6f3e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page