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

drt: pin access split #5945

Draft
wants to merge 27 commits into
base: master
Choose a base branch
from
Draft

Commits on Sep 30, 2024

  1. drt: creation of drt_genAPCosted

    Signed-off-by: bernardo <[email protected]>
    bnmfw committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    10c31c3 View commit details
    Browse the repository at this point in the history
  2. drt: clang-tidy

    Signed-off-by: bernardo <[email protected]>
    bnmfw committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    b46205c View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. drt: de morgan and half grid disabled

    Signed-off-by: bernardo <[email protected]>
    bnmfw committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    0384ae2 View commit details
    Browse the repository at this point in the history
  2. drt: getNestedIdx explicit output

    Signed-off-by: bernardo <[email protected]>
    bnmfw committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    ff1ef32 View commit details
    Browse the repository at this point in the history
  3. curr_idx name changes

    Signed-off-by: bernardo <[email protected]>
    bnmfw committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    04489f3 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. drt: more name changing

    Signed-off-by: bernardo <[email protected]>
    bnmfw committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    b22b872 View commit details
    Browse the repository at this point in the history
  2. drt: name fix

    Signed-off-by: bernardo <[email protected]>
    bnmfw committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    4575e52 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. drt: init instance access points

    Signed-off-by: bernardo <[email protected]>
    bnmfw committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    f6001ce View commit details
    Browse the repository at this point in the history
  2. drt: better pin count info dump

    Signed-off-by: bernardo <[email protected]>
    bnmfw committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    ad4a9f3 View commit details
    Browse the repository at this point in the history
  3. drt: fixed a typo

    Signed-off-by: bernardo <[email protected]>
    bnmfw committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    c9df50b View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. drt: name fixes

    Signed-off-by: bernardo <[email protected]>
    bnmfw committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    1bc95be View commit details
    Browse the repository at this point in the history
  2. drt: backwards pattern propagation readability

    Signed-off-by: bernardo <[email protected]>
    bnmfw committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    2142bfb View commit details
    Browse the repository at this point in the history
  3. drt: used access pattern guard

    Signed-off-by: bernardo <[email protected]>
    bnmfw committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    f21978c View commit details
    Browse the repository at this point in the history
  4. drt: extraction of access patterns from nodes separated in its own fu…

    …nction
    
    Signed-off-by: bernardo <[email protected]>
    bnmfw committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    63dc4f8 View commit details
    Browse the repository at this point in the history
  5. clang-tidy

    Signed-off-by: bernardo <[email protected]>
    bnmfw committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    60ed9ab View commit details
    Browse the repository at this point in the history
  6. drt: flexNodes decoupled from node vector structure

    Signed-off-by: bernardo <[email protected]>
    bnmfw committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    cf43a48 View commit details
    Browse the repository at this point in the history
  7. drt: elimination of getNestedIdx

    Signed-off-by: bernardo <[email protected]>
    bnmfw committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    22fa597 View commit details
    Browse the repository at this point in the history
  8. drt: added comments to make offset logic more clear

    Signed-off-by: bernardo <[email protected]>
    bnmfw committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    a3af890 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. drt: patterns generation uses vec of vec

    Signed-off-by: bernardo <[email protected]>
    bnmfw committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    7b58407 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    887ce70 View commit details
    Browse the repository at this point in the history
  3. drt: nodes structure changed

    Signed-off-by: bernardo <[email protected]>
    bnmfw committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    49bcd04 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    43fb2d9 View commit details
    Browse the repository at this point in the history
  2. drt: separation of drc checking in pin access

    Signed-off-by: bernardo <[email protected]>
    bnmfw committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    5b84d06 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f63c43 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8569fc5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d2ec360 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. drt: PA module split in multiple files

    Signed-off-by: bernardo <[email protected]>
    bnmfw committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    8e7a63a View commit details
    Browse the repository at this point in the history