Skip to main content

Python module containing verilog files for serv cpu.

Project description

pythondata-cpu-serv

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

Example of getting the data file directly;

import pythondata_cpu_serv

my_data_file = "abc.txt"

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

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

from pythondata_cpu_serv 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/olofk/serv and are imported using git subtrees to the directory pythondata_cpu_serv/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-serv.git
cd pythondata-cpu-serv
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-serv.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-serv.git

You can install a specific revision of the repository using;

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

With requirements.txt file

Add to your Python requirements.txt file using;

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

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

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

Installing from PyPi

Using pip

pip install --user pythondata-cpu-serv

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-serv-1.0.post164.tar.gz (604.1 kB view details)

Uploaded Source

Built Distributions

pythondata_cpu_serv-1.0.post164-py3.10.egg (652.3 kB view details)

Uploaded Source

pythondata_cpu_serv-1.0.post164-py3.8.egg (652.3 kB view details)

Uploaded Source

pythondata_cpu_serv-1.0.post164-py3.7.egg (652.3 kB view details)

Uploaded Source

pythondata_cpu_serv-1.0.post164-py3.6.egg (652.3 kB view details)

Uploaded Source

pythondata_cpu_serv-1.0.post164-py3-none-any.whl (656.0 kB view details)

Uploaded Python 3

File details

Details for the file pythondata-cpu-serv-1.0.post164.tar.gz.

File metadata

  • Download URL: pythondata-cpu-serv-1.0.post164.tar.gz
  • Upload date:
  • Size: 604.1 kB
  • 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.0 CPython/3.7.1

File hashes

Hashes for pythondata-cpu-serv-1.0.post164.tar.gz
Algorithm Hash digest
SHA256 d3d66d344141c8cc85f6202e599ad9a31d21c318a1783b8a4fcfa3ba495c1434
MD5 e18e2a5b32108adbf148cc4d33230101
BLAKE2b-256 73d8d58fa7c69846c16c894bd7df7493c0c53a5d9aa50442be47d2031061c25d

See more details on using hashes here.

File details

Details for the file pythondata_cpu_serv-1.0.post164-py3.10.egg.

File metadata

  • Download URL: pythondata_cpu_serv-1.0.post164-py3.10.egg
  • Upload date:
  • Size: 652.3 kB
  • 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.0 CPython/3.10.0a5+

File hashes

Hashes for pythondata_cpu_serv-1.0.post164-py3.10.egg
Algorithm Hash digest
SHA256 20b56b8b24d15d80edad983f8f93d25824f21a255de936dabe636c1e2afca012
MD5 ad006b25af1d2746580c3dc2c7986bfc
BLAKE2b-256 31d1133563c4d0560ccdf4d93fb03806d4fba0b6f107fa0b7d92fa14b232ada6

See more details on using hashes here.

File details

Details for the file pythondata_cpu_serv-1.0.post164-py3.8.egg.

File metadata

  • Download URL: pythondata_cpu_serv-1.0.post164-py3.8.egg
  • Upload date:
  • Size: 652.3 kB
  • 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.0 CPython/3.8.7

File hashes

Hashes for pythondata_cpu_serv-1.0.post164-py3.8.egg
Algorithm Hash digest
SHA256 cd4490a77666f1ebd9a96252144b7f588e34f9bc231396680c9f4f061636bcc0
MD5 af9b31e10a8d393c0924dbdd9674f9cc
BLAKE2b-256 99db04088e81d89716449b21c0930a776e5de8c3be1a86d814d2e3a603dca70b

See more details on using hashes here.

File details

Details for the file pythondata_cpu_serv-1.0.post164-py3.7.egg.

File metadata

  • Download URL: pythondata_cpu_serv-1.0.post164-py3.7.egg
  • Upload date:
  • Size: 652.3 kB
  • 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.0 CPython/3.7.1

File hashes

Hashes for pythondata_cpu_serv-1.0.post164-py3.7.egg
Algorithm Hash digest
SHA256 e70776975250c991910e5c36ce144d96afcaf936563ebf385f1aa4eff3d02a17
MD5 e2bc972e1d26d05b1a964530137a954a
BLAKE2b-256 910b7f805c7aef3b6cb9aaf08f78e9e7952c648e671289e131b06b0e9e5e9abe

See more details on using hashes here.

File details

Details for the file pythondata_cpu_serv-1.0.post164-py3.6.egg.

File metadata

  • Download URL: pythondata_cpu_serv-1.0.post164-py3.6.egg
  • Upload date:
  • Size: 652.3 kB
  • 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.0 CPython/3.6.7

File hashes

Hashes for pythondata_cpu_serv-1.0.post164-py3.6.egg
Algorithm Hash digest
SHA256 d23dc977f706dd017f34916e0bdfc6a69a546e12bf4abb66ae471c0ddb836ca2
MD5 efa238039b7a3f36fa9093e59384521b
BLAKE2b-256 3990af424a498bbce47f620e96ef8ff3b1205d8749e1a429a09a6710aaa82abc

See more details on using hashes here.

File details

Details for the file pythondata_cpu_serv-1.0.post164-py3-none-any.whl.

File metadata

  • Download URL: pythondata_cpu_serv-1.0.post164-py3-none-any.whl
  • Upload date:
  • Size: 656.0 kB
  • 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.0 CPython/3.6.7

File hashes

Hashes for pythondata_cpu_serv-1.0.post164-py3-none-any.whl
Algorithm Hash digest
SHA256 11bee759a0e195bfcb10abbd4608fcdaeb086093c85b5537465b2da3ed572557
MD5 fbfe0ad5683644857c232257ea2405e8
BLAKE2b-256 98e41939f34882c5d2b1d854c2f1a702b6e72bb06c84f082d28b7c9edfd6d66e

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