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

Add VhdlParameterType class to support vector and array parameter types #18

Open
wants to merge 29 commits into
base: master
Choose a base branch
from

Commits on Jul 11, 2019

  1. Add entity parsing

    andresmanelli committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    3ea3709 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21b54a6 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2020

  1. Add line comments to port definitions

    Katharina Ceesay-Seitz committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    1ed7497 View commit details
    Browse the repository at this point in the history
  2. Destinguish between line comments for ports of the same type and for …

    …the whole port list
    Katharina Ceesay-Seitz committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    a084521 View commit details
    Browse the repository at this point in the history
  3. Make it Python3 friendly

    Katharina Ceesay-Seitz committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    8a6530d View commit details
    Browse the repository at this point in the history
  4. Add comment for param_desc attribute of class VhdlParameter

    Katharina Ceesay-Seitz committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    1b30856 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2020

  1. Add VhdlParameterType class to support vector and array parameter types

    Katharina Ceesay-Seitz committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    3ad47d9 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2020

  1. Support end entity with entity keyword and name

    Katharina Ceesay-Seitz committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    2350416 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'portLineComments' into VhdlParameterType

    Katharina Ceesay-Seitz committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    6c34c15 View commit details
    Browse the repository at this point in the history
  3. Improve pattern for array_range_val

    Katharina Ceesay-Seitz committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    fc49016 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2020

  1. Merge pull request andresmanelli#4 from andresmanelli/entity

     Add entity parsing
    andresmanelli authored Dec 9, 2020
    Configuration menu
    Copy the full SHA
    488464b View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2020

  1. Add line comments to port definitions

    Katharina Ceesay-Seitz committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    e57858f View commit details
    Browse the repository at this point in the history
  2. Destinguish between line comments for ports of the same type and for …

    …the whole port list
    Katharina Ceesay-Seitz committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    c5cf594 View commit details
    Browse the repository at this point in the history
  3. Make it Python3 friendly

    Katharina Ceesay-Seitz committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    0224b76 View commit details
    Browse the repository at this point in the history
  4. Add comment for param_desc attribute of class VhdlParameter

    Katharina Ceesay-Seitz committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    d980827 View commit details
    Browse the repository at this point in the history
  5. Support end entity with entity keyword and name

    Katharina Ceesay-Seitz committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    5d05ca3 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2021

  1. Add VhdlParameterType class to support vector and array parameter types

    Katharina Ceesay-Seitz committed May 27, 2021
    Configuration menu
    Copy the full SHA
    1edc375 View commit details
    Browse the repository at this point in the history
  2. Improve pattern for array_range_val

    Katharina Ceesay-Seitz committed May 27, 2021
    Configuration menu
    Copy the full SHA
    f8b0b50 View commit details
    Browse the repository at this point in the history
  3. Rename bound vars for array parameter types. Update regex

    Katharina Ceesay-Seitz committed May 27, 2021
    Configuration menu
    Copy the full SHA
    716de83 View commit details
    Browse the repository at this point in the history
  4. Store array bounds

    Katharina Ceesay-Seitz committed May 27, 2021
    Configuration menu
    Copy the full SHA
    9b084df View commit details
    Browse the repository at this point in the history
  5. Merge branch 'VhdlParameterType' of https://github.com/KatCe/hdlparse

    …into VhdlParameterType
    
    Conflicts:
    	hdlparse/vhdl_parser.py
    Katharina Ceesay-Seitz committed May 27, 2021
    Configuration menu
    Copy the full SHA
    6e742a4 View commit details
    Browse the repository at this point in the history
  6. Merge pull request andresmanelli#2 from KatCe/portLineComments

    Store port line comments
    andresmanelli authored May 27, 2021
    Configuration menu
    Copy the full SHA
    66c8909 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2021

  1. Add line comments to port definitions

    Katharina Ceesay-Seitz committed Aug 7, 2021
    Configuration menu
    Copy the full SHA
    3948474 View commit details
    Browse the repository at this point in the history
  2. Destinguish between line comments for ports of the same type and for …

    …the whole port list
    Katharina Ceesay-Seitz committed Aug 7, 2021
    Configuration menu
    Copy the full SHA
    bd88fab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7948e0 View commit details
    Browse the repository at this point in the history
  4. Improve pattern for array_range_val

    Katharina Ceesay-Seitz committed Aug 7, 2021
    Configuration menu
    Copy the full SHA
    e9113b9 View commit details
    Browse the repository at this point in the history
  5. Rename bound vars for array parameter types. Update regex

    Katharina Ceesay-Seitz committed Aug 7, 2021
    Configuration menu
    Copy the full SHA
    235249d View commit details
    Browse the repository at this point in the history
  6. Store array bounds

    Katharina Ceesay-Seitz committed Aug 7, 2021
    Configuration menu
    Copy the full SHA
    4e946e7 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'master' of https://github.com/KatCe/hdlparse

    Katharina Ceesay-Seitz committed Aug 7, 2021
    Configuration menu
    Copy the full SHA
    cdbd69d View commit details
    Browse the repository at this point in the history