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

Uploaded Source

Built Distributions

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

Uploaded Source

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

Uploaded Source

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

Uploaded Source

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

Uploaded Source

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

Uploaded Source

File details

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

File metadata

  • Download URL: pythondata-cpu-ibex-0.0.post2070.tar.gz
  • Upload date:
  • Size: 1.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.post2070.tar.gz
Algorithm Hash digest
SHA256 9cd7ce181b859ba7bb470c5c0d6b84f6702cd8e3c3431eefe2285baade9f8d99
MD5 6c28f2c276f94e7a7ee7b88000ab9c0f
BLAKE2b-256 2002b6f0826548f88f30e3643bf475c99c1762fe8a8acfa58523d12a526785ba

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pythondata_cpu_ibex-0.0.post2070-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.1

File hashes

Hashes for pythondata_cpu_ibex-0.0.post2070-py3.9.egg
Algorithm Hash digest
SHA256 c3e8c5f2308319f2bd88c010d2cb552ec2b4d862e52694c175f932bd68e7b0df
MD5 a17a1719f8d5d4955804d9adafd335a7
BLAKE2b-256 39744e7e08970c973b56a709e7f39b281e85e875a767d1b532676588d8ba7cc8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pythondata_cpu_ibex-0.0.post2070-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.7

File hashes

Hashes for pythondata_cpu_ibex-0.0.post2070-py3.8.egg
Algorithm Hash digest
SHA256 77ad71dd3f45228ba20458da6fef9e842cdb9ad6742a5076d49ca3c403ff52e5
MD5 82d6abb152758f7de8bbf1d8f6a0c84a
BLAKE2b-256 d4fe414a2904611661f498a2ceef9d5505898e811a2336de0f31b1cedb36e3a3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pythondata_cpu_ibex-0.0.post2070-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.post2070-py3.7.egg
Algorithm Hash digest
SHA256 f6a7b03dded26760215193c1291f5f0a3892b381f457132df22ed4c86d5a6f6a
MD5 0e461426a7ff2900bd21462321491834
BLAKE2b-256 d3048bf360505ac87c17cec436a06721f562ad59c3cd7f83c56d787e6440e198

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pythondata_cpu_ibex-0.0.post2070-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.post2070-py3.6.egg
Algorithm Hash digest
SHA256 93e27acc05dff3f07bad19d7b2a75f9078354319542b8f4944e76727812962be
MD5 e53ef76e793860f59c220d9d248002c9
BLAKE2b-256 5e62448b414b6940f151cda47fe138f91a860d76748b4538516bef3310d59795

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pythondata_cpu_ibex-0.0.post2070-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.8.7

File hashes

Hashes for pythondata_cpu_ibex-0.0.post2070-py3-none-any.whl
Algorithm Hash digest
SHA256 1dd442fcff2f406ce6d82b55043b995557839300650cfc7a2721459d18ca9116
MD5 fe31c412f8db66c884b4eef4c1207298
BLAKE2b-256 8253b547cd050d8376decfd0586a09e9365a2d5b81c36f882166759a1bfd93bc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pythondata_cpu_ibex-0.0.post2070-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 PyPy/7.3.3

File hashes

Hashes for pythondata_cpu_ibex-0.0.post2070-py2.7.egg
Algorithm Hash digest
SHA256 a0ed73b9ce969eaa48fd96ea371f8a18b6b59b8a1de455db6945635ddab286e0
MD5 2b76e08f262cb786510560efec83d08e
BLAKE2b-256 ef8c39923323fad6fe123b90565bcb48790c07a0e761c7d005b4385635a56ab0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pythondata_cpu_ibex-0.0.post2070-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.post2070-py2-none-any.whl
Algorithm Hash digest
SHA256 aa7f53e76aa525f238fca72a73c19b8f956e22e7977d845e9a432525165cafc3
MD5 3ba3420345dd3036bda8195dd9edd7ef
BLAKE2b-256 3ae6282662111f8a7a1783f668aa1b6b68573da4e36cc8d266f3dfee7c54ce7f

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