prjxray/experiments/lutbuf
Rick Altherr c815d4b1a5 Set tool and script paths project-wide
utils/environment.sh determines its absolute path and then creates
environment variables to each of the prjxray tools.  This allows moving
the tools around in the code base without touching every script.

Signed-off-by: Rick Altherr <kc8apf@kc8apf.net>
Signed-off-by: Tim 'mithro' Ansell <mithro@mithis.com>
2017-12-20 22:46:39 +01:00
..
.gitignore lutbuf: experiment to look for LUT enable 2017-12-20 22:46:39 +01:00
Makefile lutbuf: experiment to look for LUT enable 2017-12-20 22:46:39 +01:00
README.txt lutbuf: experiment to look for LUT enable 2017-12-20 22:46:39 +01:00
generate.py lutbuf: experiment to look for LUT enable 2017-12-20 22:46:39 +01:00
generate.sh Set tool and script paths project-wide 2017-12-20 22:46:39 +01:00
generate.tcl lutbuf: experiment to look for LUT enable 2017-12-20 22:46:39 +01:00
top.v lutbuf: experiment to look for LUT enable 2017-12-20 22:46:39 +01:00

README.txt

Purpose:
Try to show there are LUT enable bits ("buffer enable")

Algorithm:
Generate a design with a bunch of randomly initialized LUT6s
Generate a list of fully used LUT6s and fully unused LUT6s
Compare the lists to look for enable bits

Outcome:
Did not see existance of such bits