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

v0.5.0 #54

Draft
wants to merge 34 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
8c790f2
Bumped copyright year.
Paebbels Jul 7, 2023
236b2c7
Bumped dependencies.
Paebbels Jul 15, 2023
e69d6bf
Added AddFileSet and AddFileSets to FileSet.
Paebbels Jul 29, 2023
f72bc99
Added more testcases.
Paebbels Jul 29, 2023
be640f3
Use meta-class ExtendedType for Attribute class.
Paebbels Jul 29, 2023
b31f5e2
Added assertions.
Paebbels Jul 29, 2023
38fbd4a
Updated pyproject.
Paebbels Jul 29, 2023
2e3526d
Add SystemRDL file type
Jun 18, 2023
a55ef62
Update pyEDAA/ProjectModel/__init__.py
RasmusGOlsen Jun 18, 2023
eacd482
Update pyEDAA/ProjectModel/__init__.py
RasmusGOlsen Jun 18, 2023
27377f2
Update pyEDAA/ProjectModel/__init__.py
RasmusGOlsen Jun 18, 2023
18f925e
Update Design and FileSet classes
Jun 18, 2023
1824596
Update requirements
Jul 30, 2023
cffba84
Updated coding style.
Paebbels Jul 30, 2023
d963d2a
Update requirements.txt
Paebbels Jul 30, 2023
6bf6d06
Add SystemRDL file type
Paebbels Jul 30, 2023
2040977
Documented dependency to pySystemRDLModel.
Paebbels Jul 30, 2023
a8190bd
Fixed InterSphinx configuration.
Paebbels Aug 13, 2023
d31a552
Bumped dependencies.
Paebbels Aug 13, 2023
af99dd9
Check for duplicates.
Paebbels Aug 13, 2023
0860fd0
Improved type hints.
Paebbels Aug 13, 2023
4d24e04
Marked mixin-classes as mixin.
Paebbels Aug 13, 2023
a3b0fcc
Changed behavior of __len__ and added multiple ***Count properties.
Paebbels Aug 13, 2023
3b64c32
Adjusted code to the updated pySVModel behavior for VerilogVersion vs…
Paebbels Aug 13, 2023
0544e19
Added missing code for latest SystemRDL additions.
Paebbels Aug 13, 2023
06fe732
Added missing type hint.
Paebbels Aug 13, 2023
f88a638
Added constraints for package dependencies.
Paebbels Aug 21, 2023
644a1d3
Added unit tests for file duplicates.
Paebbels Aug 21, 2023
51ffd20
Improved doc-string for attribute handling on FileSet.
Paebbels Aug 21, 2023
bd45b06
Testing attributes in FileSet.
Paebbels Aug 21, 2023
36fff0e
Added __delitem__ on FileSet.
Paebbels Aug 21, 2023
c61f44d
Improved Attribute testcases on FileSets.
Paebbels Aug 21, 2023
2655010
Reworked attributes also in other classes.
Paebbels Aug 24, 2023
3d65107
Added more test cases.
Paebbels Aug 24, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions dist/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
wheel>=0.38.1
twine
wheel >= 0.40.0
twine >= 4.0.2
54 changes: 29 additions & 25 deletions doc/Dependency.rst

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@
extlinks = {
"ghissue": ('https://github.com/edaa-org/pyEDAA.ProjectModel/issues/%s', 'issue #'),
"ghpull": ('https://github.com/edaa-org/pyEDAA.ProjectModel/pull/%s', 'pull request #'),
"ghsrc": ('https://github.com/edaa-org/pyEDAA.ProjectModel/blob/main/%s', ''),
"ghsrc": ('https://github.com/edaa-org/pyEDAA.ProjectModel/blob/main/%s', None),
}


