1
0
mirror of synced 2026-05-23 13:46:47 +00:00

Commit Graph

  • 01f332e750 opt_expr: reduce mostly harmless warning to log Emil J. Tywoniak 2024-06-25 20:18:49 +02:00
  • 1288166f7a Bump version github-actions[bot] 2024-06-25 00:17:11 +00:00
  • 1e401c3e04 Merge pull request #4460 from YosysHQ/micko/c++17 Miodrag Milanović 2024-06-24 19:54:30 +02:00
  • fa4a2b6b0d opt_expr: In clkinv loop ignore irrelevant cells early Martin Povišer 2024-01-31 13:24:12 +01:00
  • 7a8a69b65c opt_expr: Revisit sorting in replace_const_cells Martin Povišer 2024-01-31 13:21:43 +01:00
  • 120fedbf68 experimental src decomposition, broken RTLIL dump emil/special-src-attribute Emil J. Tywoniak 2024-06-24 17:55:44 +02:00
  • 777624ccf5 Make yosys-config dependant of Makefile Miodrag Milanovic 2024-06-24 16:08:08 +02:00
  • 7532334875 failed trick with tag_dict to track which dict of consts takes up space emil/tag-dict-inherit Emil J. Tywoniak 2024-06-24 13:05:56 +02:00
  • 9ead84c99d very WIP small AstNode emil/small-astnode Emil J. Tywoniak 2024-06-24 00:51:10 +02:00
  • 89d939334e rtlil: Fix addShiftx for signed shifts Martin Povišer 2024-06-21 15:14:08 +02:00
  • 66c629374c fix proc, reduce warnings Emil J. Tywoniak 2024-06-21 11:56:36 +02:00
  • 1be8f8023a add morphCell instead of type assignments, test_cell passes for all cells Emil J. Tywoniak 2024-06-20 23:41:09 +02:00
  • d2107a9ee4 reconsidering unset Emil J. Tywoniak 2024-06-20 16:43:45 +02:00
  • 6c8ae44ae7 Bump version github-actions[bot] 2024-06-20 00:17:08 +00:00
  • 22d8df1e7e liberty: Support for IO liberty files for verification gatecat 2024-06-10 16:29:11 +02:00
  • 76102f0bc5 $not now passes test_cell! Emil J. Tywoniak 2024-06-19 18:55:40 +02:00
  • ede3750a6c Bump version github-actions[bot] 2024-06-19 00:17:13 +00:00
  • 81f783bf62 cells can now be created, techmap broken Emil J. Tywoniak 2024-06-18 19:16:48 +02:00
  • b190055bbb fix swapped conns, params in interators Emil J. Tywoniak 2024-06-18 16:16:34 +02:00
  • 8024688b1d Merge pull request #4459 from YosysHQ/micko/vanilla_verific Miodrag Milanović 2024-06-18 10:50:20 +02:00
  • 43d8c7f352 experimenting with test_cell Emil J. Tywoniak 2024-06-17 19:14:39 +02:00
  • 2bbf3112d9 Update VS build to C++17 build Miodrag Milanovic 2024-06-17 17:29:20 +02:00
  • f9b7b8fff0 Update documentation for C++17 switch Martin Povišer 2024-06-17 17:08:13 +02:00
  • 141a2e3638 Make C++17 compiler required Miodrag Milanovic 2024-06-17 16:55:36 +02:00
  • dfde792288 Refactored import code Miodrag Milanovic 2024-06-17 14:49:58 +02:00
  • 19da7f7d59 Update makefile to make options uniform Miodrag Milanovic 2024-06-11 15:32:16 +02:00
  • 0f3f731254 Handle -work for vhdl, and clean messages Miodrag Milanovic 2024-06-11 08:57:02 +02:00
  • 0a81c8e161 Import all modules from all libraries when when needed Miodrag Milanovic 2024-06-11 08:26:16 +02:00
  • 7c3094633d Compile with hier_tree separate SV and VHDL as well Miodrag Milanovic 2024-06-11 07:48:26 +02:00
  • e2e189647f Cleanup Miodrag Milanovic 2024-06-10 10:12:33 +02:00
  • 7bec332b68 SV + VHDL with RTL support Miodrag Milanovic 2024-06-10 09:44:39 +02:00
  • 25d50bb2af VHDL only build support Miodrag Milanovic 2024-06-07 14:58:33 +02:00
  • 54bf9ccf06 Add initial support for Verific without additional YosysHQ patch Miodrag Milanovic 2024-05-21 17:08:07 +02:00
  • cb8b923f38 nix: brokey for tomík emil/nix-brokey Emil J. Tywoniak 2024-06-17 10:53:41 +02:00
  • fbdfff168b placement new, fix empty probably Emil J. Tywoniak 2024-06-17 10:53:08 +02:00
  • 65d50db4ef 100% Emil J. Tywoniak 2024-06-14 17:26:48 +02:00
  • 2f0f10cb87 peepopt: limit padding from shiftadd Philippe Sauter 2024-06-14 15:30:03 +02:00
  • 74e504330a peepopt: fix sign check in shiftadd Philippe Sauter 2024-06-14 13:01:18 +02:00
  • 74a1dd99ac Merge pull request #4444 from YosysHQ/krys/scripting_docs N. Engelhardt 2024-06-14 09:53:24 +02:00
  • 2fd2b6538d Bump version github-actions[bot] 2024-06-14 00:17:13 +00:00
  • 34b5c6d062 peepopt: avoid shift-amount underflow phsauter 2024-06-13 22:40:12 +02:00
  • eeb15ea2a2 73% Emil J. Tywoniak 2024-06-13 22:50:21 +02:00
  • 4c9f68216a tiny fix Emil J. Tywoniak 2024-06-13 21:37:22 +02:00
  • 866b7a7121 conns and params from dict, oldcell no longer attrobject Emil J. Tywoniak 2024-06-13 21:34:42 +02:00
  • 193a43e82c erase, clear, fork replace, idk Emil J. Tywoniak 2024-06-13 20:31:11 +02:00
  • cc10ef7019 silly compat file Emil J. Tywoniak 2024-06-13 18:35:01 +02:00
  • 61cf4b6fb6 look at all those chickens Emil J. Tywoniak 2024-06-13 14:27:11 +02:00
  • 62bff3a204 cxxrtl: don't need to specify a value for "path". Asherah Connor 2024-06-07 14:31:13 +03:00
  • 3ed2865ac5 cxxrtl: capi: don't use deprecated invocation. Asherah Connor 2024-06-07 14:30:46 +03:00
  • 8bdcc6987b consty stuff Emil J. Tywoniak 2024-06-13 12:55:52 +02:00
  • 36289ab208 consty stuff Emil J. Tywoniak 2024-06-13 12:35:31 +02:00
  • 2d6c45469f clean, not backtracking Emil J. Tywoniak 2024-06-12 19:37:45 +02:00
  • 33987d975e dead end, backtracking Emil J. Tywoniak 2024-06-12 19:30:55 +02:00
  • 919e2103c9 references - breaking Emil J. Tywoniak 2024-06-12 19:12:01 +02:00
  • 41aaaa153e peepopt shiftadd: Only match for sufficiently small constant widths George Rennie 2024-06-12 14:38:12 +01:00
  • 1c2fb078eb iterator hell Emil J. Tywoniak 2024-06-12 13:27:22 +02:00
  • 33910bcf82 iterator hell Emil J. Tywoniak 2024-06-12 13:12:55 +02:00
  • a55e8594b7 Bump version github-actions[bot] 2024-06-12 00:17:25 +00:00
  • 7f89a45ad7 cxxxrtl: fix use of format specifiers in test Marian Buschsieweke 2024-06-10 21:27:19 +02:00
  • df4e630ac4 Docs: Add section for script parsing Krystine Sherwin 2024-06-11 13:17:56 +12:00
  • ef90458820 Bump version github-actions[bot] 2024-06-11 00:17:10 +00:00
  • d7251df9a9 wip Emil J. Tywoniak 2024-06-11 00:06:52 +02:00
  • c0a51c8a52 wip Emil J. Tywoniak 2024-06-10 19:05:33 +02:00
  • 930a9f64ee add functions to new cell Emil J. Tywoniak 2024-06-10 18:51:38 +02:00
  • 2213b5d66d add functions to new cell Emil J. Tywoniak 2024-06-10 18:51:29 +02:00
  • 8403eee59b iterators Emil J. Tywoniak 2024-06-10 18:48:09 +02:00
  • 960d8e3fed Merge pull request #4440 from povik/ast-api-comment Martin Povišer 2024-06-10 18:14:05 +02:00
  • b593f5c01c Update the overview comment in ast.h Martin Povišer 2024-06-10 15:51:43 +02:00
  • e243968406 delete conn iter attempt Emil J. Tywoniak 2024-06-10 11:48:28 +02:00
  • 277c10e127 oldcell emil/cell-playground Emil J. Tywoniak 2024-06-10 11:06:37 +02:00
  • 260cc42c2f rtlil.cc: Fix decode for empty string krys/fix-4427 Krystine Sherwin 2024-06-10 14:32:42 +12:00
  • 94b44a37b2 rtlil.cc: Fix #4427 Krystine Sherwin 2024-06-10 14:18:49 +12:00
  • 9f94ecf4ed Merge pull request #4417 from kivikakk/cxxrtl-unused-output Catherine 2024-06-09 21:35:42 +01:00
  • 078c14f055 Merge pull request #4434 from mikesinouye/asan Miodrag Milanović 2024-06-08 11:48:05 +02:00
  • 82783646e5 Bump version github-actions[bot] 2024-06-08 00:17:45 +00:00
  • b0ab1cf8c3 Fix memory leak in verific file parsing. Mike Inouye 2024-06-07 22:51:28 +00:00
  • 54d5e56745 cxxrtl: fix debug_info() deprecation message. Jean-François Nguyen 2024-06-07 05:15:38 +02:00
  • e97c36d4c4 cxxrtl: don't emit syncs for empty lhs. Asherah Connor 2024-05-26 18:31:32 +03:00
  • dc69365258 cxxrtl: failing test: unconnected blackbox outputs don't compile. Asherah Connor 2024-05-26 18:21:45 +03:00
  • b056e8c0ba Next dev cycle Miodrag Milanovic 2024-06-07 08:34:06 +02:00
  • 9b6afcf3f8 Release version 0.42 yosys-0.42 Miodrag Milanovic 2024-06-07 08:29:48 +02:00
  • 9b82a44d25 Fix help message typo Miodrag Milanovic 2024-06-07 08:26:59 +02:00
  • bd28d26021 Bump version github-actions[bot] 2024-06-07 00:17:23 +00:00
  • baccf87d9c Merge pull request #4431 from jix/smtbmc-fixes Miodrag Milanović 2024-06-06 18:19:06 +02:00
  • 094fa8caba smtbmc: Fix two .yw handling related crashes Jannis Harder 2024-06-06 17:35:31 +02:00
  • b85062fcec fix stuff, don't strip emil/tracy Emil J. Tywoniak 2024-06-05 22:21:31 +02:00
  • 4c0380aa5d bufnorm: my comments emil/bufnorm-notes Emil J. Tywoniak 2024-06-03 20:43:02 +02:00
  • 855ac285f4 Bump version github-actions[bot] 2024-06-03 00:17:36 +00:00
  • 803703a833 Update flake lock workflow Miodrag Milanović 2024-06-02 19:25:05 +02:00
  • 4b67f3757f Merge pull request #4404 from YosysHQ/povik/bbox_derive Martin Povišer 2024-05-31 19:09:18 +02:00
  • 60bf00ea79 tracy: frame pointer, track memory allocations Emil J. Tywoniak 2024-05-31 12:35:31 +02:00
  • a84e4f44fe Bump version github-actions[bot] 2024-05-31 00:16:34 +00:00
  • 111b747d27 Merge pull request #4420 from YosysHQ/emil/doc-demux-todo Emil J 2024-05-30 17:45:19 +02:00
  • 97fedff383 box_derive: Tune the test Martin Povišer 2024-05-29 20:42:11 +02:00
  • b230c95cc4 select: Adjust help Martin Povišer 2024-05-29 20:41:56 +02:00
  • 0fb3f3a78e tracy: init, zones per pass execute method, pointer-colored Emil J. Tywoniak 2024-05-28 23:51:17 +02:00
  • 02ad56a132 docs: add todo for $demux Emil J. Tywoniak 2024-05-27 22:39:42 +02:00
  • 5579685673 Bump version github-actions[bot] 2024-05-25 00:16:20 +00:00
  • c7580eb18e cxxrtl: Prevent wires with input or output ports from being aliased Amiot Noe 2024-05-21 21:47:00 +02:00
  • 56c843959f Merge pull request #4412 from YosysHQ/krys/skippable_nix Miodrag Milanović 2024-05-24 14:39:49 +02:00