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.3.0 #21

Draft
wants to merge 42 commits into
base: main
Choose a base branch
from
Draft

v0.3.0 #21

wants to merge 42 commits into from

Conversation

Paebbels
Copy link
Member

@Paebbels Paebbels commented Jul 21, 2024

New Features

  • Added some support for FreeBSD:
    • ghdl
    • gtkwave
    • docker
  • New ToolMixin class.
  • New CLIToolException class.
  • Parse GHDL's version from tool output and convert into a structured data object.
  • New methods on GHDL to call ghdl help and ghdl version.
    • GHDL.Help()
    • GHDL.Version()
      Returns a GHDLVersion instance.

Changes

  • Bumped dependencies.
  • Renamed GHDL.OptionPath to GHDL.OptionPaths.
  • Improved type hints.

Bug Fixes

  • Renamed copy&paste error FlagSyntesisBindingRule to FlagUnused.
  • Renamed copy&paste error FlagSyntesisBindingRule to FlagError.

Testing

  • Added a small VHDL test project.
  • Testing the GHDL abstraction.

Documentation

  • Switched from BuildTheDocs theme back to ReadTheDocs theme with custom modifications.
  • Reworked installation instructions page.
  • Reworked dependency page.
  • Added documentation coverage report.
  • Added glossary.
  • Updated autoapi template.

Pipeline / Packageing

  • Updated GitHub Actions pipeline.

Related PRs:

None

@Paebbels Paebbels self-assigned this Jul 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant