Release created on: 03.11.2024 - 22:20:39
New Features
- Added methods
AddFileSet
andAddFileSets
toFileSet
andDesign
. - Added properties
FileSetCount
andTotalFileSetCount
toFileSet
andDesign
. - Added properties
FileCount
andTotalFileCount
toFileSet
andDesign
. - Added
SRDLVersion
property toFileSet
,Design
andProject
. - Added property
FileCount
toVHDLLibrary
. - Added SystemRDL file type.
(See #48 contributed by @RasmusGOlsen)- New dependency to pySystemRDLModel
- Reworked (System-)Verilog related file types.
Changes
- Bumped dependencies.
- Use meta-class
ExtendedType
for classAttribute
. - Added more testcases.
- Updated pyproject file.
Bug Fixes
None
Unit Tests
- Use new pipeline template.