Skip to main content

Python module containing system_verilog files for CV32E40P cpu.

Project description

pythondata-cpu-cv32e40p

Non-Python files needed for the cpu cv32e40p packaged into a Python module so they can be used with Python libraries and tools.

This Useful for usage with tools like LiteX.

The data files can be found under the Python module pythondata_cpu_cv32e40p. The pythondata_cpu_cv32e40p.data_location value can be used to find the files on the file system.

Example of getting the data file directly;

import pythondata_cpu_cv32e40p

my_data_file = "abc.txt"

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

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

from pythondata_cpu_cv32e40p 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/antmicro/cv32e40p and are imported using git subtrees to the directory pythondata_cpu_cv32e40p/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-cv32e40p.git
cd pythondata-cpu-cv32e40p
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-cv32e40p.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-cv32e40p.git

You can install a specific revision of the repository using;

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

With requirements.txt file

Add to your Python requirements.txt file using;

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

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

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

Installing from PyPi

Using pip

pip install --user pythondata-cpu-cv32e40p

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-cv32e40p-0.0.post70.tar.gz (8.1 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

pythondata_cpu_cv32e40p-0.0.post70-py3.8.egg (8.7 MB view details)

Uploaded Egg

pythondata_cpu_cv32e40p-0.0.post70-py3.7.egg (8.7 MB view details)

Uploaded Egg

pythondata_cpu_cv32e40p-0.0.post70-py3.6.egg (8.7 MB view details)

Uploaded Egg

pythondata_cpu_cv32e40p-0.0.post70-py3.5.egg (8.7 MB view details)

Uploaded Egg

pythondata_cpu_cv32e40p-0.0.post70-py3-none-any.whl (8.7 MB view details)

Uploaded Python 3

File details

Details for the file pythondata-cpu-cv32e40p-0.0.post70.tar.gz.

File metadata

  • Download URL: pythondata-cpu-cv32e40p-0.0.post70.tar.gz
  • Upload date:
  • Size: 8.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.5.6

File hashes

Hashes for pythondata-cpu-cv32e40p-0.0.post70.tar.gz
Algorithm Hash digest
SHA256 c3fe4d6b5d18b274c118acda3558fb5bc29539659ae32319c61e6c20501b4451
MD5 0bc3f4151983b742526d7982bfb78c81
BLAKE2b-256 93aae272b79cc886d54b11ccab28933c81a4101d94aefcc2094c434f6c356d4b

See more details on using hashes here.

File details

Details for the file pythondata_cpu_cv32e40p-0.0.post70-py3.8.egg.

File metadata

  • Download URL: pythondata_cpu_cv32e40p-0.0.post70-py3.8.egg
  • Upload date:
  • Size: 8.7 MB
  • Tags: Egg
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.0

File hashes

Hashes for pythondata_cpu_cv32e40p-0.0.post70-py3.8.egg
Algorithm Hash digest
SHA256 c12d5c66ed6c2a6dca58bfe193bbb67cc3d1c0725f6e0e039f165392641f1385
MD5 85adafbfe6b6bacce429e221792a0f1e
BLAKE2b-256 ab9282896ec15a9e3faab22f065886440791d8a3be6ca482bb7f8015e456cf2b

See more details on using hashes here.

File details

Details for the file pythondata_cpu_cv32e40p-0.0.post70-py3.7.egg.

File metadata

  • Download URL: pythondata_cpu_cv32e40p-0.0.post70-py3.7.egg
  • Upload date:
  • Size: 8.7 MB
  • Tags: Egg
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.1

File hashes

Hashes for pythondata_cpu_cv32e40p-0.0.post70-py3.7.egg
Algorithm Hash digest
SHA256 11000b996f2a910977aa45378fe56725a958781422d124a10b55f33b1ba92247
MD5 bf907b8c046ab5eaf14e52d7086488b7
BLAKE2b-256 34cb5ca497ae7816be69ef84780d9b646ef254a66624bc7eaa5a4989fe553000

See more details on using hashes here.

File details

Details for the file pythondata_cpu_cv32e40p-0.0.post70-py3.6.egg.

File metadata

  • Download URL: pythondata_cpu_cv32e40p-0.0.post70-py3.6.egg
  • Upload date:
  • Size: 8.7 MB
  • Tags: Egg
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.6.7

File hashes

Hashes for pythondata_cpu_cv32e40p-0.0.post70-py3.6.egg
Algorithm Hash digest
SHA256 15698bce2d2ee754879240b0e75a703f75647e8200720ce4eaa835b7a916674a
MD5 4de630e9c105bdc14ac39d7bf955c66b
BLAKE2b-256 0c357996c6db344f1119b6ee7c2b32f6c22ec1f7b28adab450e94fb10fbaecb9

See more details on using hashes here.

File details

Details for the file pythondata_cpu_cv32e40p-0.0.post70-py3.5.egg.

File metadata

  • Download URL: pythondata_cpu_cv32e40p-0.0.post70-py3.5.egg
  • Upload date:
  • Size: 8.7 MB
  • Tags: Egg
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.5.6

File hashes

Hashes for pythondata_cpu_cv32e40p-0.0.post70-py3.5.egg
Algorithm Hash digest
SHA256 6b15e4566f85104118b0ae14ca5343b3b4d4a4af7b2261d3de232b9c1082fd84
MD5 cc94d09645d8e3711d9d08e1505c505b
BLAKE2b-256 d0d37f0d3473ef493383ac198b36b71e099a39f81500bb85d1dbba84eff0a87f

See more details on using hashes here.

File details

Details for the file pythondata_cpu_cv32e40p-0.0.post70-py3-none-any.whl.

File metadata

  • Download URL: pythondata_cpu_cv32e40p-0.0.post70-py3-none-any.whl
  • Upload date:
  • Size: 8.7 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.6.7

File hashes

Hashes for pythondata_cpu_cv32e40p-0.0.post70-py3-none-any.whl
Algorithm Hash digest
SHA256 cd455f2e3b73f4cc6ab7d132aa3dd2b81d33a333dd2512307d412fcc93dd64db
MD5 9b09d1fa3d70c7bf710bfebcf038a128
BLAKE2b-256 a3d3607a22f0be482e56a0f46f170e0fbe66f3b4d7ca13170fac551a633cc4e4

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page