Commit Graph

18396 Commits

Author SHA1 Message Date
Akash Levy 14efbe3ee6 Smallfix 2026-05-27 04:36:45 -07:00
Akash Levy 6a8d800e63 Fixes for filtering small cases and catching more larger ones with trickier signatures 2026-05-27 03:40:44 -07:00
Akash Levy 69edb27ab3 muxpack fix 2026-05-27 03:07:24 -07:00
Akash Levy 36a1894c7f
Merge pull request #172 from Silimate/opt_addcin
opt_addcin pass
2026-05-27 02:30:03 -07:00
Akash Levy 5c3fbd2d63 Merge branch 'main' into opt_addcin 2026-05-27 01:52:11 -07:00
Akash Levy 89717069fe Fixup 2026-05-27 01:51:54 -07:00
Akash Levy d3c5591647
Merge pull request #171 from Silimate/infer_icg
infer_icg pass
2026-05-27 01:06:40 -07:00
Akash Levy 7ea578a212
Merge pull request #170 from Silimate/ffnormpol
ffnormpol pass
2026-05-27 01:05:05 -07:00
Akash Levy 46a697e608
Merge pull request #169 from Silimate/opt_andor_pmux
opt_andor_pmux pass
2026-05-27 01:03:58 -07:00
Akash Levy c4de62171d
Merge pull request #168 from Silimate/fixup_new_id
Fixup NEW_ID usage
2026-05-27 01:02:52 -07:00
Akash Levy e39395132d opt_addcin pass 2026-05-27 00:39:25 -07:00
Akash Levy 2bb10837d9 infer_icg pass 2026-05-27 00:14:51 -07:00
Akash Levy 9e73dd6d27 ffnormpol pass 2026-05-27 00:13:05 -07:00
Akash Levy 42d257e523 opt_andor_pmux pass 2026-05-27 00:11:54 -07:00
Akash Levy 5c3c342ea0 Fixup NEW_ID usage 2026-05-27 00:09:12 -07:00
Akash Levy 63df096fed Smallfix 2026-05-26 09:16:59 -07:00
Akash Levy e8cfc9b99a
Merge pull request #166 from Silimate/opt_max_iters
opt -max_iter
2026-05-26 07:33:59 -07:00
Akash Levy faec5b5ee9 Smallfix 2026-05-26 07:33:33 -07:00
Akash Levy 9ded74751c
Update passes/opt/opt.cc
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2026-05-26 06:38:27 -07:00
Akash Levy 9a225025d4 opt -max_iter 2026-05-26 06:23:40 -07:00
Akash Levy 6748b135aa Track icg cell name in clockgate 2026-05-20 22:00:20 -07:00
Akash Levy a5617f90ac Speed fix 2026-05-20 15:42:26 -07:00
Akash Levy 7eff462881 Make opt_prienc a bit faster 2026-05-20 13:33:19 -07:00
Akash Levy 2ba8a5cac6 opt parallel prefix and priority encoders 2026-05-20 12:14:50 -07:00
Akash Levy 603e28893d
Merge pull request #165 from Silimate/modulo_shifted_const_pass
modshr onehot pass
2026-05-20 02:14:00 -07:00
Akash Levy b4e94d9f13 modshr onehot pass 2026-05-20 01:25:28 -07:00
Akash Levy 242d87079a
Merge pull request #164 from Silimate/feat/chunk-parallel-sim
Fix: don't log error when getting non-top cells in -bb mode
2026-05-12 12:51:40 -07:00
Chia-Hsiang Chang 86358bf825 fix: don't log error when getting non-top cells in -bb mode 2026-05-12 10:01:42 -07:00
Akash Levy f9261661c2 Reduce max_bits for opt_boundary 2026-05-12 01:30:38 -07:00
Akash Levy 1cc35aa76d
Merge pull request #162 from Silimate/feat/chunk-parallel-sim
[ENG-1969] Resim each instance independently
2026-05-12 01:29:47 -07:00
Akash Levy 43eef210aa
Merge pull request #163 from Silimate/clockgate
[ENG-1992] Activity-based clock gating
2026-05-12 00:42:03 -07:00
Chia-Hsiang Chang 67373542ae fix: add guard to avoid crash on null-pointer dereference 2026-05-12 00:32:45 -07:00
Chia-Hsiang Chang 0dcfe5cd4b chore: add comments and log 2026-05-12 00:21:25 -07:00
Chia-Hsiang Chang eb83c40d24 fix: check the cell is a child node before skipping 2026-05-12 00:07:00 -07:00
Chia-Hsiang Chang 9e6d66d74e chore: log error when no scope found 2026-05-12 00:01:29 -07:00
Stan Lee 7537faa8cd add warning and calculate correct activity 2026-05-11 22:27:33 -07:00
Stan Lee 74dee77d9d rm sigmap 2026-05-11 18:42:57 -07:00
Stan Lee 517a174775
Update passes/techmap/clockgate.cc
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2026-05-11 18:41:18 -07:00
Chia-Hsiang Chang a00bb2b80b fix: don't recursively update children 2026-05-11 18:09:06 -07:00
Chia-Hsiang Chang 7b2e63ac5b refactor: style fix 2026-05-11 16:09:02 -07:00
Stan Lee 1be9a8985d bug fixes 2026-05-11 16:01:39 -07:00
Stan Lee 1b89bc7675 activity based clock gating 2026-05-11 10:55:53 -07:00
Chia-Hsiang Chang 57c3e484e3 feat: parallel resim with chunks and bb 2026-05-08 18:54:18 -07:00
Chia-Hsiang Chang a3d81a6d3f refactor 2026-05-06 18:27:57 -07:00
Chia-Hsiang Chang 8a5a7c6fe6 feat: each instance simulates independently 2026-05-06 17:26:42 -07:00
Akash Levy a1d428e89b Small docs fix 2026-05-05 04:25:49 -07:00
Akash Levy b9fa4f85ba Ignore DW in opt_hier/opt_boundary 2026-05-04 12:52:47 -07:00
Akash Levy ebf269bdf0 opt_boundary improvements and add to opt pass as option 2026-05-04 10:51:04 -07:00
Akash Levy 35d89b16e3
Merge pull request #161 from Silimate/opt_boundary
opt_boundary
2026-05-03 15:04:13 -07:00
Akash Levy 4b219f0ef6 Improvements 2026-05-01 22:50:43 -07:00