https://open-source-silicon.dev logo
#sky130
Title
# sky130
d

Dinesh A

11/24/2021, 8:57 AM
Is there is plan to support Scan FF in Skywater library ?
t

Tim Edwards

11/24/2021, 1:34 PM
(1) There are scan flops in the standard cell libraries. (2) @User wrote the software package "Fault", which will do scan chain insertion. (3) There was a test design on MPW-one using Fault. The intention was to test the design before making the DFT integration into Openlane public. At least that's my understanding of the whole plan.
d

Dinesh A

11/24/2021, 1:44 PM
I am trying experiment with Fault tool for Scan Insertion, I see tool add Mux around the each FF. My review around sky130_fd_sc_hd verilog files does not shows any Scan FF cells
t

Tim Edwards

11/24/2021, 2:36 PM
e.g.,
sky130_fd_sc_hd__sdfbbn_1
, "Scan delay flop, inverted set, inverted reset, inverted clock, complementary outputs."
d

Dinesh A

11/24/2021, 3:20 PM
Oh..Thanks .. I was searching in
sky130_fd_sc_hd__df* ..
.
I see Fault tool is looks to not using these scan FF, But uses Mux + Normal FF for Scan implementation
I don't see any additional option in Fault tool to control these structure . @User can you confirm
2 Views