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

XDLRC generation using dict when it should be using lists #71

Open nelsobe opened 6 years ago

nelsobe commented 6 years ago

As noted in the comments in PR #70, a dict is being used when a simple list would be preferred. This should be cleaned up in the future.