3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-08-14 09:55:37 +00:00
yosys/passes/silimate
Mohamed Gaber d986ee91ac
CMake: integrate silimate additions and extensions
- update CMakeLists.txt to load two new files:
  - SilimateConfig.cmake: sets Silimate configuration options and defaults
  - SilimateVerific.cmake: compiles Verific library, optionally with Silimate modifications
- include silimate tests in test Makefile
2026-06-10 20:27:52 +03:00
..
.gitignore
activity.cc
annotate_cell_fanout.cc
annotate_ff_width.cc better comment 2026-06-02 15:45:52 -07:00
breakreduce.cc
breaksop.cc
bus_rebuild.cc
clkmerge.cc Added initial clkmerge pass for multiple clock domains 2026-03-26 16:42:27 -07:00
CMakeLists.txt CMake: integrate silimate additions and extensions 2026-06-10 20:27:52 +03:00
cone_partition.cc Fixed P1 issues 2026-04-03 17:00:56 -07:00
fanoutbuf.cc
ffnormpol.cc ffnormpol pass 2026-05-27 00:13:05 -07:00
infer_ce.cc
infer_icg.cc infer_icg pass 2026-05-27 00:14:51 -07:00
l2j_frontend.cc Support cell_footprint as indicator of stdcell 2026-06-04 00:40:38 -07:00
Makefile.inc Merge pull request #179 from Silimate/opt_compact_prefix 2026-06-02 02:14:37 -07:00
mux_push.cc
muxmode.cc CMake: integrate silimate additions and extensions 2026-06-10 20:27:52 +03:00
muxpacker.cc
negopt.cc CMake: integrate silimate additions and extensions 2026-06-10 20:27:52 +03:00
obs_clean.cc
opt_boundary.cc Reduce max_bits for opt_boundary 2026-05-12 01:30:38 -07:00
opt_compact_prefix.cc Fix UB issue 2026-06-02 01:18:29 -07:00
opt_expand.cc CMake: integrate silimate additions and extensions 2026-06-10 20:27:52 +03:00
opt_shift.cc CMake: integrate silimate additions and extensions 2026-06-10 20:27:52 +03:00
opt_timing_balance.cc
opt_vps.cc Fix crash due to lack of A/Y ports 2026-04-08 00:28:43 -07:00
peepopt_combine_shifts.pmg opt_shift 2026-04-02 00:43:06 -07:00
peepopt_expand.pmg
peepopt_expand_shifts.pmg opt_shift 2026-04-02 00:43:06 -07:00
peepopt_manual2sub.pmg [ENG-1692] negopt runtime fix + small cleanup 2026-03-30 16:30:46 -07:00
peepopt_muxinvprop.pmg
peepopt_muxmode.pmg
peepopt_muxneg.pmg [ENG-1692] negopt runtime fix + small cleanup 2026-03-30 16:30:46 -07:00
peepopt_neg2sub.pmg adding temp debug logs to fix runtime issue 2026-03-25 16:55:29 -07:00
peepopt_negexpand.pmg adding temp debug logs to fix runtime issue 2026-03-25 16:55:29 -07:00
peepopt_negmux.pmg [ENG-1692] negopt runtime fix + small cleanup 2026-03-30 16:30:46 -07:00
peepopt_negneg.pmg [ENG-1692] negopt runtime fix + small cleanup 2026-03-30 16:30:46 -07:00
peepopt_negrebuild.pmg [ENG-1692] negopt runtime fix + small cleanup 2026-03-30 16:30:46 -07:00
peepopt_sub2neg.pmg adding temp debug logs to fix runtime issue 2026-03-25 16:55:29 -07:00
reg_rename.cc Merge pull request #174 from Silimate/feat/fst_reuse 2026-05-28 11:46:15 -07:00
reg_rename.h handle edge cases 2026-04-08 16:33:10 -07:00
report_fanout.cc Made file opening more safe 2026-04-10 13:10:51 -07:00
segv.cc
splitfanout.cc
splitlarge.cc
splitnetlist.cc