Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test of whats wrong with #219 #221

Closed
wants to merge 13 commits into from
29 changes: 29 additions & 0 deletions SampleSitePdks/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
BSD 3-Clause License

Copyright (c) 2021, Dan Fritchman
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.

3. Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
53 changes: 53 additions & 0 deletions SampleSitePdks/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
[project]
name = "hdl21-sitepdks"
version = "5.0.0"
description="PDK Installations on THIS Machine"
dependencies = [
"hdl21 >= 5.0.0,<6.0.0",
"sky130-hdl21 >= 5.0.0,<6.0.0",
"gf180-hdl21 >= 5.0.0,<6.0.0",
"asap7-hdl21 >= 5.0.0,<6.0.0",
]
requires-python = ">=3.7, <3.13"
maintainers = [
{name = "Dan Fritchman", email = "[email protected]"},
]
authors = [
{name = "Dan Fritchman", email = "[email protected]"},
{name = "Curtis Mayberry", email = "[email protected]"},
]

readme = "readme.md"
license = {file = "LICENSE"}
keywords = ["HDL", "EDA", "analog", "circuit"]
classifiers = [
"Development Status :: 4 - Beta",
"Programming Language :: Python",
"Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)",
]

[project.optional-dependencies]
dev = [
"pytest==7.1",
"coverage",
"pytest-cov",
"pre-commit==2.20",
"black==22.6",
"flit",
]

[project.urls]
Homepage = "https://github.com/dan-fritchman/Hdl21"
Documentation = "https://github.com/dan-fritchman/Hdl21/blob/main/readme.md"
Repository = "https://github.com/dan-fritchman/Hdl21"
"Bug Tracker" = "https://github.com/dan-fritchman/Hdl21/issues"

[build-system]
requires = ["flit_core >=3.2,<4"]
build-backend = "flit_core.buildapi"

[tool.flit.module]
name = "sitepdks"

[tool.pytest.ini_options]
addopts = "--ignore=pdks/PdkTemplate"
38 changes: 0 additions & 38 deletions SampleSitePdks/setup.py

This file was deleted.

29 changes: 29 additions & 0 deletions pdks/Asap7/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
BSD 3-Clause License

Copyright (c) 2021, Dan Fritchman
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.

3. Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
51 changes: 51 additions & 0 deletions pdks/Asap7/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
[project]
name = "asap7-hdl21"
version = "5.0.0"
description="ASAP7 PDK Package for Hdl21"
dependencies = [
"hdl21 >= 5.0.0,<6.0.0",
]
requires-python = ">=3.7, <3.13"
maintainers = [
{name = "Dan Fritchman", email = "[email protected]"},
]
authors = [
{name = "Dan Fritchman", email = "[email protected]"},
{name = "Thomas Pluck"},
{name = "Curtis Mayberry", email = "[email protected]"},
]

readme = "readme.md"
license = {file = "LICENSE"}
keywords = ["PDK", "EDA", "analog", "circuit"]
classifiers = [
"Development Status :: 4 - Beta",
"Programming Language :: Python",
"Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)",
]

[project.optional-dependencies]
dev = [
"pytest==7.1",
"coverage",
"pytest-cov",
"pre-commit==2.20",
"black==22.6",
"flit",
]

[project.urls]
Homepage = "https://github.com/dan-fritchman/Hdl21"
Documentation = "https://github.com/dan-fritchman/Hdl21/blob/main/pdks/Asap7/readme.md"
Repository = "https://github.com/dan-fritchman/Hdl21"
"Bug Tracker" = "https://github.com/dan-fritchman/Hdl21/issues"

[build-system]
requires = ["flit_core >=3.2,<4"]
build-backend = "flit_core.buildapi"

[tool.flit.module]
name = "asap7_hdl21"

[tool.pytest.ini_options]
addopts = "--ignore=pdks/PdkTemplate"
32 changes: 0 additions & 32 deletions pdks/Asap7/setup.py

This file was deleted.

29 changes: 29 additions & 0 deletions pdks/Gf180/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
BSD 3-Clause License

Copyright (c) 2021, Dan Fritchman
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.

3. Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
51 changes: 51 additions & 0 deletions pdks/Gf180/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
[project]
name = "gf180-hdl21"
version = "5.0.0"
description="Global Foundries 180nm MCU PDK Package for Hdl21"
dependencies = [
"hdl21 >= 5.0.0,<6.0.0",
]
requires-python = ">=3.7, <3.13"
maintainers = [
{name = "Dan Fritchman", email = "[email protected]"},
]
authors = [
{name = "Dan Fritchman", email = "[email protected]"},
{name = "Thomas Pluck"},
{name = "Curtis Mayberry", email = "[email protected]"},
]

readme = "readme.md"
license = {file = "LICENSE"}
keywords = ["PDK", "EDA", "analog", "circuit"]
classifiers = [
"Development Status :: 4 - Beta",
"Programming Language :: Python",
"Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)",
]

[project.optional-dependencies]
dev = [
"pytest==7.1",
"coverage",
"pytest-cov",
"pre-commit==2.20",
"black==22.6",
"flit",
]

[project.urls]
Homepage = "https://github.com/dan-fritchman/Hdl21"
Documentation = "https://github.com/dan-fritchman/Hdl21/blob/main/pdks/Gf180/readme.md"
Repository = "https://github.com/dan-fritchman/Hdl21"
"Bug Tracker" = "https://github.com/dan-fritchman/Hdl21/issues"

