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

Commit Graph

  • 679156d323 Merge pull request #5686 from YosysHQ/version_bump Miodrag Milanović 2026-02-19 09:52:22 +01:00
  • abc7563a35 modtools: add ModIndex unit test Emil J. Tywoniak 2026-02-18 22:15:44 +01:00
  • b1a997aa9a modtools, wreduce: check_db sanity check emil/wreduce-db-mystery Emil J. Tywoniak 2026-02-17 19:52:30 +01:00
  • c75d80905a modtools: fix database sanity on wire name swap Emil J. Tywoniak 2026-02-18 21:20:13 +01:00
  • 29a270c4b6 Merge pull request #5675 from rowanG077/add-missing-celledges Gus Smith 2026-02-18 07:50:41 -08:00
  • 5bb31485b7 Display repo and branch when applicable Miodrag Milanovic 2026-02-18 13:34:36 +01:00
  • 62f19cb3a9 modtools: fix port_del db erase Emil J. Tywoniak 2026-02-18 12:20:36 +01:00
  • 33a2de9635 Merge pull request #5681 from YosysHQ/emil/blifparse-bounds-check Emil J 2026-02-18 12:18:05 +01:00
  • 01e89a8f9e Remove cell mentions. nella 2026-02-18 09:29:35 +01:00
  • 2b4f481850 Cleanup docs. nella 2026-02-18 09:24:41 +01:00
  • 7f1b4dcf99 Add 'init' attributes to RTLIL fuzzing Robert O'Callahan 2026-02-05 18:20:31 +00:00
  • 6b9f152a1a Add unit tests for ConcurrentWorkQueue Robert O'Callahan 2026-02-03 00:02:00 +00:00
  • e2f939a93f Add some tests for ShardedHashSet Robert O'Callahan 2026-02-02 23:36:41 +00:00
  • 71c5b6269f Add unit tests for ConcurrentQueue and ThreadPool Robert O'Callahan 2026-02-02 23:16:20 +00:00
  • 722a4fc335 Add unit-tests for ParallelDispatchThread and friends Robert O'Callahan 2026-02-02 23:04:34 +00:00
  • f2340639e8 Pass the module Subpool to rmunused_module_signals and parallelize that function Robert O'Callahan 2026-01-28 22:59:44 +00:00
  • e2345d197b Add test that connects a wire with init to a constant Robert O'Callahan 2026-02-05 19:23:10 +00:00
  • cbb5d8fa12 Pass the module Subpool to rmunused_module_cells and parallelize that function Robert O'Callahan 2026-01-28 22:59:04 +00:00
  • e213437095 Pass the module Subpool to rmunused_module_init and parallelize that function Robert O'Callahan 2026-01-28 22:46:10 +00:00
  • 2659f32616 Pass the toplevel thread pool to rmunused_module, create a Subpool, and parallelize remove_temporary_cells Robert O'Callahan 2026-01-28 22:06:19 +00:00
  • 0a64402dde Create a toplevel ParallelDispatchThreadPool and parallelize keep_cache_t::scan_module() with it Robert O'Callahan 2026-01-28 21:58:37 +00:00
  • 20189460bd Introduce RmStats struct to encapsulate removal statistics Robert O'Callahan 2026-01-28 19:27:09 +00:00
  • b153fc2d16 Make keep_cache_t process all modules up-front instead of on-demand Robert O'Callahan 2026-01-28 19:14:09 +00:00
  • 6bf9fd3e1f Parallelize Design::check() Robert O'Callahan 2026-01-29 22:45:10 +00:00
  • 704d110560 Parallelize collect_garbage() Robert O'Callahan 2026-01-29 22:16:46 +00:00
  • 937c7ceb4d Add FfInitVals::set_parallel() method Robert O'Callahan 2026-01-28 18:20:13 +00:00
  • 8ced93b176 Add MonotonicFlag Robert O'Callahan 2026-01-28 19:01:43 +00:00
  • 1a461f95c5 Add ConcurrentWorkQueue Robert O'Callahan 2026-01-28 19:00:47 +00:00
  • 6182db64d2 Add ShardedHashSet Robert O'Callahan 2026-01-28 18:59:35 +00:00
  • 8a30051fc2 Add ShardedVector Robert O'Callahan 2026-01-28 18:58:09 +00:00
  • d711cf6185 Add ParallelDispatchThreadPool Robert O'Callahan 2026-01-28 18:52:17 +00:00
  • 61482d30e5 Add work_pool_size, IntRange, item_range_for_worker, and ThreadIndex Robert O'Callahan 2026-01-28 18:50:23 +00:00
  • ae569486a0 Work around std::reverse miscompilation with empty range Robert O'Callahan 2026-01-28 18:16:24 +00:00
  • af3bb9751f Make log_error() work in a Multithreaded context. Robert O'Callahan 2026-01-28 18:14:46 +00:00
  • 577191e44d Add IdString::unescape() method Robert O'Callahan 2026-01-28 18:13:12 +00:00
  • 77f64de997 satgen: move report_missing_model here from equiv.h Emil J. Tywoniak 2026-02-16 17:01:09 +01:00
  • 81ea922512 sat: use the same cell import warnings as equiv Emil J. Tywoniak 2026-02-16 16:54:26 +01:00
  • 63068f9b8f count relative to version tag, and ignore non existing Miodrag Milanovic 2026-02-16 16:44:33 +01:00
  • e6e57b33e3 document abc --keep-going pdr [sc-220]. nella 2026-02-15 09:00:04 +01:00
  • ac96f318ef Merge pull request #5676 from YosysHQ/emil/unit-test-by-default Miodrag Milanović 2026-02-13 15:02:50 +01:00
  • 0090aa96b6 Remove version bump action Miodrag Milanovic 2026-02-13 14:22:33 +01:00
  • adf8b6b0d8 Add +post to version if from tarbal Miodrag Milanovic 2026-02-13 14:22:10 +01:00
  • c7d88ded94 Make version bump automatic Miodrag Milanovic 2026-02-13 14:21:41 +01:00
  • 1e852cef16 Fix segfault from shift with 0-width signed arg. Chris Hathhorn 2026-02-12 21:51:38 -06:00
  • e2f0c4d9a0 Bump version github-actions[bot] 2026-02-13 00:35:27 +00:00
  • bb7aa7d208 Cleanup of yml files Miodrag Milanovic 2026-02-12 14:56:45 +01:00
  • e4b32d6aae Merge pull request #5670 from max-kudinov/gowin_mult Miodrag Milanović 2026-02-12 14:30:27 +01:00
  • e5b3e9fc1f This one should run only vanilla-tests Miodrag Milanovic 2026-02-12 14:08:49 +01:00
  • c6e48f4bea These are tests from other Makefile Miodrag Milanovic 2026-02-12 14:06:08 +01:00
  • cc79c6a761 Support building out of tree, but keep always in tests/unit Miodrag Milanovic 2026-02-12 12:17:07 +01:00
  • b055ea05fd gowin: dsp: Add mult inference tests Maxim Kudinov 2026-02-12 14:12:32 +03:00
  • 5b94a97fb3 gowin: synth_gowin: Add -nodsp option Maxim Kudinov 2026-02-12 13:57:34 +03:00
  • 542b29fa6a gowin: synth_gowin: Merge flatten label with coarse Maxim Kudinov 2026-02-03 19:55:47 +03:00
  • 5ea073d45e gowin: format MULT instances Maxim Kudinov 2026-02-03 19:04:31 +03:00
  • 9b9e7b5ae3 Merge pull request #3389 from uwsampl/support-parameter-default-values-in-json-frontend-and-verilog-backend Miodrag Milanović 2026-02-12 10:17:56 +01:00
  • ce5321da8c Merge pull request #5682 from YosysHQ/update_abc Miodrag Milanović 2026-02-12 08:05:23 +01:00
  • 1319112913 Bump version github-actions[bot] 2026-02-12 00:32:36 +00:00
  • 7a0774c3bb Don't dump params by default Gus Smith 2026-02-11 08:33:39 -08:00
  • b890b1b43f Merge pull request #5678 from YosysHQ/emil/remove-dockerfile Emil J 2026-02-11 17:32:21 +01:00
  • a13b5c4211 Update ABC as per 2026-02-11 Miodrag Milanovic 2026-02-11 17:30:08 +01:00
  • be9c857e72 Fix ABC after merge Gus Smith 2026-02-11 08:12:38 -08:00
  • b0021e5b10 Add tests Gus Smith 2026-01-06 10:38:03 -08:00
  • 1ede98797f Update backends/verilog/verilog_backend.cc Gus Smith 2026-01-06 09:37:21 -08:00
  • 9ad7aed4a5 Update backends/verilog/verilog_backend.cc Gus Smith 2026-01-06 09:37:13 -08:00
  • 12ace45b89 Support param. default values in JSON FE and SV BE Gus Smith 2022-06-22 10:57:46 -07:00
  • e3db8fee6f Merge pull request #3459 from gs-jgj/feature_dsp48e1_presub Gus Smith 2026-02-11 08:02:18 -08:00
  • 8ab105ac28 Merge pull request #4303 from Coloquinte/sat_choice Gus Smith 2026-02-11 06:54:53 -08:00
  • fb2f3bdb4e abc9: perform name preservation lofty/abc9-name-preservation Lofty 2026-02-11 14:06:53 +00:00
  • 2e03ee1434 aigerparse: sanity-check AIGER header Lofty 2026-02-11 11:46:17 +00:00
  • fba29ea8f1 Merge pull request #5679 from YosysHQ/emil/abc9-remove-liberty Emil J 2026-02-11 12:36:29 +01:00
  • 43a15113ff aigerparse: add some bounds checks Emil J. Tywoniak 2026-02-11 12:07:41 +01:00
  • 3f1fbfdaee blifparse: add bounds check Emil J. Tywoniak 2026-02-11 12:16:02 +01:00
  • 915912cc76 abc9: remove -dont_use Emil J. Tywoniak 2026-02-11 11:39:09 +01:00
  • c4094e457b abc9: remove -genlib, -constr Emil J. Tywoniak 2026-02-11 11:34:54 +01:00
  • fe613f29b9 .github: move gtest to build dependencies Emil J. Tywoniak 2026-02-11 11:33:27 +01:00
  • 5a46106a46 abc9: remove -liberty Emil J. Tywoniak 2026-02-11 01:04:50 +01:00
  • a6a07fb39c Dockerfile: remove Emil J. Tywoniak 2026-02-11 00:59:12 +01:00
  • 98c3f03497 docs: clarify vanilla test run-test.sh Emil J. Tywoniak 2026-02-11 00:58:29 +01:00
  • dfbef2fe24 .github: run unit tests in build jobs, not test jobs Emil J. Tywoniak 2026-02-11 00:55:36 +01:00
  • 9f30f0e7d6 test-build: Don't rebuild OBJS Krystine Sherwin 2026-02-10 15:34:47 +13:00
  • 030e495c8b test-build: Build and cache libyosys.so Krystine Sherwin 2026-02-10 15:05:17 +13:00
  • a6e33d9916 Bump version github-actions[bot] 2026-02-10 00:38:43 +00:00
  • d2f7d3cf63 Merge pull request #5665 from rocallahan/abc-tmp-path Emil J 2026-02-09 23:26:57 +01:00
  • ff9cd0eed7 Makefile: test target requires unit-test, add vanilla-test for old test target Emil J. Tywoniak 2026-02-09 23:16:47 +01:00
  • 404ce980e4 proc_dff: better error context Emil J. Tywoniak 2026-02-09 19:02:51 +01:00
  • b04948a8cd Simplify test Gus Smith 2026-02-09 09:38:45 -08:00
  • 6f6fa49d3c Typo Gus Smith 2026-02-09 09:05:56 -08:00
  • b8ee50d77f kernel/celledges: cover more cell types Rowan Goemans 2026-02-09 14:13:40 +01:00
  • 1502e23371 Set solver from scratchpad or command line Gus Smith 2026-02-06 19:26:32 -08:00
  • b2f9ac4fb5 Check for dimacs nullptr on file creation+fn call Gus Smith 2026-02-06 18:18:03 -08:00
  • 2bb352a861 Missing newline Gus Smith 2026-02-06 17:45:00 -08:00
  • f062a0c8d6 Typo Gus Smith 2026-02-06 17:26:08 -08:00
  • cc5ebf8ee8 tests: fix the rest emil/satgen-fix-ff Emil J. Tywoniak 2026-02-07 01:17:35 +01:00
  • cf2431ac2d xilinx: fix tests Emil J. Tywoniak 2026-02-07 00:52:45 +01:00
  • 6882eb670a tests: fix fsm.ys Emil J. Tywoniak 2026-02-07 00:52:29 +01:00
  • 10b6a0f600 equiv_opt: formal2ff -clk2ff on equiv_opt -formalff or -async2sync Emil J. Tywoniak 2026-02-06 23:15:16 +01:00
  • 3c5ef17624 tests: formalff in lutram.ys and fsm.ys Emil J. Tywoniak 2026-02-07 00:37:57 +01:00
  • e30d24f98b equiv_opt: -async2sync does formalff -clk2ff as well Emil J. Tywoniak 2026-02-07 00:36:14 +01:00
  • 2e6d112a2d tests: add formalff -clk2ff to fpga fsm.ys Emil J. Tywoniak 2026-02-06 23:16:21 +01:00
  • c27803cb9f satgen: return original $ff and $anyinit model Emil J. Tywoniak 2026-02-06 23:00:39 +01:00