Skip to main content

Python module containing verilog files for LatticeMico32 cpu.

Project description

pythondata-cpu-lm32

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

Example of getting the data file directly;

import pythondata_cpu_lm32

my_data_file = "abc.txt"

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

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

from pythondata_cpu_lm32 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/m-labs/lm32.git and are imported using git subtrees to the directory pythondata_cpu_lm32/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-lm32.git
cd pythondata-cpu-lm32
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-lm32.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-lm32.git

You can install a specific revision of the repository using;

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

With requirements.txt file

Add to your Python requirements.txt file using;

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

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

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

Installing from PyPi

Using pip

pip install --user pythondata-cpu-lm32

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-lm32-0.0.post130.tar.gz (95.3 kB view details)

Uploaded Source

Built Distributions

pythondata_cpu_lm32-0.0.post130-py3.10.egg (136.4 kB view details)

Uploaded Source

pythondata_cpu_lm32-0.0.post130-py3.8.egg (136.4 kB view details)

Uploaded Source

pythondata_cpu_lm32-0.0.post130-py3.7.egg (136.4 kB view details)

Uploaded Source

pythondata_cpu_lm32-0.0.post130-py3.6.egg (136.4 kB view details)

Uploaded Source

pythondata_cpu_lm32-0.0.post130-py3-none-any.whl (144.0 kB view details)

Uploaded Python 3

File details

Details for the file pythondata-cpu-lm32-0.0.post130.tar.gz.

File metadata

  • Download URL: pythondata-cpu-lm32-0.0.post130.tar.gz
  • Upload date:
  • Size: 95.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-lm32-0.0.post130.tar.gz
Algorithm Hash digest
SHA256 3ceb0be82da86978113578c14149cbbc4cc1af60b5675b3fcfa186c194cad567
MD5 a81d9886cdab145ad045b80ac055e6d9
BLAKE2b-256 38869b25f829e2b5691181a9879fe3daddf1e6c20a47104f8a4e3ddaa053bddd

See more details on using hashes here.

File details

Details for the file pythondata_cpu_lm32-0.0.post130-py3.10.egg.

File metadata

  • Download URL: pythondata_cpu_lm32-0.0.post130-py3.10.egg
  • Upload date:
  • Size: 136.4 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_lm32-0.0.post130-py3.10.egg
Algorithm Hash digest
SHA256 b8899ddcfed791a3396b122a109ec168f322533c7fb3179baa11479e58142e2d
MD5 0c65fc18624e53c10838e81335a2d8a9
BLAKE2b-256 a47b07d65558c8c0414ae5778516dba0e35a535f99154b9eaf43c0b46b4331a9

See more details on using hashes here.

File details

Details for the file pythondata_cpu_lm32-0.0.post130-py3.8.egg.

File metadata

  • Download URL: pythondata_cpu_lm32-0.0.post130-py3.8.egg
  • Upload date:
  • Size: 136.4 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_lm32-0.0.post130-py3.8.egg
Algorithm Hash digest
SHA256 6acb2117a3c0420300dd6087333909df577ce620a4144b728fa6042beb9b85d2
MD5 f7e64cb38a0c1d7719ade548364bdfab
BLAKE2b-256 52653eb1496bfc053b1e47992456a8e06e65eb68efe14a6cf4fc6cdba1600039

See more details on using hashes here.

File details

Details for the file pythondata_cpu_lm32-0.0.post130-py3.7.egg.

File metadata

  • Download URL: pythondata_cpu_lm32-0.0.post130-py3.7.egg
  • Upload date:
  • Size: 136.4 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_lm32-0.0.post130-py3.7.egg
Algorithm Hash digest
SHA256 7bb9cd90c4a2a96d30da4cfbff1cc7f6188667d9cb0f77a824f4b7fa95a32ddf
MD5 b8738018e010a7cab4079948a818d1df
BLAKE2b-256 422caca615b306c5b3ad756a91a69de2201a9936422ca36328226d9439f9b002

See more details on using hashes here.

File details

Details for the file pythondata_cpu_lm32-0.0.post130-py3.6.egg.

File metadata

  • Download URL: pythondata_cpu_lm32-0.0.post130-py3.6.egg
  • Upload date:
  • Size: 136.4 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_lm32-0.0.post130-py3.6.egg
Algorithm Hash digest
SHA256 405411c642636a1be5d7639e1172738b86d2523eeecec19bcd43ed081db1fdf1
MD5 a080ef26fb1b2a8db48f3af4d87da23a
BLAKE2b-256 18855c5a146d0fecb0683c785a79b75456f3d595143d2bac532969207406851f

See more details on using hashes here.

File details

Details for the file pythondata_cpu_lm32-0.0.post130-py3-none-any.whl.

File metadata

  • Download URL: pythondata_cpu_lm32-0.0.post130-py3-none-any.whl
  • Upload date:
  • Size: 144.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.7.1

File hashes

Hashes for pythondata_cpu_lm32-0.0.post130-py3-none-any.whl
Algorithm Hash digest
SHA256 cca75f6d1df1caa1c7180f5fa511973aa78de249b54c51faed63504ba490f231
MD5 fdd9bef5dd91371991a170967847bf3f
BLAKE2b-256 a5552f7468b8069189b458dfd82466eb29cae3e163e15aee01bed0e77949e74b

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