byuccl / tincr

A Tcl-based CAD Tool Framework for Xilinx's Vivado Design Suite
GNU General Public License v2.0
39 stars 19 forks source link

Fix the `tincr::nets list_pips` command #55

Closed bradselw closed 7 years ago

bradselw commented 7 years ago

A couple of commands were refactored but not updated in the tincr::nets list_pips method. This PR fixes #54 and also alphabetizes the namespace exports, which we should probably start doing for all files (just makes it much easier to read).