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

Uploaded Source

Built Distributions

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

Uploaded Source

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

Uploaded Source

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

Uploaded Source

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

Uploaded Source

File details

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

File metadata

  • Download URL: pythondata-cpu-ibex-0.0.post2073.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 PyPy/7.3.3

File hashes

Hashes for pythondata-cpu-ibex-0.0.post2073.tar.gz
Algorithm Hash digest
SHA256 8c6d7ea15d48cf39b8416508a89d7f72bff17fad18ab406d4177d993eed099a8
MD5 7d6ca0cb9a2c035109f914beb94fc53f
BLAKE2b-256 d3f4e287706df1b306f27fb0611ded534c09f37e15634c617486bc351a5d057d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pythondata_cpu_ibex-0.0.post2073-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.1.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.9.2

File hashes

Hashes for pythondata_cpu_ibex-0.0.post2073-py3.9.egg
Algorithm Hash digest
SHA256 e0a2faa1ae453614e82167139fdcfc87d05fabfca2b734a0647a3df035dd80de
MD5 e3e82513b68181eaead677d26c5a3426
BLAKE2b-256 af8e8fa5cbe8c8244307f36503ed9415c657aa78092cd7358f5b8cd03d015f9d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pythondata_cpu_ibex-0.0.post2073-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.1.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.8

File hashes

Hashes for pythondata_cpu_ibex-0.0.post2073-py3.8.egg
Algorithm Hash digest
SHA256 1bb9b8efb49aebb4bc0bc558601773bffa093d49525abf52b7a277f6c414294b
MD5 97c3a15975301bc0b95be2d80f66d300
BLAKE2b-256 669ec2e1dba07b30b17d91d5b8971a4790bf8605c7e5925e613225f8f49cb1f6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pythondata_cpu_ibex-0.0.post2073-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.1.0 requests-toolbelt/0.9.1 tqdm/4.58.0 PyPy/7.3.3

File hashes

Hashes for pythondata_cpu_ibex-0.0.post2073-py3.6.egg
Algorithm Hash digest
SHA256 082e3839e361c5508c9e4e27bf35f394bd2149777bc264b17ec891465f471eb2
MD5 821d612042199dd03ae53e813c860e84
BLAKE2b-256 4bdddd565347f8ac84df47c2c8d0fcf302bbf3b675edf6baecc7900b762e043e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pythondata_cpu_ibex-0.0.post2073-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.1.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.8

File hashes

Hashes for pythondata_cpu_ibex-0.0.post2073-py3-none-any.whl
Algorithm Hash digest
SHA256 5b9926c17dc938a77e6891e75f3a7330fdf1e535f8b87c225fcadaea78fb4d74
MD5 df3e4d97dec06be56178fae23092d47a
BLAKE2b-256 8c4a3f32cd816e218ff1d7c371f8d83548dfd31cc42745e3a15d62405ed94e2d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pythondata_cpu_ibex-0.0.post2073-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.post2073-py2.7.egg
Algorithm Hash digest
SHA256 d7f0f1db49cdf47bb2a7d2dbe017de5ce89d9895a1d04a7a50cdf93604de4e86
MD5 e27d413c6e786bdbae451b2082c9378e
BLAKE2b-256 405f9f4ddff050254b7ccbe2c7e7496688da6017f02b527216e08dd1f6c5b247

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pythondata_cpu_ibex-0.0.post2073-py2-none-any.whl
Algorithm Hash digest
SHA256 d09254103c10235a6f4c666de3cd60e8bda18d0eed2829469c35545b0179320e
MD5 dbe99c7377b98331c628d85c47314e22
BLAKE2b-256 fd522e716dfe6105c897538549ccf8c2cd7c7d94c23c8d083426ac2138478f89

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