2020-08-06 20:52:49 +02:00
|
|
|
[[package]]
|
|
|
|
category = "dev"
|
|
|
|
description = "Atomic file writes."
|
|
|
|
marker = "sys_platform == \"win32\""
|
|
|
|
name = "atomicwrites"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
|
|
version = "1.4.0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
category = "dev"
|
|
|
|
description = "Classes Without Boilerplate"
|
|
|
|
name = "attrs"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
2020-08-15 02:59:40 +02:00
|
|
|
version = "20.2.0"
|
2020-08-06 20:52:49 +02:00
|
|
|
|
|
|
|
[package.extras]
|
2020-08-15 02:59:40 +02:00
|
|
|
dev = ["coverage (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "zope.interface", "sphinx", "sphinx-rtd-theme", "pre-commit"]
|
|
|
|
docs = ["sphinx", "sphinx-rtd-theme", "zope.interface"]
|
|
|
|
tests = ["coverage (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "zope.interface"]
|
|
|
|
tests_no_zope = ["coverage (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six"]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
category = "dev"
|
|
|
|
description = "Composable command line interface toolkit"
|
|
|
|
name = "click"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
|
|
|
version = "7.1.2"
|
2020-08-06 20:52:49 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
category = "dev"
|
|
|
|
description = "Cross-platform colored terminal text."
|
|
|
|
marker = "sys_platform == \"win32\""
|
|
|
|
name = "colorama"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
|
|
|
version = "0.4.3"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = ""
|
|
|
|
name = "dg"
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
version = "1.1.0+git"
|
|
|
|
|
|
|
|
[package.source]
|
|
|
|
reference = "c5edc568997a3aefd910d4ca32b05623223f83c8"
|
|
|
|
type = "git"
|
|
|
|
url = "https://github.com/pbsds/dg"
|
|
|
|
[[package]]
|
2020-08-08 01:55:48 +02:00
|
|
|
category = "main"
|
2020-08-06 20:52:49 +02:00
|
|
|
description = "Read metadata from Python packages"
|
|
|
|
marker = "python_version < \"3.8\""
|
|
|
|
name = "importlib-metadata"
|
|
|
|
optional = false
|
|
|
|
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
|
|
|
|
version = "1.7.0"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
zipp = ">=0.5"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
docs = ["sphinx", "rst.linker"]
|
|
|
|
testing = ["packaging", "pep517", "importlib-resources (>=1.3)"]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "Read resources from Python packages"
|
|
|
|
marker = "python_version < \"3.9\""
|
|
|
|
name = "importlib-resources"
|
|
|
|
optional = false
|
|
|
|
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
|
|
|
|
version = "3.0.0"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
[package.dependencies.zipp]
|
|
|
|
python = "<3.8"
|
|
|
|
version = ">=0.4"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
docs = ["sphinx", "rst.linker", "jaraco.packaging"]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "A very fast and expressive template engine."
|
|
|
|
name = "jinja2"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
|
|
|
version = "2.11.2"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
MarkupSafe = ">=0.23"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
i18n = ["Babel (>=0.8)"]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "Safely add untrusted strings to HTML/XML markup."
|
|
|
|
name = "markupsafe"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*"
|
|
|
|
version = "1.1.1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
category = "dev"
|
|
|
|
description = "More routines for operating on iterables, beyond itertools"
|
|
|
|
name = "more-itertools"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.5"
|
2020-08-15 02:59:40 +02:00
|
|
|
version = "8.5.0"
|
2020-08-06 20:52:49 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "Python toolbox for building complex digital hardware"
|
|
|
|
name = "nmigen"
|
|
|
|
optional = false
|
|
|
|
python-versions = "~=3.6"
|
2020-08-15 02:59:40 +02:00
|
|
|
version = "0.3.dev183+g69ed491"
|
2020-08-06 20:52:49 +02:00
|
|
|
|
|
|
|
[package.dependencies]
|
2020-08-08 01:55:48 +02:00
|
|
|
Jinja2 = ">=2.11,<3.0"
|
|
|
|
pyvcd = ">=0.2.2,<0.3.0"
|
|
|
|
|
|
|
|
[package.dependencies.importlib_metadata]
|
|
|
|
python = "<3.8"
|
|
|
|
version = "*"
|
|
|
|
|
|
|
|
[package.dependencies.importlib_resources]
|
|
|
|
python = "<3.9"
|
|
|
|
version = "*"
|
|
|
|
|
|
|
|
[package.extras]
|
2020-08-15 02:59:40 +02:00
|
|
|
builtin-yosys = ["nmigen-yosys (>=0.9.post3527)"]
|
|
|
|
remote-build = ["paramiko (>=2.7,<3.0)"]
|
2020-08-08 01:55:48 +02:00
|
|
|
|
|
|
|
[package.source]
|
2020-08-15 02:59:40 +02:00
|
|
|
reference = "69ed4918b8b9fc8617064bbfacb92feb720006f2"
|
2020-08-08 01:55:48 +02:00
|
|
|
type = "git"
|
|
|
|
url = "https://github.com/nmigen/nmigen"
|
2020-08-06 20:52:49 +02:00
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "Board and connector definitions for nMigen"
|
|
|
|
name = "nmigen-boards"
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
version = "0.0"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
nmigen = "*"
|
|
|
|
setuptools = "*"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = ""
|
|
|
|
name = "nmigen-dg"
|
|
|
|
optional = false
|
|
|
|
python-versions = "^3.7"
|
2020-08-16 23:38:09 +02:00
|
|
|
version = "0.4.0"
|
2020-08-06 20:52:49 +02:00
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
dg = "rev poetry"
|
2020-08-08 01:55:48 +02:00
|
|
|
nmigen = "branch master"
|
2020-08-06 20:52:49 +02:00
|
|
|
|
|
|
|
[package.source]
|
2020-08-15 02:59:40 +02:00
|
|
|
reference = "52feb02abf437173b5d5098bd60e3db5e07b248e"
|
2020-08-06 20:52:49 +02:00
|
|
|
type = "git"
|
|
|
|
url = "https://github.com/pbsds/nmigen_dg"
|
2020-08-08 01:55:48 +02:00
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "Specialized WebAssembly build of Yosys used by nMigen"
|
|
|
|
name = "nmigen-yosys"
|
|
|
|
optional = true
|
|
|
|
python-versions = "~=3.5"
|
2020-08-15 02:59:40 +02:00
|
|
|
version = "0.9.post3527.dev26"
|
2020-08-08 01:55:48 +02:00
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
wasmtime = ">=0.19.0,<0.20.0"
|
|
|
|
|
2020-08-06 20:52:49 +02:00
|
|
|
[[package]]
|
|
|
|
category = "dev"
|
|
|
|
description = "Core utilities for Python packages"
|
|
|
|
name = "packaging"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
|
|
version = "20.4"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
pyparsing = ">=2.0.2"
|
|
|
|
six = "*"
|
|
|
|
|
2020-08-15 02:59:40 +02:00
|
|
|
[[package]]
|
|
|
|
category = "dev"
|
|
|
|
description = "File system general utilities"
|
|
|
|
name = "pathtools"
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
version = "0.1.2"
|
|
|
|
|
2020-08-06 20:52:49 +02:00
|
|
|
[[package]]
|
|
|
|
category = "dev"
|
|
|
|
description = "plugin and hook calling mechanisms for python"
|
|
|
|
name = "pluggy"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
|
|
version = "0.13.1"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
[package.dependencies.importlib-metadata]
|
|
|
|
python = "<3.8"
|
|
|
|
version = ">=0.12"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
dev = ["pre-commit", "tox"]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
category = "dev"
|
|
|
|
description = "library with cross-python path, ini-parsing, io, code, log facilities"
|
|
|
|
name = "py"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
|
|
version = "1.9.0"
|
|
|
|
|
2020-08-15 02:59:40 +02:00
|
|
|
[[package]]
|
|
|
|
category = "dev"
|
|
|
|
description = "Data validation and settings management using python 3.6 type hinting"
|
|
|
|
name = "pydantic"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.6"
|
|
|
|
version = "1.6.1"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
dotenv = ["python-dotenv (>=0.10.4)"]
|
|
|
|
email = ["email-validator (>=1.0.3)"]
|
|
|
|
typing_extensions = ["typing-extensions (>=3.7.2)"]
|
|
|
|
|
2020-08-06 20:52:49 +02:00
|
|
|
[[package]]
|
|
|
|
category = "dev"
|
|
|
|
description = "Python parsing module"
|
|
|
|
name = "pyparsing"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
|
|
|
|
version = "2.4.7"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
category = "dev"
|
|
|
|
description = "pytest: simple powerful testing with Python"
|
|
|
|
name = "pytest"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.5"
|
|
|
|
version = "5.4.3"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
atomicwrites = ">=1.0"
|
|
|
|
attrs = ">=17.4.0"
|
|
|
|
colorama = "*"
|
|
|
|
more-itertools = ">=4.0.0"
|
|
|
|
packaging = "*"
|
|
|
|
pluggy = ">=0.12,<1.0"
|
|
|
|
py = ">=1.5.0"
|
|
|
|
wcwidth = "*"
|
|
|
|
|
|
|
|
[package.dependencies.importlib-metadata]
|
|
|
|
python = "<3.8"
|
|
|
|
version = ">=0.12"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
checkqa-mypy = ["mypy (v0.761)"]
|
|
|
|
testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "requests", "xmlschema"]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
category = "main"
|
2020-08-08 01:55:48 +02:00
|
|
|
description = "Python VCD file support"
|
2020-08-06 20:52:49 +02:00
|
|
|
name = "pyvcd"
|
|
|
|
optional = false
|
2020-08-08 01:55:48 +02:00
|
|
|
python-versions = ">= 3.6"
|
|
|
|
version = "0.2.3"
|
2020-08-06 20:52:49 +02:00
|
|
|
|
2020-08-15 02:59:40 +02:00
|
|
|
[[package]]
|
|
|
|
category = "dev"
|
|
|
|
description = "A CLI to sync codebases and execute commands remotely"
|
|
|
|
name = "remote-exec"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.6"
|
|
|
|
version = "1.7.0"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
click = ">=7.1.1"
|
|
|
|
pydantic = ">=1.5.1"
|
|
|
|
toml = ">=0.10.0"
|
|
|
|
watchdog = ">=0.10.3"
|
|
|
|
|
2020-08-06 20:52:49 +02:00
|
|
|
[[package]]
|
2020-08-08 01:55:48 +02:00
|
|
|
category = "dev"
|
2020-08-06 20:52:49 +02:00
|
|
|
description = "Python 2 and 3 compatibility utilities"
|
|
|
|
name = "six"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
|
|
|
|
version = "1.15.0"
|
|
|
|
|
2020-08-15 02:59:40 +02:00
|
|
|
[[package]]
|
|
|
|
category = "dev"
|
|
|
|
description = "Python Library for Tom's Obvious, Minimal Language"
|
|
|
|
name = "toml"
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
version = "0.10.1"
|
|
|
|
|
2020-08-06 20:52:49 +02:00
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "A WebAssembly runtime powered by Wasmtime"
|
|
|
|
name = "wasmtime"
|
2020-08-08 01:55:48 +02:00
|
|
|
optional = true
|
2020-08-06 20:52:49 +02:00
|
|
|
python-versions = ">=3.6"
|
|
|
|
version = "0.19.0"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
testing = ["coverage", "pytest", "pycparser", "pytest-flake8", "pytest-mypy"]
|
|
|
|
|
2020-08-15 02:59:40 +02:00
|
|
|
[[package]]
|
|
|
|
category = "dev"
|
|
|
|
description = "Filesystem events monitoring"
|
|
|
|
name = "watchdog"
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
version = "0.10.3"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
pathtools = ">=0.1.1"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
watchmedo = ["PyYAML (>=3.10)", "argh (>=0.24.1)"]
|
|
|
|
|
2020-08-06 20:52:49 +02:00
|
|
|
[[package]]
|
|
|
|
category = "dev"
|
|
|
|
description = "Measures the displayed width of unicode strings in a terminal"
|
|
|
|
name = "wcwidth"
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
version = "0.2.5"
|
|
|
|
|
2020-08-08 01:55:48 +02:00
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "nextpnr-ecp5 FPGA place and route tool"
|
|
|
|
name = "yowasp-nextpnr-ecp5"
|
|
|
|
optional = true
|
|
|
|
python-versions = "~=3.5"
|
2020-08-15 02:59:40 +02:00
|
|
|
version = "0.0.post2683.dev25"
|
2020-08-08 01:55:48 +02:00
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
wasmtime = ">=0.19.0,<0.20.0"
|
|
|
|
|
|
|
|
[package.dependencies.importlib-resources]
|
|
|
|
python = "<3.9"
|
|
|
|
version = "*"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "nextpnr-ecp5 FPGA place and route tool"
|
|
|
|
name = "yowasp-nextpnr-ecp5-25k"
|
|
|
|
optional = true
|
|
|
|
python-versions = "~=3.5"
|
2020-08-15 02:59:40 +02:00
|
|
|
version = "0.0.post2683.dev25"
|
2020-08-08 01:55:48 +02:00
|
|
|
|
|
|
|
[package.dependencies]
|
2020-08-15 02:59:40 +02:00
|
|
|
yowasp-nextpnr-ecp5 = "0.0.post2683.dev25"
|
2020-08-08 01:55:48 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "nextpnr-ecp5 FPGA place and route tool"
|
|
|
|
name = "yowasp-nextpnr-ecp5-45k"
|
|
|
|
optional = true
|
|
|
|
python-versions = "~=3.5"
|
2020-08-15 02:59:40 +02:00
|
|
|
version = "0.0.post2683.dev25"
|
2020-08-08 01:55:48 +02:00
|
|
|
|
|
|
|
[package.dependencies]
|
2020-08-15 02:59:40 +02:00
|
|
|
yowasp-nextpnr-ecp5 = "0.0.post2683.dev25"
|
2020-08-08 01:55:48 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "nextpnr-ecp5 FPGA place and route tool"
|
|
|
|
name = "yowasp-nextpnr-ecp5-85k"
|
|
|
|
optional = true
|
|
|
|
python-versions = "~=3.5"
|
2020-08-15 02:59:40 +02:00
|
|
|
version = "0.0.post2683.dev25"
|
2020-08-08 01:55:48 +02:00
|
|
|
|
|
|
|
[package.dependencies]
|
2020-08-15 02:59:40 +02:00
|
|
|
yowasp-nextpnr-ecp5 = "0.0.post2683.dev25"
|
2020-08-08 01:55:48 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "nextpnr-ecp5 FPGA place and route tool"
|
|
|
|
name = "yowasp-nextpnr-ecp5-all"
|
|
|
|
optional = true
|
|
|
|
python-versions = "~=3.5"
|
2020-08-15 02:59:40 +02:00
|
|
|
version = "0.0.post2683.dev25"
|
2020-08-08 01:55:48 +02:00
|
|
|
|
|
|
|
[package.dependencies]
|
2020-08-15 02:59:40 +02:00
|
|
|
yowasp-nextpnr-ecp5-25k = "0.0.post2683.dev25"
|
|
|
|
yowasp-nextpnr-ecp5-45k = "0.0.post2683.dev25"
|
|
|
|
yowasp-nextpnr-ecp5-85k = "0.0.post2683.dev25"
|
2020-08-08 01:55:48 +02:00
|
|
|
|
2020-08-06 20:52:49 +02:00
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "nextpnr-ice40 FPGA place and route tool"
|
|
|
|
name = "yowasp-nextpnr-ice40"
|
2020-08-08 01:55:48 +02:00
|
|
|
optional = true
|
2020-08-06 20:52:49 +02:00
|
|
|
python-versions = "~=3.5"
|
2020-08-15 02:59:40 +02:00
|
|
|
version = "0.0.post2683.dev25"
|
2020-08-06 20:52:49 +02:00
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
wasmtime = ">=0.19.0,<0.20.0"
|
|
|
|
|
|
|
|
[package.dependencies.importlib-resources]
|
|
|
|
python = "<3.9"
|
|
|
|
version = "*"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "nextpnr-ice40 FPGA place and route tool"
|
|
|
|
name = "yowasp-nextpnr-ice40-1k"
|
2020-08-08 01:55:48 +02:00
|
|
|
optional = true
|
2020-08-06 20:52:49 +02:00
|
|
|
python-versions = "~=3.5"
|
2020-08-15 02:59:40 +02:00
|
|
|
version = "0.0.post2683.dev25"
|
2020-08-06 20:52:49 +02:00
|
|
|
|
|
|
|
[package.dependencies]
|
2020-08-15 02:59:40 +02:00
|
|
|
yowasp-nextpnr-ice40 = "0.0.post2683.dev25"
|
2020-08-06 20:52:49 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "nextpnr-ice40 FPGA place and route tool"
|
|
|
|
name = "yowasp-nextpnr-ice40-384"
|
2020-08-08 01:55:48 +02:00
|
|
|
optional = true
|
2020-08-06 20:52:49 +02:00
|
|
|
python-versions = "~=3.5"
|
2020-08-15 02:59:40 +02:00
|
|
|
version = "0.0.post2683.dev25"
|
2020-08-06 20:52:49 +02:00
|
|
|
|
|
|
|
[package.dependencies]
|
2020-08-15 02:59:40 +02:00
|
|
|
yowasp-nextpnr-ice40 = "0.0.post2683.dev25"
|
2020-08-06 20:52:49 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "nextpnr-ice40 FPGA place and route tool"
|
|
|
|
name = "yowasp-nextpnr-ice40-5k"
|
2020-08-08 01:55:48 +02:00
|
|
|
optional = true
|
2020-08-06 20:52:49 +02:00
|
|
|
python-versions = "~=3.5"
|
2020-08-15 02:59:40 +02:00
|
|
|
version = "0.0.post2683.dev25"
|
2020-08-06 20:52:49 +02:00
|
|
|
|
|
|
|
[package.dependencies]
|
2020-08-15 02:59:40 +02:00
|
|
|
yowasp-nextpnr-ice40 = "0.0.post2683.dev25"
|
2020-08-06 20:52:49 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "nextpnr-ice40 FPGA place and route tool"
|
|
|
|
name = "yowasp-nextpnr-ice40-8k"
|
2020-08-08 01:55:48 +02:00
|
|
|
optional = true
|
2020-08-06 20:52:49 +02:00
|
|
|
python-versions = "~=3.5"
|
2020-08-15 02:59:40 +02:00
|
|
|
version = "0.0.post2683.dev25"
|
2020-08-06 20:52:49 +02:00
|
|
|
|
|
|
|
[package.dependencies]
|
2020-08-15 02:59:40 +02:00
|
|
|
yowasp-nextpnr-ice40 = "0.0.post2683.dev25"
|
2020-08-06 20:52:49 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "nextpnr-ice40 FPGA place and route tool"
|
|
|
|
name = "yowasp-nextpnr-ice40-all"
|
2020-08-08 01:55:48 +02:00
|
|
|
optional = true
|
2020-08-06 20:52:49 +02:00
|
|
|
python-versions = "~=3.5"
|
2020-08-15 02:59:40 +02:00
|
|
|
version = "0.0.post2683.dev25"
|
2020-08-06 20:52:49 +02:00
|
|
|
|
|
|
|
[package.dependencies]
|
2020-08-15 02:59:40 +02:00
|
|
|
yowasp-nextpnr-ice40-1k = "0.0.post2683.dev25"
|
|
|
|
yowasp-nextpnr-ice40-384 = "0.0.post2683.dev25"
|
|
|
|
yowasp-nextpnr-ice40-5k = "0.0.post2683.dev25"
|
|
|
|
yowasp-nextpnr-ice40-8k = "0.0.post2683.dev25"
|
|
|
|
yowasp-nextpnr-ice40-u4k = "0.0.post2683.dev25"
|
2020-08-06 20:52:49 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "nextpnr-ice40 FPGA place and route tool"
|
|
|
|
name = "yowasp-nextpnr-ice40-u4k"
|
2020-08-08 01:55:48 +02:00
|
|
|
optional = true
|
2020-08-06 20:52:49 +02:00
|
|
|
python-versions = "~=3.5"
|
2020-08-15 02:59:40 +02:00
|
|
|
version = "0.0.post2683.dev25"
|
2020-08-06 20:52:49 +02:00
|
|
|
|
|
|
|
[package.dependencies]
|
2020-08-15 02:59:40 +02:00
|
|
|
yowasp-nextpnr-ice40 = "0.0.post2683.dev25"
|
2020-08-06 20:52:49 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
category = "main"
|
|
|
|
description = "Backport of pathlib-compatible object wrapper for zip files"
|
|
|
|
marker = "python_version < \"3.8\""
|
|
|
|
name = "zipp"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.6"
|
|
|
|
version = "3.1.0"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"]
|
|
|
|
testing = ["jaraco.itertools", "func-timeout"]
|
|
|
|
|
2020-08-08 01:55:48 +02:00
|
|
|
[extras]
|
2020-08-09 21:49:22 +02:00
|
|
|
nextpnr-ecp5 = ["yowasp-nextpnr-ecp5-all"]
|
2020-08-08 01:55:48 +02:00
|
|
|
nextpnr-ice40 = ["yowasp-nextpnr-ice40-all"]
|
2020-08-09 21:49:22 +02:00
|
|
|
yosys = ["nmigen-yosys"]
|
2020-08-08 01:55:48 +02:00
|
|
|
|
2020-08-06 20:52:49 +02:00
|
|
|
[metadata]
|
2020-08-15 02:59:40 +02:00
|
|
|
content-hash = "09f1dfd3b664ddf78a84aacc8e0a50add8c4230ee094dbe443eb4077acf43636"
|
|
|
|
lock-version = "1.0"
|
2020-08-08 01:55:48 +02:00
|
|
|
python-versions = "~3.7"
|
2020-08-06 20:52:49 +02:00
|
|
|
|
|
|
|
[metadata.files]
|
|
|
|
atomicwrites = [
|
|
|
|
{file = "atomicwrites-1.4.0-py2.py3-none-any.whl", hash = "sha256:6d1784dea7c0c8d4a5172b6c620f40b6e4cbfdf96d783691f2e1302a7b88e197"},
|
|
|
|
{file = "atomicwrites-1.4.0.tar.gz", hash = "sha256:ae70396ad1a434f9c7046fd2dd196fc04b12f9e91ffb859164193be8b6168a7a"},
|
|
|
|
]
|
|
|
|
attrs = [
|
2020-08-15 02:59:40 +02:00
|
|
|
{file = "attrs-20.2.0-py2.py3-none-any.whl", hash = "sha256:fce7fc47dfc976152e82d53ff92fa0407700c21acd20886a13777a0d20e655dc"},
|
|
|
|
{file = "attrs-20.2.0.tar.gz", hash = "sha256:26b54ddbbb9ee1d34d5d3668dd37d6cf74990ab23c828c2888dccdceee395594"},
|
|
|
|
]
|
|
|
|
click = [
|
|
|
|
{file = "click-7.1.2-py2.py3-none-any.whl", hash = "sha256:dacca89f4bfadd5de3d7489b7c8a566eee0d3676333fbb50030263894c38c0dc"},
|
|
|
|
{file = "click-7.1.2.tar.gz", hash = "sha256:d2b5255c7c6349bc1bd1e59e08cd12acbbd63ce649f2588755783aa94dfb6b1a"},
|
2020-08-06 20:52:49 +02:00
|
|
|
]
|
|
|
|
colorama = [
|
|
|
|
{file = "colorama-0.4.3-py2.py3-none-any.whl", hash = "sha256:7d73d2a99753107a36ac6b455ee49046802e59d9d076ef8e47b61499fa29afff"},
|
|
|
|
{file = "colorama-0.4.3.tar.gz", hash = "sha256:e96da0d330793e2cb9485e9ddfd918d456036c7149416295932478192f4436a1"},
|
|
|
|
]
|
|
|
|
dg = []
|
|
|
|
importlib-metadata = [
|
|
|
|
{file = "importlib_metadata-1.7.0-py2.py3-none-any.whl", hash = "sha256:dc15b2969b4ce36305c51eebe62d418ac7791e9a157911d58bfb1f9ccd8e2070"},
|
|
|
|
{file = "importlib_metadata-1.7.0.tar.gz", hash = "sha256:90bb658cdbbf6d1735b6341ce708fc7024a3e14e99ffdc5783edea9f9b077f83"},
|
|
|
|
]
|
|
|
|
importlib-resources = [
|
|
|
|
{file = "importlib_resources-3.0.0-py2.py3-none-any.whl", hash = "sha256:d028f66b66c0d5732dae86ba4276999855e162a749c92620a38c1d779ed138a7"},
|
|
|
|
{file = "importlib_resources-3.0.0.tar.gz", hash = "sha256:19f745a6eca188b490b1428c8d1d4a0d2368759f32370ea8fb89cad2ab1106c3"},
|
|
|
|
]
|
|
|
|
jinja2 = [
|
|
|
|
{file = "Jinja2-2.11.2-py2.py3-none-any.whl", hash = "sha256:f0a4641d3cf955324a89c04f3d94663aa4d638abe8f733ecd3582848e1c37035"},
|
|
|
|
{file = "Jinja2-2.11.2.tar.gz", hash = "sha256:89aab215427ef59c34ad58735269eb58b1a5808103067f7bb9d5836c651b3bb0"},
|
|
|
|
]
|
|
|
|
markupsafe = [
|
|
|
|
{file = "MarkupSafe-1.1.1-cp27-cp27m-macosx_10_6_intel.whl", hash = "sha256:09027a7803a62ca78792ad89403b1b7a73a01c8cb65909cd876f7fcebd79b161"},
|
|
|
|
{file = "MarkupSafe-1.1.1-cp27-cp27m-manylinux1_i686.whl", hash = "sha256:e249096428b3ae81b08327a63a485ad0878de3fb939049038579ac0ef61e17e7"},
|
|
|
|
{file = "MarkupSafe-1.1.1-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:500d4957e52ddc3351cabf489e79c91c17f6e0899158447047588650b5e69183"},
|
|
|
|
{file = "MarkupSafe-1.1.1-cp27-cp27m-win32.whl", hash = "sha256:b2051432115498d3562c084a49bba65d97cf251f5a331c64a12ee7e04dacc51b"},
|
|
|
|
{file = "MarkupSafe-1.1.1-cp27-cp27m-win_amd64.whl", hash = "sha256:98c7086708b163d425c67c7a91bad6e466bb99d797aa64f965e9d25c12111a5e"},
|
|
|
|
{file = "MarkupSafe-1.1.1-cp27-cp27mu-manylinux1_i686.whl", hash = "sha256:cd5df75523866410809ca100dc9681e301e3c27567cf498077e8551b6d20e42f"},
|
|
|
|
{file = "MarkupSafe-1.1.1-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:43a55c2930bbc139570ac2452adf3d70cdbb3cfe5912c71cdce1c2c6bbd9c5d1"},
|
|
|
|
{file = "MarkupSafe-1.1.1-cp34-cp34m-macosx_10_6_intel.whl", hash = "sha256:1027c282dad077d0bae18be6794e6b6b8c91d58ed8a8d89a89d59693b9131db5"},
|
|
|
|
{file = "MarkupSafe-1.1.1-cp34-cp34m-manylinux1_i686.whl", hash = "sha256:62fe6c95e3ec8a7fad637b7f3d372c15ec1caa01ab47926cfdf7a75b40e0eac1"},
|
|
|
|
{file = "MarkupSafe-1.1.1-cp34-cp34m-manylinux1_x86_64.whl", hash = "sha256:88e5fcfb52ee7b911e8bb6d6aa2fd21fbecc674eadd44118a9cc3863f938e735"},
|
|
|
|
{file = "MarkupSafe-1.1.1-cp34-cp34m-win32.whl", hash = "sha256:ade5e387d2ad0d7ebf59146cc00c8044acbd863725f887353a10df825fc8ae21"},
|
|
|
|
{file = "MarkupSafe-1.1.1-cp34-cp34m-win_amd64.whl", hash = "sha256:09c4b7f37d6c648cb13f9230d847adf22f8171b1ccc4d5682398e77f40309235"},
|
|
|
|
{file = "MarkupSafe-1.1.1-cp35-cp35m-macosx_10_6_intel.whl", hash = "sha256:79855e1c5b8da654cf486b830bd42c06e8780cea587384cf6545b7d9ac013a0b"},
|
|
|
|
{file = "MarkupSafe-1.1.1-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:c8716a48d94b06bb3b2524c2b77e055fb313aeb4ea620c8dd03a105574ba704f"},
|
|
|
|
{file = "MarkupSafe-1.1.1-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:7c1699dfe0cf8ff607dbdcc1e9b9af1755371f92a68f706051cc8c37d447c905"},
|
|
|
|
{file = "MarkupSafe-1.1.1-cp35-cp35m-win32.whl", hash = "sha256:6dd73240d2af64df90aa7c4e7481e23825ea70af4b4922f8ede5b9e35f78a3b1"},
|
|
|
|
{file = "MarkupSafe-1.1.1-cp35-cp35m-win_amd64.whl", hash = "sha256:9add70b36c5666a2ed02b43b335fe19002ee5235efd4b8a89bfcf9005bebac0d"},
|
|
|
|
{file = "MarkupSafe-1.1.1-cp36-cp36m-macosx_10_6_intel.whl", hash = "sha256:24982cc2533820871eba85ba648cd53d8623687ff11cbb805be4ff7b4c971aff"},
|
|
|
|
{file = "MarkupSafe-1.1.1-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:00bc623926325b26bb9605ae9eae8a215691f33cae5df11ca5424f06f2d1f473"},
|
|
|
|
{file = "MarkupSafe-1.1.1-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:717ba8fe3ae9cc0006d7c451f0bb265ee07739daf76355d06366154ee68d221e"},
|
|
|
|
{file = "MarkupSafe-1.1.1-cp36-cp36m-win32.whl", hash = "sha256:535f6fc4d397c1563d08b88e485c3496cf5784e927af890fb3c3aac7f933ec66"},
|
|
|
|
{file = "MarkupSafe-1.1.1-cp36-cp36m-win_amd64.whl", hash = "sha256:b1282f8c00509d99fef04d8ba936b156d419be841854fe901d8ae224c59f0be5"},
|
|
|
|
{file = "MarkupSafe-1.1.1-cp37-cp37m-macosx_10_6_intel.whl", hash = "sha256:8defac2f2ccd6805ebf65f5eeb132adcf2ab57aa11fdf4c0dd5169a004710e7d"},
|
|
|
|
{file = "MarkupSafe-1.1.1-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:46c99d2de99945ec5cb54f23c8cd5689f6d7177305ebff350a58ce5f8de1669e"},
|
|
|
|
{file = "MarkupSafe-1.1.1-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:ba59edeaa2fc6114428f1637ffff42da1e311e29382d81b339c1817d37ec93c6"},
|
|
|
|
{file = "MarkupSafe-1.1.1-cp37-cp37m-win32.whl", hash = "sha256:b00c1de48212e4cc9603895652c5c410df699856a2853135b3967591e4beebc2"},
|
|
|
|
{file = "MarkupSafe-1.1.1-cp37-cp37m-win_amd64.whl", hash = "sha256:9bf40443012702a1d2070043cb6291650a0841ece432556f784f004937f0f32c"},
|
|
|
|
{file = "MarkupSafe-1.1.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:6788b695d50a51edb699cb55e35487e430fa21f1ed838122d722e0ff0ac5ba15"},
|
|
|
|
{file = "MarkupSafe-1.1.1-cp38-cp38-manylinux1_i686.whl", hash = "sha256:cdb132fc825c38e1aeec2c8aa9338310d29d337bebbd7baa06889d09a60a1fa2"},
|
|
|
|
{file = "MarkupSafe-1.1.1-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:13d3144e1e340870b25e7b10b98d779608c02016d5184cfb9927a9f10c689f42"},
|
|
|
|
{file = "MarkupSafe-1.1.1-cp38-cp38-win32.whl", hash = "sha256:596510de112c685489095da617b5bcbbac7dd6384aeebeda4df6025d0256a81b"},
|
|
|
|
{file = "MarkupSafe-1.1.1-cp38-cp38-win_amd64.whl", hash = "sha256:e8313f01ba26fbbe36c7be1966a7b7424942f670f38e666995b88d012765b9be"},
|
|
|
|
{file = "MarkupSafe-1.1.1.tar.gz", hash = "sha256:29872e92839765e546828bb7754a68c418d927cd064fd4708fab9fe9c8bb116b"},
|
|
|
|
]
|
|
|
|
more-itertools = [
|
2020-08-15 02:59:40 +02:00
|
|
|
{file = "more-itertools-8.5.0.tar.gz", hash = "sha256:6f83822ae94818eae2612063a5101a7311e68ae8002005b5e05f03fd74a86a20"},
|
|
|
|
{file = "more_itertools-8.5.0-py3-none-any.whl", hash = "sha256:9b30f12df9393f0d28af9210ff8efe48d10c94f73e5daf886f10c4b0b0b4f03c"},
|
2020-08-06 20:52:49 +02:00
|
|
|
]
|
2020-08-08 01:55:48 +02:00
|
|
|
nmigen = []
|
2020-08-06 20:52:49 +02:00
|
|
|
nmigen-boards = [
|
|
|
|
{file = "nmigen-boards-0.0.tar.gz", hash = "sha256:ee17c0cac669fa391c9b7bcb42897275477b21f495b3b6beee997915e034f8ff"},
|
|
|
|
]
|
|
|
|
nmigen-dg = []
|
2020-08-08 01:55:48 +02:00
|
|
|
nmigen-yosys = [
|
2020-08-15 02:59:40 +02:00
|
|
|
{file = "nmigen_yosys-0.9.post3527.dev26-py3-none-any.whl", hash = "sha256:51e9c08c3a25056bf2d404717b36edb34a9aee30e3838468e517a3b38faacb12"},
|
2020-08-08 01:55:48 +02:00
|
|
|
]
|
2020-08-06 20:52:49 +02:00
|
|
|
packaging = [
|
|
|
|
{file = "packaging-20.4-py2.py3-none-any.whl", hash = "sha256:998416ba6962ae7fbd6596850b80e17859a5753ba17c32284f67bfff33784181"},
|
|
|
|
{file = "packaging-20.4.tar.gz", hash = "sha256:4357f74f47b9c12db93624a82154e9b120fa8293699949152b22065d556079f8"},
|
|
|
|
]
|
2020-08-15 02:59:40 +02:00
|
|
|
pathtools = [
|
|
|
|
{file = "pathtools-0.1.2.tar.gz", hash = "sha256:7c35c5421a39bb82e58018febd90e3b6e5db34c5443aaaf742b3f33d4655f1c0"},
|
|
|
|
]
|
2020-08-06 20:52:49 +02:00
|
|
|
pluggy = [
|
|
|
|
{file = "pluggy-0.13.1-py2.py3-none-any.whl", hash = "sha256:966c145cd83c96502c3c3868f50408687b38434af77734af1e9ca461a4081d2d"},
|
|
|
|
{file = "pluggy-0.13.1.tar.gz", hash = "sha256:15b2acde666561e1298d71b523007ed7364de07029219b604cf808bfa1c765b0"},
|
|
|
|
]
|
|
|
|
py = [
|
|
|
|
{file = "py-1.9.0-py2.py3-none-any.whl", hash = "sha256:366389d1db726cd2fcfc79732e75410e5fe4d31db13692115529d34069a043c2"},
|
|
|
|
{file = "py-1.9.0.tar.gz", hash = "sha256:9ca6883ce56b4e8da7e79ac18787889fa5206c79dcc67fb065376cd2fe03f342"},
|
|
|
|
]
|
2020-08-15 02:59:40 +02:00
|
|
|
pydantic = [
|
|
|
|
{file = "pydantic-1.6.1-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:418b84654b60e44c0cdd5384294b0e4bc1ebf42d6e873819424f3b78b8690614"},
|
|
|
|
{file = "pydantic-1.6.1-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:4900b8820b687c9a3ed753684337979574df20e6ebe4227381d04b3c3c628f99"},
|
|
|
|
{file = "pydantic-1.6.1-cp36-cp36m-manylinux2014_i686.whl", hash = "sha256:b49c86aecde15cde33835d5d6360e55f5e0067bb7143a8303bf03b872935c75b"},
|
|
|
|
{file = "pydantic-1.6.1-cp36-cp36m-manylinux2014_x86_64.whl", hash = "sha256:2de562a456c4ecdc80cf1a8c3e70c666625f7d02d89a6174ecf63754c734592e"},
|
|
|
|
{file = "pydantic-1.6.1-cp36-cp36m-win_amd64.whl", hash = "sha256:f769141ab0abfadf3305d4fcf36660e5cf568a666dd3efab7c3d4782f70946b1"},
|
|
|
|
{file = "pydantic-1.6.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:2dc946b07cf24bee4737ced0ae77e2ea6bc97489ba5a035b603bd1b40ad81f7e"},
|
|
|
|
{file = "pydantic-1.6.1-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:36dbf6f1be212ab37b5fda07667461a9219c956181aa5570a00edfb0acdfe4a1"},
|
|
|
|
{file = "pydantic-1.6.1-cp37-cp37m-manylinux2014_i686.whl", hash = "sha256:1783c1d927f9e1366e0e0609ae324039b2479a1a282a98ed6a6836c9ed02002c"},
|
|
|
|
{file = "pydantic-1.6.1-cp37-cp37m-manylinux2014_x86_64.whl", hash = "sha256:cf3933c98cb5e808b62fae509f74f209730b180b1e3c3954ee3f7949e083a7df"},
|
|
|
|
{file = "pydantic-1.6.1-cp37-cp37m-win_amd64.whl", hash = "sha256:f8af9b840a9074e08c0e6dc93101de84ba95df89b267bf7151d74c553d66833b"},
|
|
|
|
{file = "pydantic-1.6.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:40d765fa2d31d5be8e29c1794657ad46f5ee583a565c83cea56630d3ae5878b9"},
|
|
|
|
{file = "pydantic-1.6.1-cp38-cp38-manylinux1_i686.whl", hash = "sha256:3fa799f3cfff3e5f536cbd389368fc96a44bb30308f258c94ee76b73bd60531d"},
|
|
|
|
{file = "pydantic-1.6.1-cp38-cp38-manylinux2014_i686.whl", hash = "sha256:6c3f162ba175678218629f446a947e3356415b6b09122dcb364e58c442c645a7"},
|
|
|
|
{file = "pydantic-1.6.1-cp38-cp38-manylinux2014_x86_64.whl", hash = "sha256:eb75dc1809875d5738df14b6566ccf9fd9c0bcde4f36b72870f318f16b9f5c20"},
|
|
|
|
{file = "pydantic-1.6.1-cp38-cp38-win_amd64.whl", hash = "sha256:530d7222a2786a97bc59ee0e0ebbe23728f82974b1f1ad9a11cd966143410633"},
|
|
|
|
{file = "pydantic-1.6.1-py36.py37.py38-none-any.whl", hash = "sha256:b5b3489cb303d0f41ad4a7390cf606a5f2c7a94dcba20c051cd1c653694cb14d"},
|
|
|
|
{file = "pydantic-1.6.1.tar.gz", hash = "sha256:54122a8ed6b75fe1dd80797f8251ad2063ea348a03b77218d73ea9fe19bd4e73"},
|
|
|
|
]
|
2020-08-06 20:52:49 +02:00
|
|
|
pyparsing = [
|
|
|
|
{file = "pyparsing-2.4.7-py2.py3-none-any.whl", hash = "sha256:ef9d7589ef3c200abe66653d3f1ab1033c3c419ae9b9bdb1240a85b024efc88b"},
|
|
|
|
{file = "pyparsing-2.4.7.tar.gz", hash = "sha256:c203ec8783bf771a155b207279b9bccb8dea02d8f0c9e5f8ead507bc3246ecc1"},
|
|
|
|
]
|
|
|
|
pytest = [
|
|
|
|
{file = "pytest-5.4.3-py3-none-any.whl", hash = "sha256:5c0db86b698e8f170ba4582a492248919255fcd4c79b1ee64ace34301fb589a1"},
|
|
|
|
{file = "pytest-5.4.3.tar.gz", hash = "sha256:7979331bfcba207414f5e1263b5a0f8f521d0f457318836a7355531ed1a4c7d8"},
|
|
|
|
]
|
|
|
|
pyvcd = [
|
2020-08-08 01:55:48 +02:00
|
|
|
{file = "pyvcd-0.2.3-py2.py3-none-any.whl", hash = "sha256:d4132a03afd353e68fb2a2eb983606603f7e60091198a026fee5fb6da50bbd48"},
|
|
|
|
{file = "pyvcd-0.2.3.tar.gz", hash = "sha256:c0fd7321143e821033f59dd41fc6b0350d1533ddccd4c8fc1d1f76e21cd667de"},
|
2020-08-06 20:52:49 +02:00
|
|
|
]
|
2020-08-15 02:59:40 +02:00
|
|
|
remote-exec = [
|
|
|
|
{file = "remote-exec-1.7.0.tar.gz", hash = "sha256:ac77b2b45ee94b93d9df9973228c7c948e2057c1f8bcf98c65bd7c72fecef3ee"},
|
|
|
|
{file = "remote_exec-1.7.0-py3-none-any.whl", hash = "sha256:fe6b969fae5218f51968603e995aa49b22c3d77a5698cda679a5512e93754a07"},
|
|
|
|
]
|
2020-08-06 20:52:49 +02:00
|
|
|
six = [
|
|
|
|
{file = "six-1.15.0-py2.py3-none-any.whl", hash = "sha256:8b74bedcbbbaca38ff6d7491d76f2b06b3592611af620f8426e82dddb04a5ced"},
|
|
|
|
{file = "six-1.15.0.tar.gz", hash = "sha256:30639c035cdb23534cd4aa2dd52c3bf48f06e5f4a941509c8bafd8ce11080259"},
|
|
|
|
]
|
2020-08-15 02:59:40 +02:00
|
|
|
toml = [
|
|
|
|
{file = "toml-0.10.1-py2.py3-none-any.whl", hash = "sha256:bda89d5935c2eac546d648028b9901107a595863cb36bae0c73ac804a9b4ce88"},
|
|
|
|
{file = "toml-0.10.1.tar.gz", hash = "sha256:926b612be1e5ce0634a2ca03470f95169cf16f939018233a670519cb4ac58b0f"},
|
|
|
|
]
|
2020-08-06 20:52:49 +02:00
|
|
|
wasmtime = [
|
|
|
|
{file = "wasmtime-0.19.0-py3-none-any.whl", hash = "sha256:def3773817a8923fc71ac1d677a939685b576bc47ac0a1905541f8176eea9049"},
|
|
|
|
{file = "wasmtime-0.19.0-py3-none-macosx_10_13_x86_64.whl", hash = "sha256:843ce6e737ef97bce411a34285d10fcbf14d5834b1020a798b7b8c5de5ce60e8"},
|
|
|
|
{file = "wasmtime-0.19.0-py3-none-manylinux1_x86_64.whl", hash = "sha256:b2b761379d0ce612754437b5dea351ce7371155803dae328f5265335611af3f9"},
|
|
|
|
{file = "wasmtime-0.19.0-py3-none-win_amd64.whl", hash = "sha256:e986d1a5e9b30fc02ece9cfd55d44d01be0f4e2debd6b32cf52cee37d9b8c6a2"},
|
|
|
|
]
|
2020-08-15 02:59:40 +02:00
|
|
|
watchdog = [
|
|
|
|
{file = "watchdog-0.10.3.tar.gz", hash = "sha256:4214e1379d128b0588021880ccaf40317ee156d4603ac388b9adcf29165e0c04"},
|
|
|
|
]
|
2020-08-06 20:52:49 +02:00
|
|
|
wcwidth = [
|
|
|
|
{file = "wcwidth-0.2.5-py2.py3-none-any.whl", hash = "sha256:beb4802a9cebb9144e99086eff703a642a13d6a0052920003a230f3294bbe784"},
|
|
|
|
{file = "wcwidth-0.2.5.tar.gz", hash = "sha256:c4d647b99872929fdb7bdcaa4fbe7f01413ed3d98077df798530e5b04f116c83"},
|
|
|
|
]
|
2020-08-08 01:55:48 +02:00
|
|
|
yowasp-nextpnr-ecp5 = [
|
2020-08-15 02:59:40 +02:00
|
|
|
{file = "yowasp_nextpnr_ecp5-0.0.post2683.dev25-py3-none-any.whl", hash = "sha256:afa28b065dcf5b583df4cdeaea634af62a63ed4941ce0834989fd3aada91759c"},
|
2020-08-08 01:55:48 +02:00
|
|
|
]
|
|
|
|
yowasp-nextpnr-ecp5-25k = [
|
2020-08-15 02:59:40 +02:00
|
|
|
{file = "yowasp_nextpnr_ecp5_25k-0.0.post2683.dev25-py3-none-any.whl", hash = "sha256:666dc874015489465e92b40b0409b9980f12b7ccbc7ab7d1f69aa106f6163157"},
|
2020-08-08 01:55:48 +02:00
|
|
|
]
|
|
|
|
yowasp-nextpnr-ecp5-45k = [
|
2020-08-15 02:59:40 +02:00
|
|
|
{file = "yowasp_nextpnr_ecp5_45k-0.0.post2683.dev25-py3-none-any.whl", hash = "sha256:91eed038f4665a3b788aedbaef53405d4ad035838b14bf04d34124f4502d02af"},
|
2020-08-08 01:55:48 +02:00
|
|
|
]
|
|
|
|
yowasp-nextpnr-ecp5-85k = [
|
2020-08-15 02:59:40 +02:00
|
|
|
{file = "yowasp_nextpnr_ecp5_85k-0.0.post2683.dev25-py3-none-any.whl", hash = "sha256:93299536bc6aad1bc08e64f4d5af1538c0161abcdac6fb26d69891cddde26514"},
|
2020-08-08 01:55:48 +02:00
|
|
|
]
|
|
|
|
yowasp-nextpnr-ecp5-all = [
|
2020-08-15 02:59:40 +02:00
|
|
|
{file = "yowasp_nextpnr_ecp5_all-0.0.post2683.dev25-py3-none-any.whl", hash = "sha256:9acfb842bedf1d3bceab82255dda10c721817702fbcea59581ad71e4891f3d5e"},
|
2020-08-08 01:55:48 +02:00
|
|
|
]
|
2020-08-06 20:52:49 +02:00
|
|
|
yowasp-nextpnr-ice40 = [
|
2020-08-15 02:59:40 +02:00
|
|
|
{file = "yowasp_nextpnr_ice40-0.0.post2683.dev25-py3-none-any.whl", hash = "sha256:7bca1a2ce2d3e43f09aa846d752a390da35ef40f7b980e7b292aacc7f297fe2d"},
|
2020-08-06 20:52:49 +02:00
|
|
|
]
|
|
|
|
yowasp-nextpnr-ice40-1k = [
|
2020-08-15 02:59:40 +02:00
|
|
|
{file = "yowasp_nextpnr_ice40_1k-0.0.post2683.dev25-py3-none-any.whl", hash = "sha256:bfc638126dfc8f5108ea1b3abbcd6d35fc0a646ff1ec510d9c76a079baa78c00"},
|
2020-08-06 20:52:49 +02:00
|
|
|
]
|
|
|
|
yowasp-nextpnr-ice40-384 = [
|
2020-08-15 02:59:40 +02:00
|
|
|
{file = "yowasp_nextpnr_ice40_384-0.0.post2683.dev25-py3-none-any.whl", hash = "sha256:27ec7d283b37a2633cc66190156d644a75b479572c8f7b62c040771cf000a5cd"},
|
2020-08-06 20:52:49 +02:00
|
|
|
]
|
|
|
|
yowasp-nextpnr-ice40-5k = [
|
2020-08-15 02:59:40 +02:00
|
|
|
{file = "yowasp_nextpnr_ice40_5k-0.0.post2683.dev25-py3-none-any.whl", hash = "sha256:3255e3129a19ef6017378e251314a6d6cc2887d2a30b13e3a50b204c7eb44158"},
|
2020-08-06 20:52:49 +02:00
|
|
|
]
|
|
|
|
yowasp-nextpnr-ice40-8k = [
|
2020-08-15 02:59:40 +02:00
|
|
|
{file = "yowasp_nextpnr_ice40_8k-0.0.post2683.dev25-py3-none-any.whl", hash = "sha256:a688a3bb2e8a1e8c0327244d0176a825079ef59ce40698b48c21356efc20fc1d"},
|
2020-08-06 20:52:49 +02:00
|
|
|
]
|
|
|
|
yowasp-nextpnr-ice40-all = [
|
2020-08-15 02:59:40 +02:00
|
|
|
{file = "yowasp_nextpnr_ice40_all-0.0.post2683.dev25-py3-none-any.whl", hash = "sha256:ffb9b42f878b2b67fe9d12a344e98aa3593d31565a2543f5db2445cfcb32ed1a"},
|
2020-08-06 20:52:49 +02:00
|
|
|
]
|
|
|
|
yowasp-nextpnr-ice40-u4k = [
|
2020-08-15 02:59:40 +02:00
|
|
|
{file = "yowasp_nextpnr_ice40_u4k-0.0.post2683.dev25-py3-none-any.whl", hash = "sha256:117e3bfd700c4c8d7767554dd77d2140c0091a4b8b9365d90a1066ba85d33837"},
|
2020-08-06 20:52:49 +02:00
|
|
|
]
|
|
|
|
zipp = [
|
|
|
|
{file = "zipp-3.1.0-py3-none-any.whl", hash = "sha256:aa36550ff0c0b7ef7fa639055d797116ee891440eac1a56f378e2d3179e0320b"},
|
|
|
|
{file = "zipp-3.1.0.tar.gz", hash = "sha256:c599e4d75c98f6798c509911d08a22e6c021d074469042177c8c86fb92eefd96"},
|
|
|
|
]
|