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

Renaming script to allow multiple VeeR cores to coexist #230

Open
wants to merge 14 commits into
base: main
Choose a base branch
from

Commits on Oct 24, 2024

  1. Add script that adds custom prefixes to macros, main param struct and…

    … module names
    
    Internal-tag: [#43412]
    Signed-off-by: Krzysztof Obłonczek <[email protected]>
    koblonczek authored and tmichalak committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    8f2d9c8 View commit details
    Browse the repository at this point in the history
  2. Remove substituting names in makefiles, point default paths to curren…

    …t directory, remove old header files
    
    Internal-tag: [#43412]
    Signed-off-by: Krzysztof Obłonczek <[email protected]>
    koblonczek authored and tmichalak committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    0dcd4f9 View commit details
    Browse the repository at this point in the history
  3. Avoid processing some files twice

    Internal-tag: [#43412]
    Signed-off-by: Krzysztof Obłonczek <[email protected]>
    koblonczek authored and tmichalak committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    4c86ea4 View commit details
    Browse the repository at this point in the history
  4. Preserve prefix and suffix characters of a module name

    Internal-tag: [#43412]
    Signed-off-by: Krzysztof Obłonczek <[email protected]>
    koblonczek authored and tmichalak committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    38e6e40 View commit details
    Browse the repository at this point in the history
  5. Allow module name to start immediately following a newline

    Internal-tag: [#43412]
    Signed-off-by: Krzysztof Obłonczek <[email protected]>
    koblonczek authored and tmichalak committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    90dc196 View commit details
    Browse the repository at this point in the history
  6. Allow macros as module names, include verilog files in renaming

    Internal-tag: [#43412]
    Signed-off-by: Krzysztof Obłonczek <[email protected]>
    koblonczek authored and tmichalak committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    3c428c1 View commit details
    Browse the repository at this point in the history
  7. Prefix memory interface

    Internal-tag: [#43412]
    Signed-off-by: Krzysztof Obłonczek <[email protected]>
    koblonczek authored and tmichalak committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    bef3b85 View commit details
    Browse the repository at this point in the history
  8. Prefix memory macro names in el2_ifu_ic_mem.sv

    Internal-tag: [#43412]
    Signed-off-by: Krzysztof Obłonczek <[email protected]>
    koblonczek authored and tmichalak committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    b520d39 View commit details
    Browse the repository at this point in the history
  9. Fix prefixing define names in ifdefs and ifndefs

    Internal-tag: [#43412]
    Signed-off-by: Krzysztof Obłonczek <[email protected]>
    koblonczek authored and tmichalak committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    dd9ec18 View commit details
    Browse the repository at this point in the history
  10. tools: Allow to override default variables

    Internal-tag: [#43412]
    Signed-off-by: Tomasz Michalak <[email protected]>
    tmichalak committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    82b6321 View commit details
    Browse the repository at this point in the history
  11. tools: Add logs and debug messages

    Internal-tag: [#43412]
    Signed-off-by: Tomasz Michalak <[email protected]>
    tmichalak committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    d32bdfd View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. tools: Don't process already processed instantiations

    Internal-tag: [#43412]
    Signed-off-by: Tomasz Michalak <[email protected]>
    tmichalak committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    825afbe View commit details
    Browse the repository at this point in the history
  2. tools: Don't prefix already prefixed memory macro names

    Internal-tag: [#43412]
    Signed-off-by: Tomasz Michalak <[email protected]>
    tmichalak committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    9603e83 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. tools: Add option to specify EXTRA_DESIGN_FILES

    Internal-tag: [#43412]
    Signed-off-by: Tomasz Michalak <[email protected]>
    tmichalak committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    3475f1d View commit details
    Browse the repository at this point in the history