Commit Graph

202 Commits

Author SHA1 Message Date
Stan Lee 9d9ed4bfe3 flatten VCD/RTL scope hierarchy 2026-04-30 12:05:57 -07:00
Stan Lee 6aab520cad simplify 2026-04-30 10:14:42 -07:00
Stan Lee 21a2a1b4f8 splitcells was the issue? 2026-04-29 17:07:50 -07:00
Stan Lee 550d48c417 fix value conversion bug 2026-04-29 15:21:29 -07:00
Stan Lee 448ab2a4e7 undo 2026-04-29 11:30:04 -07:00
Stan Lee 3cd792d4d7 warn only on _reg 2026-04-29 11:24:46 -07:00
Stan Lee 8653fea875 fix 2026-04-20 09:45:07 -07:00
Stan Lee 9e05fb7606 comments 2026-04-20 09:40:40 -07:00
Stan Lee 3b7613d858 guard for multiple drivers 2026-04-19 21:30:12 -07:00
Stan Lee d4bfebd0da offsets supported in reg_rename 2026-04-19 20:00:09 -07:00
Stan Lee 85fc4fdc0e fix 2026-04-16 15:35:11 -07:00
Stan Lee 2667070cdd huge optimization 2026-04-16 15:27:55 -07:00
Stan Lee e3ccb51cea cleanup 2026-04-16 12:52:26 -07:00
Stan Lee dc7958a791 fix 2026-04-15 18:04:53 -07:00
Stan Lee eeceeb18af reg_rename bug fix 2026-04-15 14:17:57 -07:00
Stan Lee 2dac6a4215 fix 2026-04-15 12:44:53 -07:00
Stan Lee 321ab5d601 working 2026-04-15 11:50:35 -07:00
AdvaySingh1 cf78adc729 Made file opening more safe 2026-04-10 13:10:51 -07:00
Advay Singh 03554f0d58
Update passes/silimate/report_fanout.cc
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2026-04-10 13:01:26 -07:00
Advay Singh f8ea10d50c
Update passes/silimate/report_fanout.cc
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2026-04-10 13:01:07 -07:00
AdvaySingh1 54bcc49987 ENG-1872 2026-04-10 12:54:43 -07:00
Stan Lee 0bf20fdd19 handle edge cases 2026-04-08 16:33:10 -07:00
Stan Lee 146491af22 normalize scope 2026-04-08 16:18:55 -07:00
Akash Levy ed11f4c135 Fix crash due to lack of A/Y ports 2026-04-08 00:28:43 -07:00
Akash Levy 6daa8a01ed opt_vps improvements for VPS read 2026-04-07 22:07:14 -07:00
AdvaySingh1 30950ee599 Fixed P1 issues 2026-04-03 17:00:56 -07:00
AdvaySingh1 b103fdb047 Updated the cone_partition 2026-04-03 16:31:02 -07:00
AdvaySingh1 9b98fec18a Renamed FFs 2026-04-03 14:30:24 -07:00
Akash Levy 1820526a9a opt_vps 2026-04-03 01:15:17 -07:00
Akash Levy 5082625d71 opt_shift 2026-04-02 00:43:06 -07:00
Akash Levy b2e7c10bb7
Merge pull request #134 from Silimate/negopt_runtime_fix
[ENG-1692] negopt runtime fix + small cleanup
2026-03-30 17:32:13 -07:00
Akash Levy db1e0701b0
Apply suggestions from code review
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2026-03-30 17:31:59 -07:00
Stan Lee 87e959d14c add warning message 2026-03-30 16:34:20 -07:00
Abhinav Tondapu df43a3097a [ENG-1692] negopt runtime fix + small cleanup 2026-03-30 16:30:46 -07:00
AdvaySingh1 972e4780c9 Removed extra struct partition pass 2026-03-26 16:58:09 -07:00
AdvaySingh1 f523760b75 merged with main 2026-03-26 16:50:59 -07:00
AdvaySingh1 f42a63941c Added initial clkmerge pass for multiple clock domains 2026-03-26 16:42:27 -07:00
Abhinav Tondapu 510ef01b09 adding temp debug logs to fix runtime issue 2026-03-25 16:55:29 -07:00
AdvaySingh1 92e659f42a Added new port outputs anding the clock domain. TODO: fix if they belong to the same one and there's multiple 2026-03-24 20:00:24 -07:00
AdvaySingh1 f9f31afcb4 Makefile pass changes 2026-03-20 12:42:51 -07:00
AdvaySingh1 2fc0591b2c Added clkmerge pass 2026-03-20 12:42:24 -07:00
AdvaySingh1 daf5108434 Added inital cone_parition.cc pass. TODO: check with larger designs 2026-03-19 16:30:11 -07:00
AdvaySingh1 1711da5506 Moved the struct_partition pass to Silimate 2026-03-19 15:06:50 -07:00
Akash Levy 96104b4431 Merge branch 'main' into sat_clkgate 2026-03-03 20:57:42 -08:00
Akash Levy 958f1c608a
Merge pull request #116 from Silimate/autoscope
Autoscope
2026-03-03 20:49:13 -08:00
tondapusili b438fd1fe9 negopt: fix quadratic blowup by adding index hints and deferring nusers to filter 2026-03-02 19:33:25 -08:00
Stan Lee da25b800bc finalized 2026-03-02 11:05:44 -08:00
Stan Lee c459a74c13 autoscoping 2026-03-01 15:39:35 -08:00
Akash Levy 7a35a982d3
Merge pull request #111 from Silimate/timing_balance_impl
silimate: add opt_timing_balance pass and tests
2026-02-28 12:22:23 -08:00
Advay Singh 8974f3473f
Update passes/silimate/infer_ce.cc
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2026-02-27 12:37:49 -08:00