prjxray/fuzzers/014-ffsrcemux
Rick Altherr 67c7914a2c Revert "Autopep8 on all existing sources"
This reverts commit 925885c2cc.

Signed-off-by: Rick Altherr <kc8apf@kc8apf.net>
2018-01-09 14:49:57 -08:00
..
.gitignore ffsrcemux fuzzer 2017-12-20 22:46:39 +01:00
Makefile Add "make run" to fuzzers that did not have it yet 2018-01-04 13:49:50 +01:00
README.txt ffsrcemux fuzzer 2017-12-20 22:46:39 +01:00
generate.py Revert "Autopep8 on all existing sources" 2018-01-09 14:49:57 -08:00
generate.sh fuzzers: use env vars to refer to tools 2017-12-20 22:46:39 +01:00
generate.tcl Set tcl.collectionResultDisplayLimit to unlimited in all fuzzers 2017-12-22 23:28:39 +01:00
top.py Revert "Autopep8 on all existing sources" 2018-01-09 14:49:57 -08:00

README.txt

Purpose:
Document CEUSEDMUX, SRUSEDMUX muxes

Algorithm:

Results:

CEUSEDMUX: whether clock enable (CE) is used or clock always on
0: always on
1: controlled
CLB.SLICE_X0.CEUSEDMUX 00_39
CLB.SLICE_X1.CEUSEDMUX <0 candidates>


SRUSEDMUX: whether FF can be reset or simply uses D value
(How used when SR?)
0: never reset
1: controlled
CLB.SLICE_X0.SRUSEDMUX 00_35
CLB.SLICE_X1.SRUSEDMUX <0 candidates>