Skip to main content

Python module containing system_verilog files for Ibex cpu.

Project description

pythondata-cpu-ibex

Non-Python files needed for the cpu ibex 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_ibex. The pythondata_cpu_ibex.data_location value can be used to find the files on the file system.

Example of getting the data file directly;

import pythondata_cpu_ibex

my_data_file = "abc.txt"

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

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

from pythondata_cpu_ibex 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/lowRISC/ibex and are imported using git subtrees to the directory pythondata_cpu_ibex/system_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-ibex.git
cd pythondata-cpu-ibex
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-ibex.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-ibex.git

You can install a specific revision of the repository using;

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

With requirements.txt file

Add to your Python requirements.txt file using;

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

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

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

Installing from PyPi

Using pip

pip install --user pythondata-cpu-ibex

Project details


Release history Release notifications | RSS feed

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-ibex-0.0.post2072.tar.gz (1.8 MB view details)

Uploaded Source

Built Distributions

pythondata_cpu_ibex-0.0.post2072-py3.9.egg (2.8 MB view details)

Uploaded Source

pythondata_cpu_ibex-0.0.post2072-py3.8.egg (2.8 MB view details)

Uploaded Source

pythondata_cpu_ibex-0.0.post2072-py3.7.egg (2.8 MB view details)

Uploaded Source

pythondata_cpu_ibex-0.0.post2072-py3.6.egg (2.8 MB view details)

Uploaded Source

pythondata_cpu_ibex-0.0.post2072-py2.7.egg (2.8 MB view details)

Uploaded Source

File details

Details for the file pythondata-cpu-ibex-0.0.post2072.tar.gz.

File metadata

  • Download URL: pythondata-cpu-ibex-0.0.post2072.tar.gz
  • Upload date:
  • Size: 1.8 MB
  • 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-ibex-0.0.post2072.tar.gz
Algorithm Hash digest
SHA256 11ad067a60eb046321ec4832e286fb000d6db69afc8978925795d9dc781485f7
MD5 b11680835616fe324e7bbaded1bad25b
BLAKE2b-256 f943e3c1c6c85c2fee9479da6d76009af8a3577573065231e04c6c5b1147f609

See more details on using hashes here.

File details

Details for the file pythondata_cpu_ibex-0.0.post2072-py3.9.egg.

File metadata

  • Download URL: pythondata_cpu_ibex-0.0.post2072-py3.9.egg
  • Upload date:
  • Size: 2.8 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/54.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.9.2

File hashes

Hashes for pythondata_cpu_ibex-0.0.post2072-py3.9.egg
Algorithm Hash digest
SHA256 c5d2c01828aa0dfae49a65ac4ed47957cddec508a7a731bace242e27902213b1
MD5 afda52437b6cebdc2c81a62ed11e7bc9
BLAKE2b-256 bc3be2a07a2a5dda8b3d51e96a92fba4b3c0ba0cb63646da6bf2afefc9ffc82f

See more details on using hashes here.

File details

Details for the file pythondata_cpu_ibex-0.0.post2072-py3.8.egg.

File metadata

  • Download URL: pythondata_cpu_ibex-0.0.post2072-py3.8.egg
  • Upload date:
  • Size: 2.8 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/54.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.8

File hashes

Hashes for pythondata_cpu_ibex-0.0.post2072-py3.8.egg
Algorithm Hash digest
SHA256 2349e08cf20b139d0ec3527fd96483b96335effc2ba1c29eca7781903bedc35a
MD5 b9b28cc6b3cc97525066eaa9f3e24ec9
BLAKE2b-256 f1fe8a6f2684f4dea640486f022c72800fdbc281ccb4e3d873b176d29eefe0de

See more details on using hashes here.

File details

Details for the file pythondata_cpu_ibex-0.0.post2072-py3.7.egg.

File metadata

  • Download URL: pythondata_cpu_ibex-0.0.post2072-py3.7.egg
  • Upload date:
  • Size: 2.8 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/54.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.7.10

File hashes

Hashes for pythondata_cpu_ibex-0.0.post2072-py3.7.egg
Algorithm Hash digest
SHA256 f70a8bac6028be08550d1e3667db195f21685c924a6bc0e0daed268670c9c8f2
MD5 a4b4fab7a4cdf10e7bd08d8ac60a883c
BLAKE2b-256 88ea7f7936f8066ac44d632389115795f0c36a27c188700a207a4dca3bc88e1c

See more details on using hashes here.

File details

Details for the file pythondata_cpu_ibex-0.0.post2072-py3.6.egg.

File metadata

  • Download URL: pythondata_cpu_ibex-0.0.post2072-py3.6.egg
  • Upload date:
  • Size: 2.8 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/54.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.6.13

File hashes

Hashes for pythondata_cpu_ibex-0.0.post2072-py3.6.egg
Algorithm Hash digest
SHA256 f352853ec06dd34eaa986498475bb5f3dd51da1fb695cb4d256d13eb630a49c0
MD5 51dd1451184f7720d2562a7d5dc5a9d4
BLAKE2b-256 a2bc2e0eabb5ef66383c56d0956d8e300cce9e966983a47e57d7d9e5e28ead8b

See more details on using hashes here.

File details

Details for the file pythondata_cpu_ibex-0.0.post2072-py3-none-any.whl.

File metadata

  • Download URL: pythondata_cpu_ibex-0.0.post2072-py3-none-any.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/54.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.7.10

File hashes

Hashes for pythondata_cpu_ibex-0.0.post2072-py3-none-any.whl
Algorithm Hash digest
SHA256 5d65eb7d80f19e10c5ce2efca2da1ba130266d6b916ac44a705660be8ef30270
MD5 6422ebc3d827b60e0908b23f4cf5a03a
BLAKE2b-256 b1be6f603c23c94a4b3c589b6a8fffcc432d7a37f2e6f7139ee5e49af2000625

See more details on using hashes here.

File details

Details for the file pythondata_cpu_ibex-0.0.post2072-py2.7.egg.

File metadata

  • Download URL: pythondata_cpu_ibex-0.0.post2072-py2.7.egg
  • Upload date:
  • Size: 2.8 MB
  • 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_ibex-0.0.post2072-py2.7.egg
Algorithm Hash digest
SHA256 221557080337bee11235a7d55e4e559be469e55424360533e6321d9a93684873
MD5 3fa409f3ed74f244f9aa8fbea13bde82
BLAKE2b-256 454250e6b05f1f28c779facfd165d6bb57871f956fb5422dff27fce6d83c7f0e

See more details on using hashes here.

File details

Details for the file pythondata_cpu_ibex-0.0.post2072-py2-none-any.whl.

File metadata

  • Download URL: pythondata_cpu_ibex-0.0.post2072-py2-none-any.whl
  • Upload date:
  • Size: 2.5 MB
  • 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 CPython/2.7.18

File hashes

Hashes for pythondata_cpu_ibex-0.0.post2072-py2-none-any.whl
Algorithm Hash digest
SHA256 f49374a733d8ec0181ea9e94b32018f99dbed0c7c8a1a3c5134402969b39e94c
MD5 ec0ece80fce7a3adde00b3f8eb1df3b4
BLAKE2b-256 a0b0aaeb10cd52994edb4ccb6b1a043678c7775fb08c7004b68389d161ffdf9e

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