Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Tags: jameshanlon/netlist-paths

Tags

v0.5.0

Toggle v0.5.0's commit message
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.

v0.4.1

Toggle v0.4.1's commit message
Add note on the extended test set

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #4 from jameshanlon/path-restriction

Add options to relax path start and end constraints

v0.3.0

Toggle v0.3.0's commit message
Bump C++ version to 17