2018-02-14 12:24:18 +01:00
|
|
|
# FFSRCEMUX Fuzzer
|
|
|
|
|
|
|
|
|
|
## Purpose
|
2017-11-15 23:34:51 +01:00
|
|
|
Document CEUSEDMUX, SRUSEDMUX muxes
|
|
|
|
|
|
2018-02-14 12:24:18 +01:00
|
|
|
## Algorithm
|
2017-11-15 23:34:51 +01:00
|
|
|
|
2018-02-14 12:24:18 +01:00
|
|
|
## Results
|
2017-11-15 23:34:51 +01:00
|
|
|
|
2018-02-14 12:24:18 +01:00
|
|
|
### 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>
|
2017-11-15 23:34:51 +01:00
|
|
|
|
|
|
|
|
|
2018-02-14 12:24:18 +01:00
|
|
|
### 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>
|
2017-11-15 23:34:51 +01:00
|
|
|
|