Skip to content

Commit

Permalink
Versions => 6.0.0rc0
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-fritchman committed May 24, 2024
1 parent bdfbba8 commit 482dd12
Show file tree
Hide file tree
Showing 14 changed files with 70 additions and 78 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD 3-Clause License

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

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion SampleSitePdks/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD 3-Clause License

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

Redistribution and use in source and binary forms, with or without
Expand Down
34 changes: 16 additions & 18 deletions SampleSitePdks/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,24 +1,22 @@
[project]
name = "sitepdks"
version = "5.0.0"
description="PDK Installations on THIS Machine"
description = "PDK Installations on THIS Machine"
version = "6.0.0rc0" # VLSIR_VERSION
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",
"hdl21>=6.0.0rc0,<7", # VLSIR_VERSION
"sky130-hdl21>=6.0.0rc0,<7", # VLSIR_VERSION
"gf180-hdl21>=6.0.0rc0,<7", # VLSIR_VERSION
"asap7-hdl21>=6.0.0rc0,<7", # VLSIR_VERSION
]
requires-python = ">=3.7, <3.13"
maintainers = [
{name = "Dan Fritchman", email = "[email protected]"},
]
maintainers = [{ name = "Dan Fritchman", email = "[email protected]" }]
authors = [
{name = "Dan Fritchman", email = "[email protected]"},
{name = "Curtis Mayberry", email = "[email protected]"},
{ name = "Dan Fritchman", email = "[email protected]" },
{ name = "Curtis Mayberry", email = "[email protected]" },
]

