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

Tincr write_xdlrc broken: Extra "]" in xdlrc.tcl. #67

Closed DallonTG closed 7 years ago

DallonTG commented 7 years ago

The last commit to master included some changes to tincr/io/device/xdlrc.tcl. An extra closing bracket "]" was inadvertently added on line 48. This resulted in the following error occurring whenever the Tincr command ::tincr::write_xdlrc was used:

invalid character “]” in expression “…ing first “7” $family]] != -1 || $family==“zy…”

I have removed the extra ']' so the write_xdlrc command can again be used.