Akash Levy
db7cfd404d
Fix cut_region.h debug
2026-06-18 04:02:52 -07:00
Akash Levy
9c80f1443c
Merge pull request #189 from Silimate/opt_carry_select
...
opt_carry_select pass
2026-06-18 04:01:39 -07:00
Akash Levy
9df378f8ac
opt_carry_select pass
2026-06-18 02:36:29 -07:00
Akash Levy
d928afec67
Merge pull request #188 from Silimate/generalize_opt_passes
...
Generalize and refactor opt_* passes of Silimate
2026-06-15 14:38:09 -07:00
Akash Levy
23b021a26b
Fix opt_compact_prefix wide packs and opt_priority_onehot max-width test
...
The tests/silimate suite (which aborted the Run tests CI job) exposed two
issues in the generalized passes:
- opt_compact_prefix: the forward dense pack regressions at 64 and 128 bits
no longer rewrote. The ConstEval fingerprint was uint64_t-based (capped at
62 bits) and the per-cone cell cap (max_width*96) was below the O(width^2)
cell count of a wide pack. The fingerprint now drives whole-width Const
bit patterns (no width cap) and the cone cap scales quadratically; total
work stays bounded by the shared walk/eval budgets.
- opt_priority_onehot: the "max-width below lane count" negative test set
max_width=8 on a 16-lane design expecting no rewrite, but the generalized
matcher legitimately (and equivalence-provably) rewrites the 8-lane
sub-region. The test now uses max_width=3 (below min_width 4) to verify
the width gate suppresses all matching.
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-15 12:02:09 -07:00
Akash Levy
1cc985314a
Cleanup
2026-06-15 09:09:27 -07:00
Akash Levy
83baed6731
Generalize and refactor opt_* passes of Silimate
2026-06-12 16:31:41 -07:00
Akash Levy
61c47fde32
Merge pull request #187 from Silimate/cxxrtl-sim
...
expose write_cxxrtl into frontend and add support for $buf and $icg
2026-06-11 16:06:46 -07:00
Stan Lee
30be712536
expose write_cxxrtl into frontend and add support for $buf and $icg
2026-06-11 14:47:49 -07:00
Akash Levy
aa3ebe430e
Merge pull request #185 from Silimate/opt_priority_onehot
...
opt_priority_onehot
2026-06-09 23:10:41 -07:00
Akash Levy
3743c4795a
opt_priority_onehot
2026-06-09 22:18:20 -07:00
Akash Levy
c5bf37186d
Merge pull request #184 from Silimate/opt_compact_prefix_fix2
...
Make opt_compact_prefix match more
2026-06-09 11:48:04 -07:00
Akash Levy
faea2d904a
Make opt_compact_prefix match more
2026-06-09 10:55:10 -07:00
Akash Levy
b60d2daa41
Merge pull request #183 from Silimate/opt_argmax_fix1
...
opt_argmax fixes
2026-06-09 02:54:05 -07:00
Akash Levy
a96494eef1
Merge pull request #182 from Silimate/opt_compact_prefix_fix1
...
Fix opt_compact_prefix up
2026-06-09 01:57:52 -07:00
Akash Levy
4a35c0ab87
opt_argmax fixes
2026-06-09 01:57:11 -07:00
Akash Levy
30c510041a
Fix opt_compact_prefix up
2026-06-09 00:34:13 -07:00
Akash Levy
28455c01e4
Support cell_footprint as indicator of stdcell
2026-06-04 00:40:38 -07:00
Akash Levy
3cfe3ead82
Merge pull request #181 from Silimate/annotate_ff_width
...
[ENG-2097] Small fix for annotate_ff_width
2026-06-02 17:45:33 -07:00
Stan Lee
09b2bdfb27
better comment
2026-06-02 15:45:52 -07:00
Stan Lee
96ee0f6ec5
Merge branch 'main' of github.com:silimate/yosys into annotate_ff_width
2026-06-02 15:20:18 -07:00
Stan Lee
6b7e5e2685
update annotate_ff_width pass
2026-06-02 15:17:55 -07:00
Akash Levy
6a5aecf84a
Merge pull request #180 from Silimate/opt_argmax
...
opt_argmax pass
2026-06-02 04:25:16 -07:00
Akash Levy
b3ea5770cd
opt_argmax pass
2026-06-02 04:11:17 -07:00
Akash Levy
c7b2c16405
Merge pull request #179 from Silimate/opt_compact_prefix
...
Add opt_compact_prefix pass
2026-06-02 02:14:37 -07:00
Akash Levy
24b75b65db
Fix UB issue
2026-06-02 01:18:29 -07:00
Akash Levy
950cdf925c
Update passes/silimate/opt_compact_prefix.cc
...
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2026-06-02 01:15:18 -07:00
Akash Levy
e03c54c695
Merge pull request #178 from Silimate/opt_balance_tree_improve1
...
Improvement to opt_balance_tree
2026-06-02 01:03:20 -07:00
Akash Levy
4f57472783
Merge pull request #176 from Silimate/annotate_ff_width
...
[ENG-2090] Added annotate_ff_width pass + modifications for support in clockgate
2026-06-02 00:55:38 -07:00
Akash Levy
a730032f5f
Add opt_compact_prefix pass
2026-06-01 23:00:33 -07:00
Stan Lee
3d8f4999d6
selected cells and modules
2026-06-01 19:20:47 -07:00
Akash Levy
0c3446e8af
Fixups for Greptile
2026-06-01 19:03:52 -07:00
Akash Levy
9cc69a3c49
Improvement to opt_balance_tree
2026-06-01 17:56:44 -07:00
Stan Lee
1b707c61f7
necessary clock gate pass modifications
2026-06-01 17:19:23 -07:00
Stan Lee
483b1536d7
update pass
2026-06-01 17:10:18 -07:00
Stan Lee
e3134c6692
annotate_ff_width pass
2026-06-01 16:35:30 -07:00
Akash Levy
d1ec970f86
Merge pull request #174 from Silimate/feat/fst_reuse
...
[ENG-2072] Rename reg_rename pass argument from -vcd to -waveform
2026-05-28 11:46:15 -07:00
Akash Levy
cf0dbc9e31
Merge pull request #175 from Silimate/reg-rename
...
Bug fix for reg-rename
2026-05-28 11:14:56 -07:00
Stan Lee
3d21f58f24
update comment
2026-05-28 01:22:59 -07:00
Stan Lee
e9873f822e
bug fix
2026-05-27 23:47:38 -07:00
Chia-Hsiang Chang
9dc44b19b2
chore: rename argument name from --vcd to --waveform
2026-05-27 13:03:55 -07:00
Akash Levy
f585f79d31
Merge pull request #173 from Silimate/opt_andor_pmux
...
Fixes for filtering small cases and catching more larger ones with tr…
2026-05-27 04:37:33 -07:00
Akash Levy
14efbe3ee6
Smallfix
2026-05-27 04:36:45 -07:00
Akash Levy
a1fa854314
Merge pull request #167 from Silimate/union-struct
...
[CUS-538] - $fork scope union struct support
2026-05-27 03:58:59 -07:00
Akash Levy
367af96ae1
Revert "warn for scopes"
...
This reverts commit 73fd2fdc47 .
2026-05-27 03:58:23 -07:00
Akash Levy
b4286acc22
Revert "fix"
...
This reverts commit 8c0ded23b7 .
2026-05-27 03:55:23 -07:00
Akash Levy
7dcbdcbb34
Revert "Update kernel/fstdata.cc"
...
This reverts commit a3613866bf .
2026-05-27 03:55:18 -07:00
Akash Levy
f2dacbfa3f
Revert "Fix formatting by removing extra brace"
...
This reverts commit 7e64b6855b .
2026-05-27 03:55:10 -07:00
Akash Levy
7b68f5d532
Revert "Remove nested $fork handling from union detection"
...
This reverts commit 10a4056e3b .
2026-05-27 03:55:03 -07:00
Akash Levy
e421fa8547
Revert "Add flag to track nested fork detection"
...
This reverts commit d6216ea85d .
2026-05-27 03:54:53 -07:00