prjxray/fuzzers/007-timing/minitest/test_unique
Felix Held 0d6e327229 introduce vivado wrapper
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>
2018-12-28 19:05:49 +01:00
..
Makefile fuzzers: standardize segment file to .db (not .segbits) 2018-11-14 17:33:38 -08:00
README.md timfuz: move tests to minitest dir 2018-10-03 17:47:02 -07:00
generate.sh introduce vivado wrapper 2018-12-28 19:05:49 +01:00
generate.tcl tcl: reformat existing code 2018-12-05 16:52:56 -08:00
node_unique.py timfuz: move tests to minitest dir 2018-10-03 17:47:02 -07:00
perf_test.py timfuz: move tests to minitest dir 2018-10-03 17:47:02 -07:00
pip_unique.py timfuz: move tests to minitest dir 2018-10-03 17:47:02 -07:00
top.v timfuz: move tests to minitest dir 2018-10-03 17:47:02 -07:00
wire_unique.py timfuz: move tests to minitest dir 2018-10-03 17:47:02 -07:00

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)