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

SvgPcb layout template backend + netlister refactor #337

Merged
merged 41 commits into from
Apr 22, 2024
Merged

Commits on Apr 8, 2024

  1. wip skeleton

    ducky64 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    5c35d7f View commit details
    Browse the repository at this point in the history
  2. wip

    ducky64 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    31b05a9 View commit details
    Browse the repository at this point in the history
  3. plumbing

    ducky64 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    6c63e25 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Update SvgPcbBackend.py

    ducky64 committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    add7442 View commit details
    Browse the repository at this point in the history
  2. plumbed!

    ducky64 committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    161d74a View commit details
    Browse the repository at this point in the history
  3. working w/o plumbing

    ducky64 committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    a3b1307 View commit details
    Browse the repository at this point in the history
  4. create keyboard netlist

    ducky64 committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    6d8e49c View commit details
    Browse the repository at this point in the history
  5. Update SvgPcbBackend.py

    ducky64 committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    f4e3956 View commit details
    Browse the repository at this point in the history
  6. Update SvgPcbBackend.py

    ducky64 committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    4edf8c5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8308578 View commit details
    Browse the repository at this point in the history
  8. rename -> NetBlock,NetPin

    ducky64 committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    2f1fbc0 View commit details
    Browse the repository at this point in the history
  9. cleaning naming

    ducky64 committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    834976e View commit details
    Browse the repository at this point in the history
  10. cleaning?

    ducky64 committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    b931eef View commit details
    Browse the repository at this point in the history
  11. fix tests

    ducky64 committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    8869ed0 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. refdes generator - broken

    ducky64 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    f9b00e8 View commit details
    Browse the repository at this point in the history
  2. wip, poorly?

    ducky64 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    76bb7b0 View commit details
    Browse the repository at this point in the history
  3. wip

    ducky64 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    a7089cd View commit details
    Browse the repository at this point in the history
  4. wip

    ducky64 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    28fcb86 View commit details
    Browse the repository at this point in the history
  5. working

    ducky64 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    3a17d74 View commit details
    Browse the repository at this point in the history
  6. nets

    ducky64 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    6948464 View commit details
    Browse the repository at this point in the history
  7. clean up goodness

    ducky64 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    ecf790b View commit details
    Browse the repository at this point in the history
  8. netlist update

    ducky64 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    772c00a View commit details
    Browse the repository at this point in the history
  9. Update SvgPcbBackend.py

    ducky64 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    c829510 View commit details
    Browse the repository at this point in the history
  10. Update SvgPcbBackend.py

    ducky64 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    f5a7557 View commit details
    Browse the repository at this point in the history
  11. Update SvgPcbBackend.py

    ducky64 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    62c32b2 View commit details
    Browse the repository at this point in the history
  12. Update SwitchMatrix.py

    ducky64 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    87519c5 View commit details
    Browse the repository at this point in the history
  13. Update SwitchMatrix.py

    ducky64 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    88b936e View commit details
    Browse the repository at this point in the history
  14. refactor wip

    ducky64 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    e9711e5 View commit details
    Browse the repository at this point in the history
  15. wip

    ducky64 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    59c285b View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    1aa5e16 View commit details
    Browse the repository at this point in the history
  2. Path.startswith

    ducky64 committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    d614b61 View commit details
    Browse the repository at this point in the history
  3. Update SvgPcbTemplateBlock.py

    ducky64 committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    78e9957 View commit details
    Browse the repository at this point in the history
  4. cleaning

    ducky64 committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    607a454 View commit details
    Browse the repository at this point in the history
  5. Update SvgPcbTemplateBlock.py

    ducky64 committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    294c1b0 View commit details
    Browse the repository at this point in the history
  6. Update SwitchMatrix.py

    ducky64 committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    6e000ad View commit details
    Browse the repository at this point in the history
  7. Update SwitchMatrix.py

    ducky64 committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    4052c44 View commit details
    Browse the repository at this point in the history
  8. cleaning

    ducky64 committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    82bf10d View commit details
    Browse the repository at this point in the history
  9. clean test cases

    ducky64 committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    04cd66a View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Update SvgPcbTemplateBlock.py

    ducky64 committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    746c722 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. merge

    ducky64 committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    fe92591 View commit details
    Browse the repository at this point in the history
  2. update netlists

    ducky64 committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    c671288 View commit details
    Browse the repository at this point in the history