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

VHDL support for sonar scanner #25

Open
wants to merge 32 commits into
base: develop
Choose a base branch
from
Open

Conversation

LeFl0w
Copy link

@LeFl0w LeFl0w commented Feb 8, 2021

Proposed changes

This update includes additionnal features needed to scan VHDL projects:

  • An eclipse with vhdl rulechecker is installed. This eclipse needed a x server which is based on Xvfb.
    To allow launch of the fake display ahead of scanner analysis a new entrypoint was created for the image.
    This new entrypoint (kickstartfakedisplay.sh) launch Xvfb and pass every parameters to the default entrypoint.sh
  • ghdl (VHDL simulator) is added (compiled from github sources) to be able to run vhdl test bench coverage
  • yosys (open source synthetizer) is added (compiled from github sources) to be able to run new vhdl rules.
  • ghdl plugin for yosys is added (compiled from github sources) to include VHDL support to yosys.
    As soon as tests are converted to pytests, tests will be added to check vhdl feature.

Types of changes

Scanner includes softwares needed for VHDL analysis.
Readme was improved to help debugging docker VM.

  • Bugfix (non-breaking change which fixes an issue)
  • [x ] New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • [ x] Documentation Update (if none of the other choices apply)

Issues closed by changes

List here all issues closed by your changes. Use a list of items like - [x] Close #0

  • Close #0

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.

  • [x ] I have read the CONTRIBUTING doc
  • [ x] I agree with the CODE OF CONDUCT
  • Lint and unit tests pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • [ x] I have added necessary documentation (if appropriate)
  • [x ] Any dependent changes have been merged and published in downstream modules

LeFl0w and others added 30 commits October 7, 2020 07:48
forward scripts argument from kickstart to entrypoint.sh
Copy link

sonarqubecloud bot commented Jun 3, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant