Commit 8b89e39
fix: use stat -hierarchy for hierarchical synth to report area
When SYNTH_HIERARCHICAL=1, the yosys stat command reports zero area
for the top module because all cells are in submodules. Adding
-hierarchy makes stat include submodule area, so
synth__design__instance__area__stdcell is no longer N/A.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>1 parent 8724066 commit 8b89e39
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
229 | | - | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
230 | 234 | | |
231 | 235 | | |
232 | 236 | | |
| |||
0 commit comments