[build-system]
requires = ["flit_core >=3.2,<4"]
build-backend = "flit_core.buildapi"

[tool.flit.module]
name = "gf180_hdl21"

[tool.pytest.ini_options]
addopts = "--ignore=pdks/PdkTemplate"
32 changes: 0 additions & 32 deletions pdks/Gf180/setup.py

This file was deleted.

37 changes: 37 additions & 0 deletions pdks/PdkTemplate/{{cookiecutter.repo_name}}/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[project]
name = "{{ cookiecutter.pypi_name }}"
version = "{{cookiecutter.version}}"
description="{{ cookiecutter.pdk_name }} PDK Package for Hdl21"
dependencies = [
"hdl21 >= 5.0.0,<6.0.0",
]
requires-python = ">=3.7, <3.13"

readme = "readme.md"
license = {file = "LICENSE"}
keywords = ["PDK", "EDA", "analog", "circuit"]
classifiers = [
"Development Status :: 4 - Beta",
"Programming Language :: Python",
"Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)",
]

[project.optional-dependencies]
dev = [
"pytest==7.1",
"coverage",
"pytest-cov",
"pre-commit==2.20",
"black==22.6",
"flit",
]

[build-system]
requires = ["flit_core >=3.2,<4"]
build-backend = "flit_core.buildapi"

[tool.flit.module]
name = "{{cookiecutter.pdk_name}}"

[tool.pytest.ini_options]
addopts = "--ignore=pdks/PdkTemplate"
35 changes: 0 additions & 35 deletions pdks/PdkTemplate/{{cookiecutter.repo_name}}/setup.py

This file was deleted.

29 changes: 29 additions & 0 deletions pdks/Sky130/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
BSD 3-Clause License

Copyright (c) 2021, Dan Fritchman
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.

3. Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
51 changes: 51 additions & 0 deletions pdks/Sky130/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
[project]
name = "sky130-hdl21"
version = "5.0.0"
description="SkyWater 130nm PDK Package for Hdl21"
dependencies = [
"hdl21 >= 5.0.0,<6.0.0",
]
requires-python = ">=3.7, <3.13"
maintainers = [
{name = "Dan Fritchman", email = "dan@fritch.mn"},
]
authors = [
{name = "Dan Fritchman", email = "dan@fritch.mn"},
{name = "Thomas Pluck"},
{name = "Curtis Mayberry", email = "Curtisma3@gmail.com"},
]

readme = "readme.md"
license = {file = "LICENSE"}
keywords = ["PDK", "EDA", "analog", "circuit"]
classifiers = [
"Development Status :: 4 - Beta",
"Programming Language :: Python",
"Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)",
]

[project.optional-dependencies]
dev = [
"pytest==7.1",
"coverage",
"pytest-cov",
"pre-commit==2.20",
"black==22.6",
"flit",
]

[project.urls]
Homepage = "https://github.com/dan-fritchman/Hdl21"
Documentation = "https://github.com/dan-fritchman/Hdl21/blob/main/pdks/Sky130/readme.md"
Repository = "https://github.com/dan-fritchman/Hdl21"
"Bug Tracker" = "https://github.com/dan-fritchman/Hdl21/issues"

[build-system]
requires = ["flit_core >=3.2,<4"]
build-backend = "flit_core.buildapi"

[tool.flit.module]
name = "sky130_hdl21"

[tool.pytest.ini_options]
addopts = "--ignore=pdks/PdkTemplate"
32 changes: 0 additions & 32 deletions pdks/Sky130/setup.py

This file was deleted.

57 changes: 57 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
[project]
name = "hdl21"
version = "5.0.0"
description="Hardware Description Library"
dependencies = [
"vlsir >= 5.0.0,<6.0.0",
"vlsirtools >= 5.0.0,<6.0.0",
"pydantic>=1.9.0,<2.7",
]
requires-python = ">=3.7, <3.13"
maintainers = [
{name = "Dan Fritchman", email = "dan@fritch.mn"},
]
authors = [
{name = "Dan Fritchman", email = "dan@fritch.mn"},
{name = "Thomas Pluck"},
{name = "Kennedy Caisley"},
{name = "Zeyi Wang"},
{name = "Arya Reais-Parsi"},
{name = "Vighnesh Iyer"},
{name = "Curtis Mayberry", email = "Curtisma3@gmail.com"},
]

readme = "readme.md"
license = {file = "LICENSE"}
keywords = ["HDL", "EDA", "analog", "circuit"]
classifiers = [
"Development Status :: 4 - Beta",
"Programming Language :: Python",
"Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)",
]

[project.optional-dependencies]
dev = [
"pytest==7.1",
"coverage",
"pytest-cov",
"pre-commit==2.20",
"black==22.6",
"flit",
]

[project.urls]
Homepage = "https://github.com/dan-fritchman/Hdl21"
Documentation = "https://github.com/dan-fritchman/Hdl21/blob/main/readme.md"
Repository = "https://github.com/dan-fritchman/Hdl21"
"Bug Tracker" = "https://github.com/dan-fritchman/Hdl21/issues"

[build-system]
requires = ["flit_core >=3.2,<4"]
build-backend = "flit_core.buildapi"

[tool.flit.module]
name = "hdl21"

[tool.pytest.ini_options]
addopts = "--ignore=pdks/PdkTemplate"
2 changes: 0 additions & 2 deletions pytest.ini

This file was deleted.

50 changes: 0 additions & 50 deletions setup.py

This file was deleted.