3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-11 03:33:36 +00:00

Commit graph

  • 9c0da98531 Updates Akash Levy 2025-04-03 17:47:48 -0700
  • 406b400458
    opt_expr: Fix #4590 Krystine Sherwin 2025-04-04 12:25:31 +1300
  • 307db1ec50 Add tests for #4976. Sean Luchen 2025-04-03 10:01:34 -0700
  • bdcbbf2db6 Fix existing tests/liberty tests, and add them to Makefile. Sean Luchen 2025-04-03 09:56:24 -0700
  • 63b3ce0c77
    Merge pull request #4971 from Anhijkt/pow-optimization George Rennie 2025-04-03 14:34:36 +0200
  • 0f13b55173 Liberty file caching with new libcache command Jannis Harder 2025-04-03 13:11:48 +0200
  • 26a4b9b0c6
    Merge pull request #4981 from jix/faster-liberty-lexing Jannis Harder 2025-04-03 13:32:33 +0200
  • ccd5d352d7
    Merge e63a0685ab into 1cfe1e2813 andy fox 2025-04-03 15:58:49 +0800
  • 1cfe1e2813
    Merge pull request #4974 from YosysHQ/micko/config_exitcode KrystalDelusion 2025-04-03 09:56:13 +1300
  • 4cc2bd5b63
    Merge df390a1ceb into f03b44959b Karol Gugala 2025-04-02 17:01:51 +0000
  • 8c178a314c
    Merge fef34573c5 into f03b44959b Catherine 2025-04-02 16:42:45 +0200
  • 356067682b
    Merge 0275f979c8 into f03b44959b Gus Smith 2025-04-02 03:31:22 +0000
  • f03b44959b Bump version github-actions[bot] 2025-04-02 00:23:07 +0000
  • 4610889d27 Fix two parsing bugs that were causing private regression tests to fail. Sean Luchen 2025-04-01 13:01:00 -0700
  • c57cbfa8f9 opt_expr: add test Anhijkt 2025-04-01 21:54:46 +0300
  • 6b5507139e opt_expr: requsted changes Anhijkt 2025-04-01 20:37:22 +0300
  • 402af3ece7
    Merge pull request #4982 from YosysHQ/micko/verific_fix_restore Miodrag Milanović 2025-04-01 18:32:08 +0200
  • 72f2185a94 verific: fix restoring msg state after blackbox import Miodrag Milanovic 2025-04-01 17:35:59 +0200
  • bc01468c75 read_liberty: Faster std::string construction in the liberty lexer Jannis Harder 2025-04-01 13:50:29 +0200
  • 119e998f12 read_liberty: Faster input handling for the liberty lexer Jannis Harder 2025-04-01 13:48:44 +0200
  • d1bc47de80
    Merge 3326d169c0 into c08f72b806 Muthu Annamalai (முத்து அண்ணாமலை) 2025-04-01 10:07:14 +0000
  • 66d7ffb2c5 yosys-config: redirect to stderr/stdout depending of exit code Miodrag Milanovic 2025-04-01 08:39:11 +0200
  • c08f72b806 Bump version github-actions[bot] 2025-04-01 00:26:08 +0000
  • 3a1255546a
    Merge pull request #4975 from YosysHQ/emil/opt_expr-cover-with-tests Emil J 2025-03-31 20:13:16 +0200
  • 23f59e0196 Support array ranges for identifiers in the Liberty parser. Sean Luchen 2025-03-31 10:47:39 -0700
  • ac1033ecd5 Factor parse_vector_range out into its own function. Sean Luchen 2025-03-31 10:46:18 -0700
  • 0a6d9f4dc9 Factor report_unexpected_token out into its own function. Sean Luchen 2025-03-31 10:44:23 -0700
  • 6194eb939d opt_expr: expand test coverage Emil J. Tywoniak 2025-03-31 19:31:53 +0200
  • 58a515d57f yosys-config: Propagate exit code for help command Miodrag Milanovic 2025-03-31 16:19:45 +0200
  • ef3c16d4c4 verific: set VHDL entity source location from another attribute if available Miodrag Milanovic 2025-03-31 08:48:11 +0200
  • eb5abf9c12
    test_cell: Add $bweqx, kinda krys/cell_type_selections Krystine Sherwin 2025-03-31 16:39:13 +1300
  • 1a3f6c9d50
    test_cell: Support more cell types Krystine Sherwin 2025-03-31 16:24:40 +1300
  • 833721bfc4
    test_cell: Test CellTypes::eval() directly Krystine Sherwin 2025-03-31 11:46:24 +1300
  • 83b095ab6c opt_expr: optimize pow of 2 cells Anhijkt 2025-03-30 15:43:41 +0300
  • 5e07924e32
    Merge 5c628387fd into 314842d2a0 José Miguel Sánchez García 2025-03-29 20:35:42 +0100
  • 5821ca265a Gowin. BUGFIX. Restore MUXes. YRabbit 2025-03-29 14:52:53 +1000
  • 314842d2a0 Bump version github-actions[bot] 2025-03-29 00:22:03 +0000
  • 80dc946499
    Makefile: Test yosys git status in check-git-abc krys/check_yosys_git KrystalDelusion 2025-03-29 12:29:55 +1300
  • 1b25e1cee0
    Merge pull request #4942 from Anhijkt/fix-ice40dsp Emil J 2025-03-28 13:32:17 +0100
  • b2816b22c5
    Merge pull request #4965 from YosysHQ/krys/gen_err_files Emil J 2025-03-28 13:08:44 +0100
  • c672e442c5
    Merge pull request #4966 from yrabbit/primitives Emil J 2025-03-28 13:07:09 +0100
  • ec8b745929
    Merge pull request #4733 from antmicro/fix-setundef-pass-for-params Emil J 2025-03-28 13:06:04 +0100
  • ca57e14819 Address review feedback Akash Levy 2025-03-27 15:53:50 -0700
  • f2d7833b2b
    test-compile: gcc-14 as newest krys/update_gcc Krystine Sherwin 2025-03-28 10:31:06 +1300
  • c37db637c7 Gowin. Remove unnecessary modules YRabbit 2025-03-28 06:34:26 +1000
  • a0dabf9203 Add extra test Kelvin Chung 2025-03-26 22:24:41 +0000
  • 7b23e3afa2
    test-compile: Test newer GCC Krystine Sherwin 2025-03-27 11:18:41 +1300
  • 5b6b3d01bf
    Update gen-tests-makefile.sh KrystalDelusion 2025-03-27 10:33:51 +1300
  • 8a68ae6023
    Update gen-tests-makefile.sh KrystalDelusion 2025-03-27 10:10:49 +1300
  • cb03a1ec21 ice40_dsp: fix test Anhijkt 2025-03-26 15:13:05 +0200
  • 7bbdf6049a Move implementation to constmap and add test Kelvin Chung 2025-03-26 11:52:55 +0000
  • aa4d59cdcb Trigger abc segfault for testing emil/segfault-test-abc Emil J. Tywoniak 2025-03-26 12:20:57 +0100
  • 1113c8c95a feat: Allow full constant wrapping for hilomap Kelvin Chung 2025-02-28 19:35:47 +0000
  • b9131853ff
    Merge pull request #4954 from YosysHQ/krys/abstract_default_val Emil J 2025-03-26 10:40:37 +0100
  • 620f510479 Add gatesi_mode to init gates under gates_mode in BLIF format kamay 2025-03-04 11:31:59 +0100
  • d3aec12fe9 Bump version github-actions[bot] 2025-03-26 00:22:20 +0000
  • ea74ad33a5
    Merge pull request #4961 from YosysHQ/emil/cutpoint-typo Emil J 2025-03-25 21:30:29 +0100
  • af9ad51a0a
    Merge pull request #4960 from stashcroft/fix-32-bit-builds Emil J 2025-03-25 18:44:44 +0100
  • 4991ed9d4b cutpoint: fix typo Emil J. Tywoniak 2025-03-25 18:10:47 +0100
  • 518986d45c Make cxxrtl tests work on 32-bit by using __builtin_clzll when needed Scott Ashcroft 2025-03-25 13:12:04 +0000
  • 04bbd4e7e2 Make all vector-size related integer params in $print sim model signed Scott Ashcroft 2025-03-25 13:08:49 +0000
  • b429fba5ac
    Docs: How to use bugpoint paragraphs Krystine Sherwin 2025-03-25 17:06:05 +1300
  • 59602740ee Bump version github-actions[bot] 2025-03-25 00:23:05 +0000
  • 0a1c664f02
    simplify: Skip AST_PRIMITIVE in AST_CELLARRAY krys/primitive_array_error Krystine Sherwin 2025-03-25 12:15:54 +1300
  • 3dde02e730
    Docs: What is bugpoint in paragraphs Krystine Sherwin 2025-03-25 12:05:41 +1300
  • cce7aaedf7
    Merge pull request #4939 from DanielG/rsync-fallback KrystalDelusion 2025-03-25 10:41:27 +1300
  • 67970db575
    Merge 2e1562a28a into 644efca341 Sapphire Koser 2025-03-24 21:41:15 +0000
  • 644efca341
    Merge pull request #4953 from YosysHQ/krys/local_docs_fixes KrystalDelusion 2025-03-25 10:36:18 +1300
  • a647731812
    Merge pull request #4677 from YosysHQ/emil/opt_merge-hashing KrystalDelusion 2025-03-25 10:36:02 +1300
  • 2b67ad78bf mk: Fall back to cp if rsync is not available Daniel Gröber 2025-03-14 21:23:33 +0100
  • 69fd9e065e
    Merge 53eae2f555 into 8bde6ac17c Ethan Mahintorabi 2025-03-22 14:11:43 +0000
  • a3fcfddb34
    bugpoint: Document -wires flag Krystine Sherwin 2025-03-22 17:15:55 +1300
  • c4f6e90cc5
    docs: User-defined failures in bugpoint Krystine Sherwin 2025-03-22 16:57:46 +1300
  • 47202f51f3
    Docs: Move verilog.rst to using_yosys Krystine Sherwin 2025-03-22 14:18:57 +1300
  • db0a707b44
    docs: Bullets for identifying issues Krystine Sherwin 2025-03-21 16:31:33 +1300
  • 94a4ea299e
    docs: Minimizing synth with -run bullets Krystine Sherwin 2025-03-21 11:54:54 +1300
  • 507e316d92
    docs: Some extra bugpoint bullets Krystine Sherwin 2025-03-21 11:32:46 +1300
  • 5701b7c282
    Merge 7d7c32d056 into 8bde6ac17c KrystalDelusion 2025-03-21 10:41:40 +1300
  • 7d7c32d056
    Makefile: Fix chformal.cc copy docs-preview-cmdref_groups Krystine Sherwin 2025-03-21 10:41:29 +1300
  • 032ab8e444
    Drop <cmd>.rst dump Krystine Sherwin 2025-03-21 10:34:40 +1300
  • 84dbdb4b6b
    flatten: Move to hierarchy folder Krystine Sherwin 2025-03-21 10:28:48 +1300
  • 9966c5cd2d
    Docs: Naming techlibs Krystine Sherwin 2025-03-21 10:28:48 +1300
  • 925b00dd94
    cmdref: Groups and group names Krystine Sherwin 2025-03-21 10:28:48 +1300
  • 1161dfd274
    Docs: Include internal cmds in toctree Krystine Sherwin 2025-03-21 10:28:48 +1300
  • 45225d1391
    synthprop: Use override keyword Krystine Sherwin 2025-03-21 10:28:48 +1300
  • b9f0fabff0
    docs/internal: Add note on synth_* script highlighting Krystine Sherwin 2025-03-21 10:28:48 +1300
  • ebd6d5f85b
    cmdref: Drop optiongroups Krystine Sherwin 2025-03-21 10:28:48 +1300
  • a2433ba34b
    cmdref: Format help_script() output as yoscrypt Krystine Sherwin 2025-03-21 10:28:48 +1300
  • b1c9097a12
    cmdref: codeblock language now works Krystine Sherwin 2025-03-21 10:28:48 +1300
  • fb944ca0fb
    cmdref: Drop pmgen index Krystine Sherwin 2025-03-21 10:28:47 +1300
  • 435e3d5fc1
    cmdref: Split passes/status from passes/cmds Krystine Sherwin 2025-03-21 10:28:47 +1300
  • 40b207d625
    cmdref: Assign rmports to greenpak group Krystine Sherwin 2025-03-21 10:28:47 +1300
  • 6f96f9c373
    Docs: Title for index_internal Krystine Sherwin 2025-03-21 10:28:47 +1300
  • 753b418a8b
    Docs: Skeleton documentation for writing command help Krystine Sherwin 2025-03-21 10:28:47 +1300
  • b4ccaf8c08
    autocmd_rst: autodoc for generated RST Krystine Sherwin 2025-03-21 10:26:13 +1300
  • 97b9a4c095
    cmd_documenter: Fix option_spec Krystine Sherwin 2025-03-21 10:26:13 +1300
  • 07b6a35553
    Docs: Option lists have yoscrypt highlights Krystine Sherwin 2025-03-21 10:26:13 +1300
  • d1d419cb51
    cmdref: Assigning cmds to formal group Krystine Sherwin 2025-03-21 10:26:12 +1300
  • a74aeb1301
    Docs: Grouping changes Krystine Sherwin 2025-03-21 10:26:12 +1300
  • 598b41406c
    Docs: Don't force READTHEDOCS on local Krystine Sherwin 2025-03-21 10:26:12 +1300