GitHub (Legacy)
07/10/2020, 2:47 AMScan Cells
Requires agroup to be defined along with thetest_cell
orff
group.latch
Two ff groups need to be defined, one in the cell (function defined with testing features) and one inside thegroup (without the testing features)test_cell
```
test_cell(){
```
Inside the test_cell group all pins are defined and test related pins are given aorsignal_type
attributetest_output_only
can be:signal_type
• `test_scan_in`: scan input pin
• `test_scan_in_inverted`: inverted scan input
• `test_scan_out`: scan output pin
• `test_scan_out_inverted`: inverted scan output
• `test_scan_enable`: high on this pin puts it in test mode (scan and shift)
• `test_scan_enable_inverted`: same as above but inverted
• `test_scan_clock`: test scan clock for clocked-scangoogle/skywater-pdk