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

Uploaded Source

Built Distributions

File details

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

File metadata

  • Download URL: pythondata-cpu-vexriscv-1.0.1.post355.tar.gz
  • Upload date:
  • Size: 7.7 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-vexriscv-1.0.1.post355.tar.gz
Algorithm Hash digest
SHA256 697fbc34f4b7b5c0798a064ad17043000cb8d9fc41b920a1954a45a0e3a6e49b
MD5 8624f9a0256ec5defcdd544843172071
BLAKE2b-256 17609ceeca3453d8d6054bcda66c41e74ea2e4742713ec0570ad54d143d558f8

See more details on using hashes here.

File details

Details for the file pythondata_cpu_vexriscv-1.0.1.post355-py3.9.egg.

File metadata

  • Download URL: pythondata_cpu_vexriscv-1.0.1.post355-py3.9.egg
  • Upload date:
  • Size: 8.2 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_vexriscv-1.0.1.post355-py3.9.egg
Algorithm Hash digest
SHA256 9b815d050a210b30ecc35ac33f2f11b4923cc3586052b3e8d5f4fc088da5247a
MD5 a4033b719597fb79bba347112f3eb71e
BLAKE2b-256 7e86b263e0018733a5875a29687e27688bd2bc2a0ffeaab63e3c5b270e128d29

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pythondata_cpu_vexriscv-1.0.1.post355-py3.8.egg
  • Upload date:
  • Size: 8.2 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_vexriscv-1.0.1.post355-py3.8.egg
Algorithm Hash digest
SHA256 f1e577d11df804c3e6410c4714dc099e4d5ecb82709ed0f90a8b4eb73f6b6582
MD5 29a991090aeb09fbfb38a4bd4b0ac3d2
BLAKE2b-256 43cd3c2af536f8703c94adf1a052c39e52283bad7d3f172c42cfe06392ec3334

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pythondata_cpu_vexriscv-1.0.1.post355-py3.7.egg
  • Upload date:
  • Size: 8.2 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_vexriscv-1.0.1.post355-py3.7.egg
Algorithm Hash digest
SHA256 d5b81108b19376305c77bcea5d61e340c55774d8d0b45ff67cacdd0c6cfe50be
MD5 e15ba03661397edfefe428e94a47e496
BLAKE2b-256 f9ca03107b169cb1389ad300a48193bb11605612c805eb13784d43d24a5a810e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pythondata_cpu_vexriscv-1.0.1.post355-py3.6.egg
  • Upload date:
  • Size: 8.2 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_vexriscv-1.0.1.post355-py3.6.egg
Algorithm Hash digest
SHA256 f4e1234dc853d4ec389d147cba47cb887b597c9d871a654b02aeb5fad220ec7e
MD5 59b14e6cbf409eec76fa829fc0cce90a
BLAKE2b-256 b037b6a2420f55d6f0d1ddfbef392186f2662a6088001c15954d394e786e49ee

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pythondata_cpu_vexriscv-1.0.1.post355-py3-none-any.whl
  • Upload date:
  • Size: 8.2 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.8.7

File hashes

Hashes for pythondata_cpu_vexriscv-1.0.1.post355-py3-none-any.whl
Algorithm Hash digest
SHA256 df316371cb04c2363d5dc0ea28c54d7b8c2a32c88c07c39ab29d2b69dae1fe71
MD5 44d7efac67e2ff39b0fc5ecc15d3347b
BLAKE2b-256 23e3d1fff6dc7c4c77644cb726d189e87e0dd9268ecd591e313eda665b8acdaf

See more details on using hashes here.

File details

Details for the file pythondata_cpu_vexriscv-1.0.1.post355-py2.7.egg.

File metadata

  • Download URL: pythondata_cpu_vexriscv-1.0.1.post355-py2.7.egg
  • Upload date:
  • Size: 8.2 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_vexriscv-1.0.1.post355-py2.7.egg
Algorithm Hash digest
SHA256 5c2b4bd61669c32fc4c5031d7bbe23f0c8adf19a459d18a48390e04c56afd2ab
MD5 c59422613307ec7de4474592fae83e91
BLAKE2b-256 a72f435c5d63fb548ba28b04579f2d068c695d147b5495ad973c805131b2c8b4

See more details on using hashes here.

File details

Details for the file pythondata_cpu_vexriscv-1.0.1.post355-py2-none-any.whl.

File metadata

  • Download URL: pythondata_cpu_vexriscv-1.0.1.post355-py2-none-any.whl
  • Upload date:
  • Size: 8.2 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_vexriscv-1.0.1.post355-py2-none-any.whl
Algorithm Hash digest
SHA256 06ce1b35059ac27fc5ddfe7a060b51e74eb95f787f0cd8ac7848f4b95dc5d622
MD5 3c8bf381e41f379487b5b448460de29b
BLAKE2b-256 28ce7753dd6ea044ff833d3964add0ba0c94e4fc603ccf87be6e5969fb281f35

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