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.1.0 #5

Merged
merged 57 commits into from
Jan 9, 2022
Merged

v0.1.0 #5

merged 57 commits into from
Jan 9, 2022

Conversation

Paebbels
Copy link
Member

@Paebbels Paebbels commented Dec 28, 2021

New Features

  • Added editorconfig
  • Added pyCharm project files.
  • Enabled GHA workflow based on pyTooling/Actions.
  • Added a (partial) program description based on pyTooling.CLIAbstraction.
    • GHDL
    • Docker
    • GTKWave
    • ModelSim
    • Active-HDL
    • Riviera-PRO
    • Quartus
    • Diamond
    • ISE
    • Vivado
  • Added a list of supported and planned tool abstractions.
  • Added a merged variant of "GHDL in Docker"
  • Added Methods to derive GHDL variants (analyze, elaborate, simulate).
  • Added a matching simple test case for the GHDL program class.
  • Added setup.py for packaging.
  • Basic documentation incl.
    • Installation instructions
    • Dependencies
    • Goals / features
    • Updated navigation bar
    • Links to reports (coverage, static typing)
    • License

Changes

  • Use DEFAULT_CLASSIFIERS in setup.py.
  • Added option -P<dir> to GHDL.

Bug Fixes

None


Related PRs:

@Paebbels
Copy link
Member Author

Needed fixes:

  • bring environment variables into unit test jobs (e.g. GHDL_PREFIX)
  • Install test tools like GHDL and Docker

@Paebbels
Copy link
Member Author

Paebbels commented Jan 9, 2022

@umarcor I brought circa 90% of the CLI tools from pyIPCMI to here.

Missing tools are:

  • Bash (needed by ISE and Vivado to detect environment modifications done by scripts like settings64.sh)
  • make (cocotb - maybe outdated)
  • Git (for reading version information/tags from Git history)
  • lcov (code coverage for GHDL)
  • genhtml (code coverage report for GHDL)

@Paebbels Paebbels marked this pull request as ready for review January 9, 2022 20:45
@Paebbels Paebbels requested a review from umarcor January 9, 2022 20:45
@umarcor umarcor added documentation Improvements or additions to documentation enhancement New feature or request labels Jan 9, 2022
Copy link
Member

@umarcor umarcor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@umarcor umarcor merged commit 2fd5104 into main Jan 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Development

Successfully merging this pull request may close these issues.

2 participants