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.post131.tar.gz (207.6 kB view details)

Uploaded Source

Built Distributions

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

Uploaded Source

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

Uploaded Source

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

Uploaded Source

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

Uploaded Source

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

Uploaded Source

File details

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

File metadata

  • Download URL: pythondata-cpu-picorv32-1.0.post131.tar.gz
  • Upload date:
  • Size: 207.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/54.1.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.9.2

File hashes

Hashes for pythondata-cpu-picorv32-1.0.post131.tar.gz
Algorithm Hash digest
SHA256 64cd1f7ffa4d011512e3ab0b335db87c65bca01b7e31388b02f1583154af7317
MD5 d66f8ee0a90b80d15e8b9edc983afbd8
BLAKE2b-256 8b95a6b3d09b1e2c0f49e089b1ca6a709ffd2b7aff3ef65a5b81e9cfd3e1673c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pythondata_cpu_picorv32-1.0.post131-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/54.1.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.9.2

File hashes

Hashes for pythondata_cpu_picorv32-1.0.post131-py3.9.egg
Algorithm Hash digest
SHA256 cee5a625a7dcb7e41b5a68f7305e97c822e806f7b82c88a74bfb3affa6d15876
MD5 bad81964e343881ff8eef3c7739724db
BLAKE2b-256 73b2c3fabac5f3435eb86cc54022310683d4b9151e498a83cac91982cc9c7f21

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pythondata_cpu_picorv32-1.0.post131-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/54.1.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.8

File hashes

Hashes for pythondata_cpu_picorv32-1.0.post131-py3.8.egg
Algorithm Hash digest
SHA256 908dbe02d48da268405202c4e5e58f82e1812e8d7459dc7c8c132dca84eed02c
MD5 fc11cc032840d820a4d5e4a807224a29
BLAKE2b-256 e1b99815bb4c7414145e4db94012d9f976080429b50b91170be8876276bbd651

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pythondata_cpu_picorv32-1.0.post131-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/54.1.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.7.10

File hashes

Hashes for pythondata_cpu_picorv32-1.0.post131-py3.7.egg
Algorithm Hash digest
SHA256 dd27f6182cd493c97fa8bf5744597393aeab4cd2291691434574e59fedacab6b
MD5 476504237d003ced729c70ab47260434
BLAKE2b-256 eff7759a70c7de8dff132a5b0a459e319840d9a8896b2d1180fbb85502c19161

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pythondata_cpu_picorv32-1.0.post131-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/54.1.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.6.13

File hashes

Hashes for pythondata_cpu_picorv32-1.0.post131-py3.6.egg
Algorithm Hash digest
SHA256 0c3558652a503f40a0db1ea20724f6af466d5c1c8bc296912d978dd0bfc94208
MD5 8fcf9323c054a32f92198096dc90c7fc
BLAKE2b-256 6377114da08bf724088725f4bc12c97ff4a7aeb612bea8afa7d08de08fa94ed3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pythondata_cpu_picorv32-1.0.post131-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/54.1.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.9.2

File hashes

Hashes for pythondata_cpu_picorv32-1.0.post131-py3-none-any.whl
Algorithm Hash digest
SHA256 e92a7153af7d65466de80a25ac7fbbda53e1a30282f12aa1c9335109b2f053eb
MD5 0a178ac51acb583210239acefe12f677
BLAKE2b-256 02c76041dea0c0599bb4a691f777f39cf9797af76bff7ac1560b6702a00aa865

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pythondata_cpu_picorv32-1.0.post131-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.58.0 CPython/2.7.18

File hashes

Hashes for pythondata_cpu_picorv32-1.0.post131-py2.7.egg
Algorithm Hash digest
SHA256 eb2be92bebba2fa988d355a827709827a7a6ef641be213ce44b98995f3252341
MD5 e0f137fb4251a914bc8d89439ebdfa50
BLAKE2b-256 cf127fcec53834628a10b1154245e575523140763809b297838f7e9d34fbf5a2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pythondata_cpu_picorv32-1.0.post131-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.58.0 PyPy/7.3.3

File hashes

Hashes for pythondata_cpu_picorv32-1.0.post131-py2-none-any.whl
Algorithm Hash digest
SHA256 7351461285cfd439439ab540c268851fd7d4a8b355b9c34707ebe16d5c6eb726
MD5 50d037e440b0ebb3fbb283c2db88e34e
BLAKE2b-256 95efdf32954125d93d6a6807e3347da60c196ddfa0d4e44f545dc710f2a008ab

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