Skip to main content

Python module containing verilog files for VexRISCV cpu.

Project description

pythondata-cpu-vexriscv

Non-Python files needed for the cpu vexriscv 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_vexriscv. The pythondata_cpu_vexriscv.data_location value can be used to find the files on the file system.

Example of getting the data file directly;

import pythondata_cpu_vexriscv

my_data_file = "abc.txt"

with open(os.path.join(pythondata_cpu_vexriscv.data_location, my_data_file)) as f:
    print(f.read())

Example of getting the data file using litex.data.find API;

from pythondata_cpu_vexriscv import data_file

my_data_file = "abc.txt"

with open(data_file(my_data_file)) as f:
    print(f.read())

The data files are generated from https://github.com/SpinalHDL/VexRISCV.git and place in the directory pythondata_cpu_vexriscv/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-vexriscv.git
cd pythondata-cpu-vexriscv
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-vexriscv.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-vexriscv.git

You can install a specific revision of the repository using;

pip install --user git+https://github.com/litex-hub/pythondata-cpu-vexriscv.git@<tag>
pip install --user git+https://github.com/litex-hub/pythondata-cpu-vexriscv.git@<branch>
pip install --user git+https://github.com/litex-hub/pythondata-cpu-vexriscv.git@<hash>

With requirements.txt file

Add to your Python requirements.txt file using;

-e git+https://github.com/litex-hub/pythondata-cpu-vexriscv.git

To use a specific revision of the repository, use the following;

-e https://github.com/litex-hub/pythondata-cpu-vexriscv.git@<hash>

Installing from PyPi

Using pip

pip install --user pythondata-cpu-vexriscv

Project details


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-vexriscv-1.0.1.post331.tar.gz (19.2 MB view details)

Uploaded Source

Built Distributions

File details

Details for the file pythondata-cpu-vexriscv-1.0.1.post331.tar.gz.

File metadata

  • Download URL: pythondata-cpu-vexriscv-1.0.1.post331.tar.gz
  • Upload date:
  • Size: 19.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.6.7

File hashes

Hashes for pythondata-cpu-vexriscv-1.0.1.post331.tar.gz
Algorithm Hash digest
SHA256 42fb4d3e37e275d79c62f4ca33f3f5099a618020c6592b2812b932a36245d350
MD5 04abd614c58dc07f9a6a6774955ea7ae
BLAKE2b-256 fb7570915149fd3441045fb9086aed97794e542dbc3c064698d50b57cc708ef1

See more details on using hashes here.

File details

Details for the file pythondata_cpu_vexriscv-1.0.1.post331-py3.10.egg.

File metadata

  • Download URL: pythondata_cpu_vexriscv-1.0.1.post331-py3.10.egg
  • Upload date:
  • Size: 19.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.10.0a2+

File hashes

Hashes for pythondata_cpu_vexriscv-1.0.1.post331-py3.10.egg
Algorithm Hash digest
SHA256 73648f7114e33413a78952ce3681dd9bd56c8cc988a09f8c6ae59a326a129c4a
MD5 f5b984c2a5a784e7262bdeede4a58656
BLAKE2b-256 82a34d946b9fa52e70a5a7d6b005c4db73128ceb2aa5342c0624783226a3c3f0

See more details on using hashes here.

File details

Details for the file pythondata_cpu_vexriscv-1.0.1.post331-py3.8.egg.

File metadata

  • Download URL: pythondata_cpu_vexriscv-1.0.1.post331-py3.8.egg
  • Upload date:
  • Size: 19.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.0

File hashes

Hashes for pythondata_cpu_vexriscv-1.0.1.post331-py3.8.egg
Algorithm Hash digest
SHA256 993301a9dd2ff7f7c2fe96fee5c35385df44bf77790a33aac7de4ced24ab803e
MD5 74bf235d5dce59e2fb5dc4fbb17c83e0
BLAKE2b-256 a4ba1dde1bfe935b1bb601853570ff59ba5986c14d997e2c1136ca5b51a7141e

See more details on using hashes here.

File details

Details for the file pythondata_cpu_vexriscv-1.0.1.post331-py3.7.egg.

File metadata

  • Download URL: pythondata_cpu_vexriscv-1.0.1.post331-py3.7.egg
  • Upload date:
  • Size: 19.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.7.1

File hashes

Hashes for pythondata_cpu_vexriscv-1.0.1.post331-py3.7.egg
Algorithm Hash digest
SHA256 58e723db30dd61276c5bb7bf2f58c146ef115210bd616407c9a25314581783e9
MD5 ed141f75f62b0545b9ec0d1591bbf5e3
BLAKE2b-256 6b847d347314c64d9f54128e171e8f91c7fabc18d5894afe4337e5897f6128c6

See more details on using hashes here.

File details

Details for the file pythondata_cpu_vexriscv-1.0.1.post331-py3.6.egg.

File metadata

  • Download URL: pythondata_cpu_vexriscv-1.0.1.post331-py3.6.egg
  • Upload date:
  • Size: 19.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.6.7

File hashes

Hashes for pythondata_cpu_vexriscv-1.0.1.post331-py3.6.egg
Algorithm Hash digest
SHA256 c204391708f1751aa82b2ef2c5f4011813a69d0ee836e4c2a04a31bf90d19127
MD5 7d8e004b8283c14e37d7a735360a45a1
BLAKE2b-256 6eb7b8eb4b50103f39781d576bd5a921b60ae20a30808acc1007078bd875beff

See more details on using hashes here.

File details

Details for the file pythondata_cpu_vexriscv-1.0.1.post331-py3.5.egg.

File metadata

  • Download URL: pythondata_cpu_vexriscv-1.0.1.post331-py3.5.egg
  • Upload date:
  • Size: 19.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.5.6

File hashes

Hashes for pythondata_cpu_vexriscv-1.0.1.post331-py3.5.egg
Algorithm Hash digest
SHA256 1fa559a789a4c137bce19c17ee3154f894bd0afeb809c60d2e4de1d06f18d99e
MD5 f733bec3f9babc1c50506963ef57611f
BLAKE2b-256 0dfc1e98885a6e4bd432a66b5cfb0aa556a13579a205333b3beba540232238ec

See more details on using hashes here.

File details

Details for the file pythondata_cpu_vexriscv-1.0.1.post331-py3-none-any.whl.

File metadata

  • Download URL: pythondata_cpu_vexriscv-1.0.1.post331-py3-none-any.whl
  • Upload date:
  • Size: 19.6 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.6.7

File hashes

Hashes for pythondata_cpu_vexriscv-1.0.1.post331-py3-none-any.whl
Algorithm Hash digest
SHA256 90b50e72d2c378ae2b36a2d15ef034cba1fb0e1481bf8d245ec48d8c18df1c48
MD5 d34c45171d444bf55f2808584c5bbc5d
BLAKE2b-256 4a24d2cded02270b5f199afaf4e56742586816780ed6f69be4b3e3dcbfcc5f73

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