Git Product home page Git Product logo

Comments (6)

jeremiah-c-leary avatar jeremiah-c-leary commented on July 3, 2024

Evening @maltaisn ,

The prefix and suffix exceptions are applied at the same time. So the configuration you have would be checking the following:

  P_comp_S : component comp
    port map (
      a => a,
      b => b
    );

Since your first instantiation is missing the suffix _S it is considered a violation.
The second instance is missing the prefix _P so it is also considered a violation.

I scanned the documentation and there is nothing that covers using both prefix and suffix exceptions at the same time.

The question is, how would you like to proceed?

--Jeremy

from vhdl-style-guide.

maltaisn avatar maltaisn commented on July 3, 2024

I would have expected the check to succeed if either a prefix is present, a suffix, or one of both.

from vhdl-style-guide.

Benito-E avatar Benito-E commented on July 3, 2024

@maltaisn This is a comment from an outside of what you're working on, but I believe it wouldn't be impossible to create a rule that enforces one of both. There are two base rules (rules that are the foundation for many of the full set of VSG's built in rules) that manage prefix and suffix rules: vsg.rules.token_prefix.py and vsg.rules.token_suffix.py. While the standard way to create a rule usually involves extending your rule off of one of these base rules, in order to capture the functionality of both of these rules, you could create a unique rule that instantiates both these rules as objects, runs their analysis manually, and adds violations based on the violations present within those objects.

--Benito

from vhdl-style-guide.

jeremiah-c-leary avatar jeremiah-c-leary commented on July 3, 2024

Evening @maltaisn and @Benito-E ,

I reviewed the implementation and I believe the best course of action would be to update the prefix/suffix base rule to check for all permutations of prefix and suffix exceptions if both are defined. I should have considered those permutations when I first added the exceptions.

I have pushed an update for this to issue-1177 branch. When you get a chance could you check it out on your end and let me know if it is working for you?

Thanks,

--Jeremy

from vhdl-style-guide.

maltaisn avatar maltaisn commented on July 3, 2024

It works for me, thanks!

from vhdl-style-guide.

jeremiah-c-leary avatar jeremiah-c-leary commented on July 3, 2024

Awesome I will merge this to master.

from vhdl-style-guide.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.