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::cache::directory_path not found #13

Closed nelsobe closed 8 years ago

nelsobe commented 8 years ago

I have done a Team->Merge with official/master. It shows no changes. Still have the problem. Below are the contents of my original email:


I have been trying to generate an XDLRC file for an Artix7 part. When I run, it gets to:

Percent complete: 100%

and then throws this error message:

invalid command name “::tincr::cache::directory_path”

I have looked and that routine is in the code. However, none of the commands in that file are executable. I tried a:

package require tincr.cad.cache

it returned a 0.0 and then the commands were available. So, I believe it is a package inclusion problem.

bradselw commented 8 years ago

This may be a documentation issue. I checked your fork and saw that it was missing the fix for bug #10, so I went ahead and created a pull request on nelsobe/tincr. Go there and complete the pull request, then from Eclipse do Team->Pull.

bradselw commented 8 years ago

Worked out this issue with nelsobe offline. Closing.