prjxray/fuzzers/007-timing/minitest/test_unique
John McMaster f13a2a4856 fuzzers: don't use EXCLUDE_PLACEMENT on ROI
Signed-off-by: John McMaster <johndmcmaster@gmail.com>
2018-10-31 17:53:42 -07:00
..
.gitignore timfuz: move tests to minitest dir 2018-10-03 17:47:02 -07:00
Makefile timfuz: move tests to minitest dir 2018-10-03 17:47:02 -07:00
README.md timfuz: move tests to minitest dir 2018-10-03 17:47:02 -07:00
generate.sh timfuz: move tests to minitest dir 2018-10-03 17:47:02 -07:00
generate.tcl fuzzers: don't use EXCLUDE_PLACEMENT on ROI 2018-10-31 17:53:42 -07: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)