Expand Down
2 changes: 1 addition & 1 deletion pyEDAA/ProjectModel/Altera/Quartus.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# #
# License: #
# ==================================================================================================================== #
# Copyright 2017-2022 Patrick Lehmann - Boetzingen, Germany #
# Copyright 2017-2023 Patrick Lehmann - Boetzingen, Germany #
# #
# Licensed under the Apache License, Version 2.0 (the "License"); #
# you may not use this file except in compliance with the License. #
Expand Down
2 changes: 1 addition & 1 deletion pyEDAA/ProjectModel/Altera/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# #
# License: #
# ==================================================================================================================== #
# Copyright 2017-2022 Patrick Lehmann - Boetzingen, Germany #
# Copyright 2017-2023 Patrick Lehmann - Boetzingen, Germany #
# #
# Licensed under the Apache License, Version 2.0 (the "License"); #
# you may not use this file except in compliance with the License. #
Expand Down
2 changes: 1 addition & 1 deletion pyEDAA/ProjectModel/Attributes.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# #
# License: #
# ==================================================================================================================== #
# Copyright 2017-2022 Patrick Lehmann - Boetzingen, Germany #
# Copyright 2017-2023 Patrick Lehmann - Boetzingen, Germany #
# #
# Licensed under the Apache License, Version 2.0 (the "License"); #
# you may not use this file except in compliance with the License. #
Expand Down
2 changes: 1 addition & 1 deletion pyEDAA/ProjectModel/GHDL.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# #
# License: #
# ==================================================================================================================== #
# Copyright 2017-2022 Patrick Lehmann - Boetzingen, Germany #
# Copyright 2017-2023 Patrick Lehmann - Boetzingen, Germany #
# #
# Licensed under the Apache License, Version 2.0 (the "License"); #
# you may not use this file except in compliance with the License. #
Expand Down
2 changes: 1 addition & 1 deletion pyEDAA/ProjectModel/Intel/QuartusPrime.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# #
# License: #
# ==================================================================================================================== #
# Copyright 2017-2022 Patrick Lehmann - Boetzingen, Germany #
# Copyright 2017-2023 Patrick Lehmann - Boetzingen, Germany #
# #
# Licensed under the Apache License, Version 2.0 (the "License"); #
# you may not use this file except in compliance with the License. #
Expand Down
2 changes: 1 addition & 1 deletion pyEDAA/ProjectModel/Intel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# #
# License: #
# ==================================================================================================================== #
# Copyright 2017-2022 Patrick Lehmann - Boetzingen, Germany #
# Copyright 2017-2023 Patrick Lehmann - Boetzingen, Germany #
# #
# Licensed under the Apache License, Version 2.0 (the "License"); #
# you may not use this file except in compliance with the License. #
Expand Down
2 changes: 1 addition & 1 deletion pyEDAA/ProjectModel/MentorGraphics/ModelSim.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# #
# License: #
# ==================================================================================================================== #
# Copyright 2017-2022 Patrick Lehmann - Boetzingen, Germany #
# Copyright 2017-2023 Patrick Lehmann - Boetzingen, Germany #
# #
# Licensed under the Apache License, Version 2.0 (the "License"); #
# you may not use this file except in compliance with the License. #
Expand Down
2 changes: 1 addition & 1 deletion pyEDAA/ProjectModel/MentorGraphics/QuestaSim.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# #
# License: #
# ==================================================================================================================== #
# Copyright 2017-2022 Patrick Lehmann - Boetzingen, Germany #
# Copyright 2017-2023 Patrick Lehmann - Boetzingen, Germany #
# #
# Licensed under the Apache License, Version 2.0 (the "License"); #
# you may not use this file except in compliance with the License. #
Expand Down
2 changes: 1 addition & 1 deletion pyEDAA/ProjectModel/MentorGraphics/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# #
# License: #
# ==================================================================================================================== #
# Copyright 2017-2022 Patrick Lehmann - Boetzingen, Germany #
# Copyright 2017-2023 Patrick Lehmann - Boetzingen, Germany #
# #
# Licensed under the Apache License, Version 2.0 (the "License"); #
# you may not use this file except in compliance with the License. #
Expand Down
2 changes: 1 addition & 1 deletion pyEDAA/ProjectModel/OSVVM.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# #
# License: #
# ==================================================================================================================== #
# Copyright 2017-2022 Patrick Lehmann - Boetzingen, Germany #
# Copyright 2017-2023 Patrick Lehmann - Boetzingen, Germany #
# #
# Licensed under the Apache License, Version 2.0 (the "License"); #
# you may not use this file except in compliance with the License. #
Expand Down
2 changes: 1 addition & 1 deletion pyEDAA/ProjectModel/Verilog.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# #
# License: #
# ==================================================================================================================== #
# Copyright 2017-2022 Patrick Lehmann - Boetzingen, Germany #
# Copyright 2017-2023 Patrick Lehmann - Boetzingen, Germany #
# #
# Licensed under the Apache License, Version 2.0 (the "License"); #
# you may not use this file except in compliance with the License. #
Expand Down
2 changes: 1 addition & 1 deletion pyEDAA/ProjectModel/Xilinx/ISE.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# #
# License: #
# ==================================================================================================================== #
# Copyright 2017-2022 Patrick Lehmann - Boetzingen, Germany #
# Copyright 2017-2023 Patrick Lehmann - Boetzingen, Germany #
# #
# Licensed under the Apache License, Version 2.0 (the "License"); #
# you may not use this file except in compliance with the License. #
Expand Down
2 changes: 1 addition & 1 deletion pyEDAA/ProjectModel/Xilinx/Vivado.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# #
# License: #
# ==================================================================================================================== #
# Copyright 2017-2022 Patrick Lehmann - Boetzingen, Germany #
# Copyright 2017-2023 Patrick Lehmann - Boetzingen, Germany #
# #
# Licensed under the Apache License, Version 2.0 (the "License"); #
# you may not use this file except in compliance with the License. #
Expand Down
2 changes: 1 addition & 1 deletion pyEDAA/ProjectModel/Xilinx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# #
# License: #
# ==================================================================================================================== #
# Copyright 2017-2022 Patrick Lehmann - Boetzingen, Germany #
# Copyright 2017-2023 Patrick Lehmann - Boetzingen, Germany #
# #
# Licensed under the Apache License, Version 2.0 (the "License"); #
# you may not use this file except in compliance with the License. #
Expand Down
Loading
Loading