1
0
mirror of synced 2026-05-19 20:27:38 +00:00

Commit Graph

  • f5ea73eb97 Merge pull request #5557 from nataliakokoromyti/lut2mux-word Emil J 2026-01-23 17:24:41 +01:00
  • 0e4282d442 Add more opt_dff documentation. nella 2026-01-23 09:17:14 +01:00
  • 4f53612725 Add linux_perf command to turn Linux perf recording on and off. Robert O'Callahan 2026-01-21 03:18:12 +00:00
  • dcd7742d52 Avoid scanning entire module if there are no wires to remove Robert O'Callahan 2026-01-21 04:02:02 +00:00
  • e87bb65956 Move Design::sort() calls out of opt and opt_clean passes into the synth passes that need them. Robert O'Callahan 2026-01-22 04:09:16 +00:00
  • 125609105d Merge pull request #5593 from RCoeurjoly/RCoeurjoly/5574_fix KrystalDelusion 2026-01-23 07:16:48 +13:00
  • 98f848e503 Merge pull request #5546 from YosysHQ/krys/nested_packages KrystalDelusion 2026-01-23 07:16:22 +13:00
  • a6fc695522 Bump version github-actions[bot] 2026-01-22 00:28:34 +00:00
  • 5a613fc457 cellaigs: add $priority emil/priority-dffsr Emil J. Tywoniak 2026-01-21 20:55:32 +01:00
  • 317a4d77c7 Merge pull request #5610 from nataliakokoromyti/upstream-debugon Emil J 2026-01-21 17:34:30 +01:00
  • 5e36503676 Merge pull request #5605 from nataliakokoromyti/opt_balance_tree Emil J 2026-01-21 17:34:08 +01:00
  • f6eba53d1f Fix copyright header. nella 2026-01-21 14:52:19 +01:00
  • 3a5c492e32 clk2fflogic: fully cover $dffsr tests Emil J. Tywoniak 2026-01-21 12:33:22 +01:00
  • 1d468962b7 satgen, calc: $priority perform more x-bit horrors Emil J. Tywoniak 2026-01-21 11:50:45 +01:00
  • 6a5d74d252 satgen: $priority perform more x-bit horrors Emil J. Tywoniak 2026-01-20 23:07:33 +01:00
  • 39d960344b satgen: $priority match x-prop against simplemap Emil J. Tywoniak 2026-01-20 19:44:10 +01:00
  • ed58bb6bb4 clk2fflogic: $dffsr has undef output on S&R Emil J. Tywoniak 2026-01-20 13:00:12 +01:00
  • 3ea5437298 satgen: $priority can't have x on any output bit above an active input bit Emil J. Tywoniak 2026-01-20 12:59:35 +01:00
  • dcd73b6b03 verilog_backend: alter only design copy unless -wreck Emil J. Tywoniak 2026-01-19 19:51:09 +01:00
  • f785b664af verilog_backend: simplemap $priority, ruining everything Emil J. Tywoniak 2026-01-19 19:18:45 +01:00
  • f528e1cea1 simplemap: add $priority Emil J. Tywoniak 2026-01-19 18:58:08 +01:00
  • a7286ca8f5 simlib: fix $priority Emil J. Tywoniak 2026-01-19 18:57:52 +01:00
  • 8192cee0b3 proc_dff: narrow $priority Emil J. Tywoniak 2026-01-19 13:40:27 +01:00
  • d027b62d1c proc_dff: fix missing polarity parameters for $dffsr, add another fallback Emil J. Tywoniak 2026-01-16 23:46:38 +01:00
  • 6e280c0e0b proc_dff: uniquing $priority Emil J. Tywoniak 2026-01-16 23:30:41 +01:00
  • e139970a38 proc_dff: fix enables for $dffsr Emil J. Tywoniak 2026-01-16 16:42:42 +01:00
  • b77a93f816 proc_dff: emit $dffsr with $priority instead of mux tree Emil J. Tywoniak 2026-01-16 16:14:31 +01:00
  • 92d1a31162 proc_dff: refactor Emil J. Tywoniak 2026-01-16 12:15:51 +01:00
  • 7e664834b3 add POLARITY parameter to $priority cell Emil J. Tywoniak 2026-01-09 21:02:58 +01:00
  • e166dd4475 add $priority cell Emil J. Tywoniak 2026-01-09 18:43:15 +01:00
  • 2c12545cf3 opt_dff restructure. nella 2026-01-21 10:08:44 +01:00
  • 2157f9b3fb Merge pull request #5622 from rocallahan/spurious-copy Miodrag Milanović 2026-01-21 08:30:07 +01:00
  • 2c0448a81b Avoid spurious copy in IdStringCollector::trace_named() Robert O'Callahan 2026-01-21 03:30:17 +00:00
  • 57ac113b7f Bump version github-actions[bot] 2026-01-21 00:27:51 +00:00
  • 9ed56ac72c Mimic pattern of how other tests build plugins Gus Smith 2026-01-20 10:44:47 -08:00
  • bd9dbea4ea Add -I Gus Smith 2026-01-20 10:07:44 -08:00
  • 0f6ef77775 Add test for ezCmdlineSAT Gus Smith 2026-01-20 09:28:00 -08:00
  • 979b673f20 ezsat: Fix handling of error codes Gabriel Gouvine 2024-04-09 15:56:36 +01:00
  • d2b6bd00b1 ezsat: Rename files and class for ezCmdlineSat Gabriel Gouvine 2024-03-28 17:25:19 +00:00
  • 6565bf3ebf ezsat: Fix build for emscripten/wasi Gabriel Gouvine 2024-03-28 10:14:30 +00:00
  • 12315c0d17 ezsat: Support for assumptions in Sat command Gabriel Gouvine 2024-03-28 09:56:48 +00:00
  • 9315f02c17 ezsat: New Sat class to call an external command Gabriel Gouvine 2024-03-25 11:33:52 +00:00
  • bfd1401b32 Merge pull request #5612 from YosysHQ/sv2017 Miodrag Milanović 2026-01-20 14:44:46 +01:00
  • 5a9d73369a abc9: verify post-mapping equivalence by default Lofty 2026-01-20 09:51:53 +00:00
  • d0fa4781c6 verific: Fix -sv2017 message and formatting Miodrag Milanovic 2026-01-20 08:07:26 +01:00
  • 491276983e Add test Gus Smith 2026-01-19 18:34:55 -08:00
  • 90673cb0a2 techmap: Use -icells mode of frontend instead of type fixup Martin Povišer 2024-03-07 15:20:15 +01:00
  • f67d4bcfa4 verilog: Do not set module_not_derived on internal cells Martin Povišer 2024-03-07 15:19:17 +01:00
  • 49e5950791 Bump version github-actions[bot] 2026-01-20 00:26:10 +00:00
  • 0f478a5952 tests/bug5574: Fix for non threaded abc Krystine Sherwin 2026-01-20 05:56:14 +13:00
  • cc3038f468 verific: Fix -sv2017 message Miodrag Milanovic 2026-01-19 16:32:46 +01:00
  • 2bde91b6ef Merge pull request #5618 from YosysHQ/update_abc Miodrag Milanović 2026-01-19 15:45:02 +01:00
  • 67d10a41e8 Merge pull request #5617 from YosysHQ/emil/consteval-description nella 2026-01-19 14:56:24 +01:00
  • 691983be14 Update ABC as per 2026-01-19 Miodrag Milanovic 2026-01-19 12:08:24 +01:00
  • 7880f31acb Merge pull request #5531 from YosysHQ/emil/shuffle-contributing-docs Emil J 2026-01-19 12:02:49 +01:00
  • c3f36afe7f opt_balance_tree: mark experimental Emil J. Tywoniak 2026-01-19 12:01:25 +01:00
  • befadf6d4d consteval: describe Emil J. Tywoniak 2026-01-19 12:00:18 +01:00
  • 9355fa5037 Merge pull request #5616 from rocallahan/fix-unused-var-warning Miodrag Milanović 2026-01-19 08:24:48 +01:00
  • 28c199fbbd Fix warning about unused variable in dffunmap. Robert O'Callahan 2026-01-19 03:25:09 +00:00
  • 8da8d681d0 Merge pull request #5544 from YosysHQ/krys/sim_check_eval_err KrystalDelusion 2026-01-19 09:51:12 +13:00
  • b43c96b03d fix pyosys Design.run_pass binding to use Pass::call signature Natalia 2026-01-18 02:24:36 -08:00
  • cf511628b0 modify generator for pyosys/wrappers.cc instead of headers Natalia 2026-01-18 02:11:09 -08:00
  • d095d2c405 verific: add explicit System Verilog 2017 option Miodrag Milanovic 2026-01-16 07:56:53 +01:00
  • ed64df737b Add -on/-off modes to debug pass Natalia 2026-01-15 12:07:26 -08:00
  • d5e1647d11 fix tests with truncation issues Natalia 2026-01-14 17:06:01 -08:00
  • fb864e91ee Add Design::run_pass() API for programmatic pass execution Natalia 2026-01-14 17:35:45 -08:00
  • 967b47d984 Bump version github-actions[bot] 2026-01-15 00:24:54 +00:00
  • 305b6c81d7 Refine width check to allow Y_WIDTH >= natural width Natalia 2026-01-14 14:58:53 -08:00
  • 60ac3670cb Fix truncation issue in opt_balance_tree pass Natalia 2026-01-14 13:12:55 -08:00
  • ddf3c6c8b7 blif: add -gatesi test Emil J. Tywoniak 2026-01-13 22:53:16 +01:00
  • e0077b188d Add gatesi_mode in BLIF format kamay 2025-03-04 11:31:59 +01:00
  • 763001885f Merge pull request #5608 from YosysHQ/nella/rtlil-to-string nella 2026-01-14 19:00:47 +01:00
  • 210b733555 Add rtlil string getters nella 2026-01-14 15:37:18 +01:00
  • 4c1a18f01d Bump version github-actions[bot] 2026-01-14 06:40:44 +00:00
  • 6aef8ea8ab Add missing <deque> include for MSVC compatibility Natalia Kokoromyti 2026-01-13 15:31:46 -08:00
  • 8a596f330a Update lut2mux.cc nataliakokoromyti 2026-01-13 14:56:24 -08:00
  • 40f9e235de Update lut2mux.cc nataliakokoromyti 2026-01-13 14:45:46 -08:00
  • 6a93a94d9f fix line nataliakokoromyti 2026-01-13 14:44:51 -08:00
  • c305c426eb restore extra_args nataliakokoromyti 2026-01-13 14:43:52 -08:00
  • 8b6925c5b0 Add opt_balance_tree pass for timing optimization Natalia Kokoromyti 2026-01-13 14:20:11 -08:00
  • 71feb2a2a1 Merge pull request #5604 from YosysHQ/emil/read_verilog-remove-log Emil J 2026-01-13 17:48:30 +00:00
  • 83c1364eeb read_verilog: remove log I left behind by accident Emil J. Tywoniak 2026-01-13 18:47:23 +01:00
  • 8da113b7f0 Merge pull request #5502 from YosysHQ/emil/digit-separator Emil J 2026-01-13 17:42:24 +00:00
  • d9956b20f8 Merge pull request #5603 from YosysHQ/emil/makefile-no-ast-header Emil J 2026-01-13 17:18:40 +00:00
  • ff3c24fcdc Merge pull request #5521 from YosysHQ/emil/merge-queues Emil J 2026-01-13 17:22:37 +01:00
  • 5ba0e9cae3 Merge pull request #4235 from ylm/genblk_wire Emil J 2026-01-13 16:40:22 +01:00
  • 8e2038c419 Use digit separators for large decimal integers Emil J. Tywoniak 2025-11-24 12:28:30 +01:00
  • 21e6833010 Makefile: no longer install ast.h and ast_binding.h Emil J. Tywoniak 2026-01-13 16:33:11 +01:00
  • 8f00c1824f Merge pull request #5602 from YosysHQ/year_update Miodrag Milanović 2026-01-13 15:30:42 +01:00
  • 0e6973037d Update year in banner and license Miodrag Milanovic 2026-01-13 14:23:51 +01:00
  • b332279baf Merge pull request #5592 from YosysHQ/gus/5503-yw-load-error-msg nella 2026-01-13 12:00:06 +01:00
  • 77005b69a2 Merge pull request #5601 from YosysHQ/release/v0.61 Miodrag Milanović 2026-01-13 09:39:50 +01:00
  • b08e044994 Next dev cycle Miodrag Milanovic 2026-01-13 09:24:49 +01:00
  • 5ae48ee25f Release version 0.61 v0.61 Miodrag Milanovic 2026-01-13 08:35:02 +01:00
  • 51b210c93c Merge pull request #5600 from YosysHQ/fix_musllinux Miodrag Milanović 2026-01-13 07:08:04 +01:00
  • 78cbc21b94 Bump version github-actions[bot] 2026-01-13 00:22:49 +00:00
  • b8497217bc contributing: review process Emil J. Tywoniak 2026-01-13 00:16:58 +01:00
  • cc25ccfcd7 Merge pull request #5559 from nataliakokoromyti/upstream-lut2bmux Emil J 2026-01-12 16:09:13 +01:00
  • b3b71df07c musllinux fix so wheels build can work Miodrag Milanovic 2026-01-12 15:38:45 +01:00
  • 72690062a1 Merge pull request #5599 from YosysHQ/musllinux_fix Miodrag Milanović 2026-01-12 14:00:00 +01:00