Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jameshanlon/netlist-paths
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.1
Choose a base ref
...
head repository: jameshanlon/netlist-paths
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.0
Choose a head ref
  • 13 commits
  • 46 files changed
  • 2 contributors

Commits on Feb 8, 2022

  1. Update version.txt

    James Hanlon authored Feb 8, 2022
    Configuration menu
    Copy the full SHA
    dcc23f6 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2022

  1. Add a tool option to dump a table of data types

    Jamie Hanlon committed Feb 12, 2022
    Configuration menu
    Copy the full SHA
    08646b4 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. Create a path class to encapsulate a list of Vertex pointers

    This refactoring change simplifies the logic for handling paths in Graph
    and Netlist, and will make it easier to add functionality around
    handling of paths in the future.
    Jamie Hanlon committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    05bbcde View commit details
    Browse the repository at this point in the history
  2. Refactor unit tests into a single binary

    Jamie Hanlon committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    302e89f View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. Split up path tests into separate files

    Jamie Hanlon committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    ab66f84 View commit details
    Browse the repository at this point in the history
  2. Documentation updates

    Jamie Hanlon committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    0403e23 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2022

  1. Documentation updates

    Jamie Hanlon committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    0b872e5 View commit details
    Browse the repository at this point in the history
  2. Add version information to netlist-paths tool

    Jamie Hanlon committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    12b8a76 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2022

  1. Distinguish ports from variables

    Ports must occur at the top level of hierarchy and must have a direction
    associated with them.
    Jamie Hanlon committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    faa8e9d View commit details
    Browse the repository at this point in the history
  2. Supress expected test warning about missing scope

    Jamie Hanlon committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    4adb759 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dbb55e8 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2022

  1. Rename methods for setting logging level

    Jamie Hanlon committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    4fa3c36 View commit details
    Browse the repository at this point in the history
  2. Further improve handling of ports

    - Distinguish register output ports in command-line reporting. This is
      a special case where a register (marked REG_SRC or REG_DST) is also a
      port.
    - Limit port start and finish points to be the top-most instances in the
      hierarchy (eg i_data rather than <module>.i_data). This effectively
      removes duplicate port variables and reduces the number of fanin/out
      paths reported, which makes sense from a user point of view.
    Jamie Hanlon committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    9dedf78 View commit details
    Browse the repository at this point in the history
Loading