mirror of https://github.com/openXC7/prjxray.git
This fixes the problem that when sourcing the vivado settings file the library search path is modified resulting in non-vivado binaries not working due to being dynamically linked against the vivado libraries instead of the system ones. Signed-off-by: Felix Held <felix-github@felixheld.de> |
||
|---|---|---|
| .. | ||
| Makefile | ||
| README.md | ||
| generate.sh | ||
| generate.tcl | ||
| node_unique.py | ||
| perf_test.py | ||
| pip_unique.py | ||
| top.v | ||
| wire_unique.py | ||
README.md
Characterizes how attributes vary across pips, wires, and nodes. Usage:
$ make
$ python3 pip_unique.py
$ python3 wire_unique.py
$ python3 node_unique.py
NOTE: "make" will take a long time (about 2.5 hours on my machine)