1
0
mirror of synced 2026-05-23 05:42:45 +00:00

Commit Graph

  • d1695ad998 Merge pull request #4666 from thorpej/dev/pkgsrc-patch-NetBSD-2 Emil J 2024-10-22 13:10:52 +02:00
  • b34e2603ab Makefile: add -rdynamic on macOS to fix plugins with LTO Emil J 2024-10-22 12:52:50 +02:00
  • f3213d5057 README: tell macOS users to use brew clang with LTO Emil J 2024-10-22 12:45:06 +02:00
  • 7db4c65970 Merge pull request #4672 from YosysHQ/emil/fix-tcl-args-cxxopts Emil J 2024-10-21 15:41:24 +02:00
  • c1907ef5b7 Merge pull request #4668 from YosysHQ/emil/vendor-submodules Emil J 2024-10-21 15:37:51 +02:00
  • ccd98d21c1 Start Tcl design inspection methods Martin Povišer 2024-10-16 11:43:02 +02:00
  • 8c2d1a16d0 Bump version github-actions[bot] 2024-10-19 00:20:20 +00:00
  • 37e61b993a yosys: fix pyosys initialization segfault Emil J. Tywoniak 2024-10-17 22:21:50 +02:00
  • 799497ebba Merge pull request #4671 from YosysHQ/emil/const-deref-pyosys Emil J 2024-10-18 11:46:12 +02:00
  • 49d8a35c2e rtlil: appease py_wrap Emil J. Tywoniak 2024-10-18 11:31:20 +02:00
  • d5aadeae3b py_wrap: remove some debug statements Emil J. Tywoniak 2024-10-18 11:18:34 +02:00
  • 67e5c4b1f6 Merge pull request #4676 from YosysHQ/micko/fix_macos_ci Miodrag Milanović 2024-10-18 09:31:35 +02:00
  • be8c75a3a5 CI: make CI continue even if brew objects Miodrag Milanovic 2024-10-18 08:38:36 +02:00
  • 0d9c59e4e6 Bump version github-actions[bot] 2024-10-18 00:20:28 +00:00
  • a370c116d5 libs/fst: Use unbuffered IO flag Krystine Sherwin 2024-10-18 07:25:29 +13:00
  • f881ba6200 test-docs-build: Install docs prereqs Krystine Sherwin 2024-10-18 05:38:49 +13:00
  • 38dae1d7e0 Merge pull request #4376 from YosysHQ/krys/docs_cmd_ref KrystalDelusion 2024-10-18 04:53:43 +13:00
  • a54f632258 Bump version github-actions[bot] 2024-10-17 00:20:44 +00:00
  • d29499a10f actions: vendor sources with submodules for releases Emil J. Tywoniak 2024-10-17 00:11:10 +02:00
  • 0341265e64 driver: fix special args passing to tcl and python Emil J. Tywoniak 2024-10-16 23:56:45 +02:00
  • e9e67f381c rtlil: remove trailing comma as pyosys workaround Emil J. Tywoniak 2024-10-16 23:15:06 +02:00
  • f219bb357f py_wrap: kinda fixed Emil J. Tywoniak 2024-10-16 23:12:41 +02:00
  • 86630bba08 py_wrap: nested classes Emil J. Tywoniak 2024-10-16 22:55:17 +02:00
  • 4b9c135098 py_wrap: refactor nesting_delta Emil J. Tywoniak 2024-10-16 22:46:23 +02:00
  • d1c6699125 test-docs-build: Use fast runner Krystine Sherwin 2024-10-17 07:15:11 +13:00
  • e5da0e341e Makefile: Combine gen_images and gen_examples Krystine Sherwin 2024-10-17 07:12:34 +13:00
  • 2157f67184 libs/fst: Patch more _MSC_VER checks Krystine Sherwin 2024-10-17 07:05:24 +13:00
  • 827e5baca7 libs/fst: Update from upstream Krystine Sherwin 2024-10-17 07:05:23 +13:00
  • 5f83d4d9da libs/fst: Patch <io.h> Krystine Sherwin 2024-10-17 07:05:23 +13:00
  • 1055e8ce51 libs/fst: Add fst_win_unistd.h to srcfiles.txt Krystine Sherwin 2024-10-17 07:05:23 +13:00
  • a54721aa39 libs/fst: Patch for zlib on windows Krystine Sherwin 2024-10-17 07:05:23 +13:00
  • c4a0845207 libs/fst: Fix filename references Krystine Sherwin 2024-10-17 07:05:23 +13:00
  • 2edb9397c3 libs/fst: Update from upstream Krystine Sherwin 2024-10-17 07:05:23 +13:00
  • 5d14c3017e test-build.yml: Add test-docs-build Krystine Sherwin 2024-07-19 14:23:31 +12:00
  • 4ea6119734 cmdref: Move html only section inside cmd:def Krystine Sherwin 2024-07-19 14:23:31 +12:00
  • f137509505 Merge pull request #4332 from YosysHQ/krys/help_docs KrystalDelusion 2024-10-17 05:01:35 +13:00
  • e9d9e92804 Docs: Make code_examples/extensions parallel safe Krystine Sherwin 2024-10-17 04:40:21 +13:00
  • 9432e972f7 Merge pull request #4626 from povik/select-t-at Martin Povišer 2024-10-16 10:18:05 +02:00
  • 11e94cc97c Bump version github-actions[bot] 2024-10-16 00:20:45 +00:00
  • f9f509bc25 select: add t:@<name> test Emil J. Tywoniak 2024-10-15 21:06:06 +02:00
  • 81bbde62ca verilog_parser: silence yynerrs warning Emil J. Tywoniak 2024-10-15 12:16:02 +02:00
  • 09be0351ce select: Add new t:@<name> syntax Martin Povišer 2024-10-02 11:25:12 +02:00
  • adb6cdb167 Bump version github-actions[bot] 2024-10-15 00:20:48 +00:00
  • f75b1e838c misc/yosys-config.in: don't use the non-portable '==' operator with test(1). Jason Thorpe 2024-10-14 16:06:34 -07:00
  • bc77575c22 Docs: Fix word_logic.rst Krystine Sherwin 2024-10-15 11:46:21 +13:00
  • c93fd54e43 ci: Install docs/reqs (namely, furo-ys) Krystine Sherwin 2024-10-15 11:37:52 +13:00
  • 27b8b4e81e Docs: Fix missing groups Krystine Sherwin 2024-10-15 11:08:30 +13:00
  • 1513366f21 Docs: Adding mux cell descriptions Krystine Sherwin 2024-10-15 07:11:56 +13:00
  • dfe803b5c6 Docs: Comments from @jix Krystine Sherwin 2024-09-16 20:38:37 +12:00
  • 927dc445dd Docs: Render cell titles Krystine Sherwin 2024-09-16 14:11:01 +12:00
  • 7216f07691 Docs: Define is_evaluable Krystine Sherwin 2024-09-16 13:11:31 +12:00
  • 9d808caba6 Docs: Add note on $check Krystine Sherwin 2024-09-16 13:02:54 +12:00
  • e40134c856 Docs: Update for properties Krystine Sherwin 2024-09-06 15:40:22 +12:00
  • 4d84d7e69f simlib.v: Add x-output tag Krystine Sherwin 2024-09-06 15:36:42 +12:00
  • ce6a7fe4fc docs/util: Cells now have properties Krystine Sherwin 2024-09-06 15:17:51 +12:00
  • e3d939b719 Docs: Drop fifo.out and fifo.stat Krystine Sherwin 2024-09-05 17:50:32 +12:00
  • 1a2401816a Docs: Add cell title TODO Krystine Sherwin 2024-09-05 17:47:36 +12:00
  • ed92374263 simlib.v: Update case equality operators to v2 Krystine Sherwin 2024-09-05 17:46:46 +12:00
  • b1025dbaa6 cellhelp.py: Cells can have tags Krystine Sherwin 2024-09-05 16:51:26 +12:00
  • 9ce6952131 Docs: TODOs block, todos don't Krystine Sherwin 2024-09-05 16:22:16 +12:00
  • f70a66f5b3 Docs: Assert cell has group Krystine Sherwin 2024-09-05 16:20:13 +12:00
  • 5c4f7b4deb Docs: $eqx aka case equality Krystine Sherwin 2024-09-05 16:10:28 +12:00
  • 217c2a15dd Docs: Add todos from JF Krystine Sherwin 2024-09-03 12:13:52 +12:00
  • 00050833ef Docs: Add gate_other page Krystine Sherwin 2024-09-03 12:03:57 +12:00
  • 5473b60aec Docs: Split gate-level cells into subpages Krystine Sherwin 2024-08-29 10:44:07 +12:00
  • b0bc29e215 Docs: Add todo for $check Krystine Sherwin 2024-08-29 10:43:46 +12:00
  • 596d914ead simcells: Apply group tags Krystine Sherwin 2024-08-29 10:43:25 +12:00
  • 78b9dbd4ea Docs: Assign remaining word cells to groups Krystine Sherwin 2024-08-27 10:48:28 +12:00
  • c6414e08eb Docs: Switch to furo-ys for YoscryptLexer Krystine Sherwin 2024-06-08 15:41:52 +12:00
  • 11d2cbced2 Docs: Don't delete source/cell on make clean Krystine Sherwin 2024-05-27 16:42:06 +12:00
  • e78841ba45 Docs: Fix invalid autorefs Krystine Sherwin 2024-05-27 16:33:00 +12:00
  • 6aceb6a297 cmdref.py: Support autoref for 'help <cmd>' Krystine Sherwin 2024-05-27 16:32:45 +12:00
  • be5572ca0e Docs: Less leading backslashes Krystine Sherwin 2024-05-27 16:02:17 +12:00
  • 2b4a4cb536 Docs: Fix fsm.rst Krystine Sherwin 2024-05-27 15:48:00 +12:00
  • 46580cebb3 Docs: Move rtlil_text (back) to appendix Krystine Sherwin 2024-05-27 15:47:15 +12:00
  • 1374fc2e2b cellref: Deprecate cell_library.rst Krystine Sherwin 2024-05-27 15:46:43 +12:00
  • 04b0ae540d cellref: Move default help message to register.cc Krystine Sherwin 2024-05-27 12:47:47 +12:00
  • c662529316 Docs: Move binary operators to cell appendix Krystine Sherwin 2024-05-27 12:31:42 +12:00
  • b127ac07f8 Docs: Preliminary autocellgroup usage Krystine Sherwin 2024-05-21 18:10:20 +12:00
  • 5a4a4191af Docs: Update conf.py for cellref Krystine Sherwin 2024-05-21 14:06:57 +12:00
  • 65723200e5 Docs: Delete unused cell_ref.rst Krystine Sherwin 2024-05-21 14:06:28 +12:00
  • 37573a6f00 Docs: Use json for cellref Krystine Sherwin 2024-05-21 14:06:08 +12:00
  • 9533cf2916 Makefile: Use dump-cells-json for docs Krystine Sherwin 2024-05-21 14:04:38 +12:00
  • a119d41303 Docs: Move appendix toc to main toc Krystine Sherwin 2024-05-21 12:17:39 +12:00
  • 7c5b10fe50 cellref: Add json dump Krystine Sherwin 2024-05-21 12:16:32 +12:00
  • 7eb33f1933 Docs: Testing autocell Krystine Sherwin 2024-05-20 16:49:52 +12:00
  • 84f2968031 cellref: Better name checking Krystine Sherwin 2024-05-20 16:45:23 +12:00
  • ccd3bace23 Docs: Add cells loc config value Krystine Sherwin 2024-05-20 15:50:28 +12:00
  • 1b0d8633c4 Docs: Add root to ToC Krystine Sherwin 2024-05-20 15:49:49 +12:00
  • a66e94c5da Docs: Switch to furo-ys Krystine Sherwin 2024-05-20 12:29:23 +12:00
  • e5f54dd7cd Docs: Cell reference as a custom documenter Krystine Sherwin 2024-05-17 17:54:08 +12:00
  • 06e5e18371 simlib.v: Autolink referenced cells in alu Krystine Sherwin 2024-05-16 12:17:03 +12:00
  • 063a6bc2d7 register.cc: Include properties in docs Krystine Sherwin 2024-05-16 12:16:24 +12:00
  • 4c9c4c1419 celltypes.h: Add extra properties Krystine Sherwin 2024-05-16 12:15:57 +12:00
  • 21747c468c Docs: Improve cell_help usage Krystine Sherwin 2024-05-16 11:32:14 +12:00
  • 40ba92e956 Docs: Reflow line length Krystine Sherwin 2024-05-03 13:38:01 +12:00
  • 829e02ec5b Docs: Shorten cmd:ref Krystine Sherwin 2024-05-03 13:16:48 +12:00
  • e4ec3717bc Docs: Update internal cells to autoref Krystine Sherwin 2024-05-03 13:14:25 +12:00
  • c0f9828b3c Docs: Add autoref role Krystine Sherwin 2024-05-03 12:55:08 +12:00
  • f9b4e04fef Docs: Add cell reference Krystine Sherwin 2024-05-03 11:45:17 +12:00