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

Uploaded Source

Built Distributions

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

Uploaded Source

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

Uploaded Source

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

Uploaded Source

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

Uploaded Source

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

Uploaded Source

File details

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

File metadata

  • Download URL: pythondata-cpu-ibex-0.0.post2062.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.57.0 CPython/2.7.18

File hashes

Hashes for pythondata-cpu-ibex-0.0.post2062.tar.gz
Algorithm Hash digest
SHA256 5c1ab37c10d2024092856df0673d6efea04a27ca5018bb8b17170091f2179174
MD5 f80ebbce236f3205ff68c9dacb44363d
BLAKE2b-256 932920f24553c47c240365b71afae0ec10055c45f93014245984710685acc3b8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pythondata_cpu_ibex-0.0.post2062-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/53.1.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.9.1

File hashes

Hashes for pythondata_cpu_ibex-0.0.post2062-py3.9.egg
Algorithm Hash digest
SHA256 94b925d6283e4e60b55d57ae3031e19e425d274ddec1af6744ed198aab6755db
MD5 40b37484956f730ce9d13ffb3fab9986
BLAKE2b-256 4f72bd10284f28b99d9502ec42ef148b97be18be2d473e1e787aee5f9339827a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pythondata_cpu_ibex-0.0.post2062-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/53.1.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.7

File hashes

Hashes for pythondata_cpu_ibex-0.0.post2062-py3.8.egg
Algorithm Hash digest
SHA256 473bd39ae872fdc893e48572be34549e9daf1b1a92ff2974f156ca3a4e8d71db
MD5 230c8912a4d90870b5ea9f873c953f7e
BLAKE2b-256 9fae8aab0742c85d78aa6a3a0f15acbc567b95e8bb162b8c3d705303334c981f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pythondata_cpu_ibex-0.0.post2062-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/53.1.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.7.10

File hashes

Hashes for pythondata_cpu_ibex-0.0.post2062-py3.7.egg
Algorithm Hash digest
SHA256 8579d2b8ba21ddb1d0d848027713b23b1fdaef9804b4af2012e8d57c69b05dc7
MD5 940e69eb8d96355d45f01dbefe934027
BLAKE2b-256 da3ba4e76787a88259eecc132bb516ee03d9126797fb987f923274bc65141bb1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pythondata_cpu_ibex-0.0.post2062-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/53.1.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.6.13

File hashes

Hashes for pythondata_cpu_ibex-0.0.post2062-py3.6.egg
Algorithm Hash digest
SHA256 41c3f0bdeb24759a4abcf53a494616a9265e7994284b536d4aa4daac97da6a76
MD5 7ac53c633b298d9cf83974e6157e5fd1
BLAKE2b-256 dc591be9967c999d708a24ee31de262cf0c43daa8c8421f0ead7d2300093569f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pythondata_cpu_ibex-0.0.post2062-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/53.1.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.7.10

File hashes

Hashes for pythondata_cpu_ibex-0.0.post2062-py3-none-any.whl
Algorithm Hash digest
SHA256 570f65371cd681c71c9d72782ec5c0784baa274ad3ae2003f0b70218aada60c1
MD5 ef450432c602afd634d767e81b4e797c
BLAKE2b-256 ad9f932ab6a6992d63f86557acf5e1793dda50278e4535ae3c14d6d07ea09b3b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pythondata_cpu_ibex-0.0.post2062-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.57.0 CPython/2.7.18

File hashes

Hashes for pythondata_cpu_ibex-0.0.post2062-py2.7.egg
Algorithm Hash digest
SHA256 27a293edae5eadd094e1695b75073f7e0067d21b24cbf0a41b6816252f70a087
MD5 1e8344dc34a2ee84564fea19ef58d27b
BLAKE2b-256 e007bf8bebefb8de90acf425d8bd72da4b95c44be005d840b976c086ecdc289a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pythondata_cpu_ibex-0.0.post2062-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.57.0 CPython/2.7.18

File hashes

Hashes for pythondata_cpu_ibex-0.0.post2062-py2-none-any.whl
Algorithm Hash digest
SHA256 e28b641f31112a21e9844ea510b9368847dcca86af16af447236a48c8966149c
MD5 5c78d8b28b0f644f01646a777b182f7a
BLAKE2b-256 62d1bea76eccc00ff4e3fc03256dc0ccd29e08ee6758fbf373985fbc8f4b660b

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