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

Uploaded Source

Built Distributions

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

Uploaded Source

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

Uploaded Source

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

Uploaded Source

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

Uploaded Source

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

Uploaded Source

File details

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

File metadata

  • Download URL: pythondata-cpu-ibex-0.0.post2060.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/53.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.7

File hashes

Hashes for pythondata-cpu-ibex-0.0.post2060.tar.gz
Algorithm Hash digest
SHA256 9ee278c6f9874b2c93f84f98e90272fab9605e93d86e566e6bedcd194eb51c98
MD5 7558c1dd0b878a625b736a875904704d
BLAKE2b-256 d94eda538a1ac65fc577c669eee4cf96424d01d3a46ada145b2797c6f833074b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pythondata_cpu_ibex-0.0.post2060-py3.9.egg
Algorithm Hash digest
SHA256 ca9bb53fa66d6623e9a1df5c85cc140becb545afd31726bc5c5acb3881634934
MD5 8480c9501596b67ac36b200cf7d594a2
BLAKE2b-256 b2f24dab07e5c2e5a98d4dba977c153704817ee3be830dec9f81c0774378b845

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pythondata_cpu_ibex-0.0.post2060-py3.8.egg
Algorithm Hash digest
SHA256 7cefb426377fac67b6b90ad2280a69a9313a5b9fee50950d6bb517e9b8bd5808
MD5 09ec252bfd1753a172ceced80b197381
BLAKE2b-256 43945fcdb5402cfc62a6f5ff4a427dc527d538b9c0becc5bd1b08471753d9ed0

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pythondata_cpu_ibex-0.0.post2060-py3.7.egg
Algorithm Hash digest
SHA256 1a7cd93f43bc12a74820f8153b52ed06963b3bfecd6b5f8dfd2e0242c7c37302
MD5 4f410674e413c245d7beba3093814b8b
BLAKE2b-256 9c527d3bb62bbb8e56c377c2b7dd350280f53989a02f0c83d4abd392e2935c28

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pythondata_cpu_ibex-0.0.post2060-py3.6.egg
Algorithm Hash digest
SHA256 8ecdf55638c748dc8d06cb5aea6710a403932fcf10ca80ac782b254ded6fe6f3
MD5 fa5924a531ca41057311665c7b7c5687
BLAKE2b-256 66fc3a14cf9959830c8b1d50fb8a8df53c900961c242723aef68ca84bd37b794

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pythondata_cpu_ibex-0.0.post2060-py3-none-any.whl
Algorithm Hash digest
SHA256 2c3524eeeaab90e3a8d35afa27b445633b248044fc630f585e729a380d531332
MD5 4934d93b03788c6ed83a27002409a3c7
BLAKE2b-256 afec7ce9c9756f3f6211eac061b386e69cdddda57956e58d2c7dcff3ec0b1643

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pythondata_cpu_ibex-0.0.post2060-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.post2060-py2.7.egg
Algorithm Hash digest
SHA256 e8ba3140a42cad398fea6bb8e029eec7cb0e477a7cc8193fd19c52daa24f0f23
MD5 1f2d5e80e83aae588ceda57827fadd53
BLAKE2b-256 1cbedce8e0a429cb1fb05ce4968cbba08a437661c90220e29f7674abe5f22e7b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pythondata_cpu_ibex-0.0.post2060-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.post2060-py2-none-any.whl
Algorithm Hash digest
SHA256 a98c4dc762eb2dbbf70027a34678ebefea76529f96eb0c356277c8f35e42042b
MD5 a3a522a7167889df156c8f7bf0d7dfd4
BLAKE2b-256 24996e16736c49e49ae1fdaf07a7dea0afb092ffd6291a3aebf95cf6fe867393

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