readme = "readme.md"
license = {file = "LICENSE"}
license = { file = "LICENSE" }
keywords = ["HDL", "EDA", "analog", "circuit"]
classifiers = [
"Development Status :: 4 - Beta",
Expand All @@ -28,12 +26,12 @@ classifiers = [

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

[project.urls]
Expand Down
2 changes: 1 addition & 1 deletion hdl21/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Hdl21 Hardware Description Library
"""

__version__ = "5.0.0" # NOTE: VLSIR_VERSION
__version__ = "6.0.0rc0" # VLSIR_VERSION

# Internal (python) module aliases, overridden by names such as the `module` decorator function.
from . import module as _module_module
Expand Down
2 changes: 1 addition & 1 deletion hdl21/tests/test_hdl21.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@


def test_version():
assert h.__version__ == "5.0.0" # NOTE: VLSIR_VERSION
assert h.__version__ == "6.0.0rc0" # VLSIR_VERSION


def test_module1():
Expand Down
2 changes: 1 addition & 1 deletion pdks/Asap7/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD 3-Clause License

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

Redistribution and use in source and binary forms, with or without
Expand Down
30 changes: 14 additions & 16 deletions pdks/Asap7/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,22 +1,20 @@
[project]
name = "asap7-hdl21"
version = "5.0.0"
description="ASAP7 PDK Package for Hdl21"
description = "ASAP7 PDK Package for Hdl21"
version = "6.0.0rc0" # VLSIR_VERSION
dependencies = [
"hdl21 >= 5.0.0,<6.0.0",
"hdl21>=6.0.0rc0,<7", # VLSIR_VERSION
]
requires-python = ">=3.7, <3.13"
maintainers = [
{name = "Dan Fritchman", email = "[email protected]"},
]
maintainers = [{ name = "Dan Fritchman", email = "[email protected]" }]
authors = [
{name = "Dan Fritchman", email = "[email protected]"},
{name = "Thomas Pluck"},
{name = "Curtis Mayberry", email = "[email protected]"},
{ name = "Dan Fritchman", email = "[email protected]" },
{ name = "Thomas Pluck" },
{ name = "Curtis Mayberry", email = "[email protected]" },
]

readme = "readme.md"
license = {file = "LICENSE"}
license = { file = "LICENSE" }
keywords = ["PDK", "EDA", "analog", "circuit"]
classifiers = [
"Development Status :: 4 - Beta",
Expand All @@ -26,12 +24,12 @@ classifiers = [

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

[project.urls]
Expand Down
2 changes: 1 addition & 1 deletion pdks/Gf180/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD 3-Clause License

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

Redistribution and use in source and binary forms, with or without
Expand Down
4 changes: 2 additions & 2 deletions pdks/Gf180/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[project]
name = "gf180-hdl21"
version = "5.0.0"
description="Global Foundries 180nm MCU PDK Package for Hdl21"
version = "6.0.0rc0" # VLSIR_VERSION
dependencies = [
"hdl21 >= 5.0.0,<6.0.0",
"hdl21>=6.0.0rc0,<7", # VLSIR_VERSION
]
requires-python = ">=3.7, <3.13"
maintainers = [
Expand Down
18 changes: 9 additions & 9 deletions pdks/PdkTemplate/{{cookiecutter.repo_name}}/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[project]
name = "{{ cookiecutter.pypi_name }}"
description = "{{ cookiecutter.pdk_name }} PDK Package for Hdl21"
version = "{{cookiecutter.version}}"
description="{{ cookiecutter.pdk_name }} PDK Package for Hdl21"
dependencies = [
"hdl21 >= 5.0.0,<6.0.0",
"hdl21>=6.0.0rc0,<7", # VLSIR_VERSION
]
requires-python = ">=3.7, <3.13"

readme = "readme.md"
license = {file = "LICENSE"}
license = { file = "LICENSE" }
keywords = ["PDK", "EDA", "analog", "circuit"]
classifiers = [
"Development Status :: 4 - Beta",
Expand All @@ -18,12 +18,12 @@ classifiers = [

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

[build-system]
Expand Down
2 changes: 1 addition & 1 deletion pdks/Sky130/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD 3-Clause License

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

Redistribution and use in source and binary forms, with or without
Expand Down
4 changes: 2 additions & 2 deletions pdks/Sky130/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[project]
name = "sky130-hdl21"
version = "5.0.0"
description="SkyWater 130nm PDK Package for Hdl21"
version = "6.0.0rc0" # VLSIR_VERSION
dependencies = [
"hdl21 >= 5.0.0,<6.0.0",
"hdl21>=6.0.0rc0,<7", # VLSIR_VERSION
]
requires-python = ">=3.7, <3.13"
maintainers = [
Expand Down
42 changes: 20 additions & 22 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,28 +1,26 @@
[project]
name = "hdl21"
version = "5.0.0"
description="Hardware Description Library"
description = "Hardware Description Library"
version = "6.0.0rc0" # VLSIR_VERSION
dependencies = [
"vlsir >= 5.0.0,<6.0.0",
"vlsirtools >= 5.0.0,<6.0.0",
"pydantic>=1.9.0,<2.7",
"vlsir>=6.0.0rc0,<7", # VLSIR_VERSION
"vlsirtools>=6.0.0rc0,<7", # VLSIR_VERSION
"pydantic>=1.9.0,<2.7",
]
requires-python = ">=3.7, <3.13"
maintainers = [
{name = "Dan Fritchman", email = "[email protected]"},
]
maintainers = [{ name = "Dan Fritchman", email = "[email protected]" }]
authors = [
{name = "Dan Fritchman", email = "[email protected]"},
{name = "Thomas Pluck"},
{name = "Kennedy Caisley"},
{name = "Zeyi Wang"},
{name = "Arya Reais-Parsi"},
{name = "Vighnesh Iyer"},
{name = "Curtis Mayberry", email = "[email protected]"},
{ name = "Dan Fritchman", email = "[email protected]" },
{ name = "Thomas Pluck" },
{ name = "Kennedy Caisley" },
{ name = "Zeyi Wang" },
{ name = "Arya Reais-Parsi" },
{ name = "Vighnesh Iyer" },
{ name = "Curtis Mayberry", email = "[email protected]" },
]

readme = "readme.md"
license = {file = "LICENSE"}
license = { file = "LICENSE" }
keywords = ["HDL", "EDA", "analog", "circuit"]
classifiers = [
"Development Status :: 4 - Beta",
Expand All @@ -32,12 +30,12 @@ classifiers = [

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

[project.urls]
Expand Down
2 changes: 0 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -1272,8 +1272,6 @@ There are lots of other very cool hardware-description projects out there which
```
$ pytest -s
============================ test session starts =============================
platform darwin -- Python 3.10.0, pytest-7.1.2, pluggy-1.0.0
plugins: anyio-3.5.0, cov-3.0.0
collected 126 items
hdl21/pdk/test_pdk.py ...
Expand Down

0 comments on commit 482dd12

Please sign in to comment.