Skip to content

Commit d8823f2

Browse files
committed
dft opt: Adding basic docs for the scan_opt command
Signed-off-by: Felipe Garay <fgaray@google.com>
1 parent 0d3de2f commit d8823f2

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

src/dft/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,19 @@ a result, this should be run after placement, and after `scan_replace`.
9090
execute_dft_plan
9191
```
9292

93+
### Scan Optimization
94+
95+
**Note: This is currently not implement and this command currently operates as a
96+
nop**
97+
98+
Performs scan optimizations on the design reordering the flops of the scan
99+
chains using the latest placement information.
100+
101+
102+
```tcl
103+
scan_opt
104+
```
105+
93106
## Example scripts
94107

95108
This example will create scan chains with a max length of 10 bits mixing all the
@@ -114,6 +127,7 @@ Simply run the following script:
114127
./test/regression
115128
```
116129

130+
117131
## Limitations
118132

119133
* There are no optimizations for the scan chains. This is a WIP.

0 commit comments

Comments
 (0)