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

Uploaded Source

Built Distributions

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

Uploaded Source

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

Uploaded Source

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

Uploaded Source

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

Uploaded Source

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

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for pythondata-cpu-ibex-0.0.post2059.tar.gz
Algorithm Hash digest
SHA256 4181948947063a54daeb8b7cb7c15a20ac0b140bf006cb92577798acd1a919bf
MD5 7f7560e242738807ab1b300fa4eb2e95
BLAKE2b-256 a47217df562f7058a90cde1907393ef1bd204e1171aa6ccd65b41f984b58da2a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pythondata_cpu_ibex-0.0.post2059-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.56.2 CPython/3.9.1

File hashes

Hashes for pythondata_cpu_ibex-0.0.post2059-py3.9.egg
Algorithm Hash digest
SHA256 156a278d31f665c4fc5a19cd980d6b01ed1df1be4d9d310be880a9a80df91ca3
MD5 15f2487ae757e8b7f54fca53e1cef6b8
BLAKE2b-256 89d2e200f78a1221d08f467a325a9252de1cd041fecb32c8da026c75ea8c1c6e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pythondata_cpu_ibex-0.0.post2059-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.56.2 CPython/3.8.7

File hashes

Hashes for pythondata_cpu_ibex-0.0.post2059-py3.8.egg
Algorithm Hash digest
SHA256 23f9eff023c18d450afa9fa8ccbb3c55e75ef8826f33e1b3cc919a2466ae7f00
MD5 1e9680cc777d0a6c9927af55cefbcece
BLAKE2b-256 09dc552765c1873626fe0337421904d94bcbd80429bfe0301689409fa09c7db1

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pythondata_cpu_ibex-0.0.post2059-py3.7.egg
Algorithm Hash digest
SHA256 63b203c4ec3bd507095809b3251f9ca5889d54b0fbb413aed0625e6ac904fc7f
MD5 1158df44ce3858670bc48e30044012c6
BLAKE2b-256 d3dacf2d96185843206d426777ed2fef18c87b90db49ae629e10c93ba8549a27

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pythondata_cpu_ibex-0.0.post2059-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.56.2 CPython/3.6.12

File hashes

Hashes for pythondata_cpu_ibex-0.0.post2059-py3.6.egg
Algorithm Hash digest
SHA256 49c266b42dd0a91dd217c59c758d2841b0068f0a6ddb7f3703762e166a33cc54
MD5 0b4934a5650a821663f2af77c4724320
BLAKE2b-256 3ded629a71395f23825d252378c137e97218274cc197e07a94499f052d4c09b7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pythondata_cpu_ibex-0.0.post2059-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.56.2 CPython/3.6.12

File hashes

Hashes for pythondata_cpu_ibex-0.0.post2059-py3-none-any.whl
Algorithm Hash digest
SHA256 5b748c0c755345704a28376d37f9b5bbdc4aba2bf4faf2550561d1661192ba99
MD5 657a92908ba638f0dbdb57da740d11ed
BLAKE2b-256 7515ecad89b870db5e24c5413f72cf91940ae337215269d95578331814343ed1

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pythondata_cpu_ibex-0.0.post2059-py2.7.egg
Algorithm Hash digest
SHA256 0a7b1a9d758d75918b91b508a9947591a8afe2b3e4d35487adf45b564ed61ee6
MD5 53a4b1175f3ac4a3609be3a37b7bed95
BLAKE2b-256 78cd10cb70bcda60be7a301b3fc2bbb02d94d9773185e92d2e4b7cb3b8ae41bc

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pythondata_cpu_ibex-0.0.post2059-py2-none-any.whl
Algorithm Hash digest
SHA256 eef61d764f30b7243346ad9bef35445f37a69099e7e11429ff69b9e5d1387277
MD5 7e02f71fb5096baf9ef9bb33bf0e7331
BLAKE2b-256 4eaafaf30b888e1de602d7baf29feefc156e787547f41ce1dcfc30214b58e307

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