3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-18 21:25:47 +00:00
Commit graph

217 commits

Author SHA1 Message Date
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
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
d3c5591647
Merge pull request #171 from Silimate/infer_icg
infer_icg pass
2026-05-27 01:06:40 -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
f9261661c2 Reduce max_bits for opt_boundary 2026-05-12 01:30:38 -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
4b219f0ef6 Improvements 2026-05-01 22:50:43 -07:00
Akash Levy
7db8f29c04 opt_boundary 2026-05-01 19:57:00 -07:00
Stan Lee
386d3fc308 fix 2026-04-30 12:30:09 -07:00
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