-
Notifications
You must be signed in to change notification settings - Fork 3
Comparing changes
Open a pull request
base repository: jameshanlon/netlist-paths
base: v0.4.1
head repository: jameshanlon/netlist-paths
compare: v0.5.0
- 13 commits
- 46 files changed
- 2 contributors
Commits on Feb 8, 2022
-
James Hanlon authored
Feb 8, 2022 Configuration menu - View commit details
-
Copy full SHA for dcc23f6 - Browse repository at this point
Copy the full SHA dcc23f6View commit details
Commits on Feb 12, 2022
-
Add a tool option to dump a table of data types
Jamie Hanlon committedFeb 12, 2022 Configuration menu - View commit details
-
Copy full SHA for 08646b4 - Browse repository at this point
Copy the full SHA 08646b4View commit details
Commits on Feb 16, 2022
-
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 committedFeb 16, 2022 Configuration menu - View commit details
-
Copy full SHA for 05bbcde - Browse repository at this point
Copy the full SHA 05bbcdeView commit details -
Refactor unit tests into a single binary
Jamie Hanlon committedFeb 16, 2022 Configuration menu - View commit details
-
Copy full SHA for 302e89f - Browse repository at this point
Copy the full SHA 302e89fView commit details
Commits on Feb 17, 2022
-
Split up path tests into separate files
Jamie Hanlon committedFeb 17, 2022 Configuration menu - View commit details
-
Copy full SHA for ab66f84 - Browse repository at this point
Copy the full SHA ab66f84View commit details -
Jamie Hanlon committed
Feb 17, 2022 Configuration menu - View commit details
-
Copy full SHA for 0403e23 - Browse repository at this point
Copy the full SHA 0403e23View commit details
Commits on Feb 18, 2022
-
Jamie Hanlon committed
Feb 18, 2022 Configuration menu - View commit details
-
Copy full SHA for 0b872e5 - Browse repository at this point
Copy the full SHA 0b872e5View commit details -
Add version information to netlist-paths tool
Jamie Hanlon committedFeb 18, 2022 Configuration menu - View commit details
-
Copy full SHA for 12b8a76 - Browse repository at this point
Copy the full SHA 12b8a76View commit details
Commits on Feb 19, 2022
-
Distinguish ports from variables
Ports must occur at the top level of hierarchy and must have a direction associated with them.
Jamie Hanlon committedFeb 19, 2022 Configuration menu - View commit details
-
Copy full SHA for faa8e9d - Browse repository at this point
Copy the full SHA faa8e9dView commit details -
Supress expected test warning about missing scope
Jamie Hanlon committedFeb 19, 2022 Configuration menu - View commit details
-
Copy full SHA for 4adb759 - Browse repository at this point
Copy the full SHA 4adb759View commit details -
Add Ubuntu command line for installing dependencies in documentation
Jamie Hanlon committedFeb 19, 2022 Configuration menu - View commit details
-
Copy full SHA for dbb55e8 - Browse repository at this point
Copy the full SHA dbb55e8View commit details
Commits on Feb 20, 2022
-
Rename methods for setting logging level
Jamie Hanlon committedFeb 20, 2022 Configuration menu - View commit details
-
Copy full SHA for 4fa3c36 - Browse repository at this point
Copy the full SHA 4fa3c36View commit details -
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 committedFeb 20, 2022 Configuration menu - View commit details
-
Copy full SHA for 9dedf78 - Browse repository at this point
Copy the full SHA 9dedf78View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.4.1...v0.5.0