prjxray/fuzzers/014-ffsrcemux
Clifford Wolf 5c527e89ba Add run.ok files to .gitignore
Signed-off-by: Clifford Wolf <clifford@clifford.at>
2018-02-06 17:57:52 +01:00
..
.gitignore Add run.ok files to .gitignore 2018-02-06 17:57:52 +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 Reformat existing Python files with yapf 2018-01-09 14:50:06 -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 Reformat existing Python files with yapf 2018-01-09 14:50:06 -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>