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

Commit Graph

  • 0ab13924a5 write_verilog: log_abort on unhandled $check flavor Robin Ole Heinemann 2025-01-30 14:39:09 +01:00
  • 2f11dc87c9 write_verilog: emit $check cell names as labels Robin Ole Heinemann 2025-01-30 10:15:53 +01:00
  • c2691207df wreduce: fix warning for deprecated IdString::in(pool<IdString>) Emil J. Tywoniak 2025-01-30 12:01:30 +01:00
  • 954250d1df Bump version github-actions[bot] 2025-01-30 00:20:17 +00:00
  • 9534f4ab80 check if characters are found and use size if not Peter Gadfort 2025-01-29 15:56:05 -05:00
  • 9d4630484f mailmap: fix up some identities. Wanda 2025-01-29 01:39:09 +01:00
  • 25b400982b detect aliased I/O ports N. Engelhardt 2025-01-28 17:37:23 +01:00
  • 9da4fe747e fix bus ioff inference N. Engelhardt 2025-01-28 11:23:36 +01:00
  • 09ead2daa9 tcl: Update help message to clarify usage of result.string David Sawatzke 2025-01-28 09:42:39 +01:00
  • 1d57a7cf6b macc_v2: Relax and fix cell check Martin Povišer 2025-01-27 15:52:49 +01:00
  • 916fe998ab macc_v2: Add test Martin Povišer 2025-01-27 13:18:35 +01:00
  • 6c76dcec3e macc_v2: Fix v2 omissions macc_v2 Martin Povišer 2025-01-27 13:08:44 +01:00
  • aabb4ea1df macc_v2: Fix checks and parameter padding Martin Povišer 2025-01-27 13:08:19 +01:00
  • 653b5bda40 qlf_k6n10f: add -mince 10 (en signal is shared between 20 FFs on this architecture) ql_mince N. Engelhardt 2025-01-27 10:56:37 +01:00
  • 1b6b6a77ba docs/rosette: Add details for Scope Krystine Sherwin 2025-01-25 09:51:20 +13:00
  • 2241a65f78 fix tests not expecting ioffs N. Engelhardt 2025-01-24 21:29:10 +01:00
  • 1cf8e7c7db add ioff inference for qlf_k6n10f N. Engelhardt 2025-01-24 18:48:09 +01:00
  • 3184b335da macc_v2: Fix language constructs in simlib model Martin Povišer 2025-01-24 12:35:36 +01:00
  • cb8f855f34 rtlil: Fix macc_v2 cell check Martin Povišer 2025-01-24 12:35:23 +01:00
  • 1e8aa56f7f macc_v2: Init simlib model Martin Povišer 2025-01-10 13:43:54 +01:00
  • 61450e8b6e Update codebase for macc_v2 Martin Povišer 2025-01-10 13:42:26 +01:00
  • 5882055899 macc_v2: Add C port Martin Povišer 2025-01-10 11:44:54 +01:00
  • c5fd96ebb0 macc_v2: Start new cell Martin Povišer 2024-12-13 19:01:41 +01:00
  • 08394c51a2 rtlil: Add const append helper Martin Povišer 2024-12-13 18:59:35 +01:00
  • 3d35f367cf Bump version github-actions[bot] 2025-01-24 00:20:25 +00:00
  • 242c037158 docs/rosette: Add overview Krystine Sherwin 2025-01-24 13:10:34 +13:00
  • 3076803c9e write_json: missing \n in help text. Catherine 2025-01-23 05:17:52 +00:00
  • 4a27d93b06 Bump version github-actions[bot] 2025-01-22 00:20:51 +00:00
  • e456f2e972 Next dev cycle Miodrag Milanovic 2025-01-21 15:26:22 +01:00
  • 427b5a251b Release version 0.49 v0.49 Miodrag Milanovic 2025-01-21 14:59:09 +01:00
  • da5c20dcfb Merge pull request #4849 from YosysHQ/emil/hashlib-merge-top-ops Emil J 2025-01-21 12:09:27 +01:00
  • d50849ea83 Copyright year update Miodrag Milanovic 2025-01-21 08:48:29 +01:00
  • 3f4f6c17d6 Bump version github-actions[bot] 2025-01-21 00:20:11 +00:00
  • 0c95a76c97 Merge pull request #4856 from gadfort/synth-flatten Martin Povišer 2025-01-20 19:38:25 +01:00
  • 66545caa1b Merge branch 'main' into synth-flatten Peter Gadfort 2025-01-20 10:24:38 -07:00
  • f6517a5931 Merge pull request #4859 from YosysHQ/docs-preview-git_links N. Engelhardt 2025-01-20 15:39:34 +00:00
  • 2c6dc1ac83 Merge pull request #4858 from YosysHQ/update_latest-24.04 Miodrag Milanović 2025-01-20 16:34:46 +01:00
  • a2c26a00f2 hashlib: document merged hash_top_ops with hash_ops Emil J. Tywoniak 2025-01-20 16:25:52 +01:00
  • aa01ef3312 hashlib: simplify loopback. NFC Emil J. Tywoniak 2025-01-20 16:15:48 +01:00
  • 6b449970ef test-build: Fix missing bzlib.h Miodrag Milanovic 2025-01-20 16:08:42 +01:00
  • 398024e813 Merge pull request #4851 from YosysHQ/nak/scopeindex_private_hdlname N. Engelhardt 2025-01-20 14:12:25 +00:00
  • 0c61f1a9a8 conf.py: Fix source_directory KrystalDelusion 2025-01-20 16:30:30 +13:00
  • ab4bda8ae2 Docs: Fix links for view/edit source KrystalDelusion 2025-01-20 16:19:36 +13:00
  • 90b1ccf67b test-compile: Set oldest clang to 10 KrystalDelusion 2025-01-20 11:57:47 +13:00
  • 2403c406fb test-compile: Update latest clang KrystalDelusion 2025-01-20 11:21:17 +13:00
  • 37acfce8c4 test-compile: Update oldest clang for 24.04 KrystalDelusion 2025-01-20 11:07:40 +13:00
  • f0860459ac add support for using scratchpad value for flatten.separator in flatten command Peter Gadfort 2025-01-18 10:45:19 -07:00
  • c4f90693aa Revert "add support for passing flatten -separator to flatten in synth" Peter Gadfort 2025-01-18 10:37:56 -07:00
  • 63074ccb89 add support for passing flatten -separator to flatten in synth Peter Gadfort 2025-01-18 10:27:10 -07:00
  • 76d85fefac Bump version github-actions[bot] 2025-01-18 00:19:38 +00:00
  • 4f0dae17ad Merge pull request #4852 from gsomlo/gls-tcl9-json11cpp-cstdint Martin Povišer 2025-01-17 09:43:49 +01:00
  • fe79a77e39 Fix undefined type error in libs/json11/json11.cpp Gabriel Somlo 2025-01-16 09:23:16 -05:00
  • a5ba1d2eba fix bugs in handling last id in hdlname to scopename conversion N. Engelhardt 2025-01-16 12:57:08 +01:00
  • d640157ec4 fix some cases of hdlname being added to objects with private names N. Engelhardt 2025-01-15 15:56:42 +01:00
  • 17d45796a6 ModuleHdlnameIndex: handle objects with private name and hdlname attribute N. Engelhardt 2025-01-15 15:25:35 +01:00
  • eac2294cab Bump version github-actions[bot] 2025-01-15 00:20:50 +00:00
  • 901935fbce hashlib: merge hash_ops with hash_top_ops for plugin compat Emil J. Tywoniak 2025-01-13 20:21:05 +01:00
  • 85c425469c Merge pull request #4848 from YosysHQ/emil/fix-hash-ops-discard Martin Povišer 2025-01-14 13:53:08 +01:00
  • 4dbef95792 mark all hash_top methods nodiscard Emil J. Tywoniak 2025-01-14 12:48:59 +01:00
  • a58481e9b7 mark all hash_into methods nodiscard Emil J. Tywoniak 2025-01-14 12:39:15 +01:00
  • a2805b15c9 hashlib: fix hash_obj_ops discarding hash value Emil J. Tywoniak 2025-01-14 12:36:24 +01:00
  • 6225abec71 Merge pull request #4839 from mikesinouye/separator Martin Povišer 2025-01-13 15:51:31 +01:00
  • 5c41d8bd88 enforce that hdlname/scopename is used consistently with public/private names nak/hdlname_consistency N. Engelhardt 2025-01-13 14:30:46 +01:00
  • 502c39b875 Bump version github-actions[bot] 2025-01-11 00:21:05 +00:00
  • 0f3f1cfa4d Merge pull request #4840 from ldoolitt/main Emil J 2025-01-10 23:47:33 +01:00
  • 9f7040b3d1 Merge pull request #4683 from keszybz/use-SOURCE_DATE_EPOCH Emil J 2025-01-10 23:43:26 +01:00
  • 27be9a6b77 keep_hierarchy.cc: use strictly correct syntax for printf of uint64_t values Larry Doolittle 2025-01-10 14:03:09 -08:00
  • 7e3990b681 Merge pull request #4837 from YosysHQ/json_scopinfo_opt N. Engelhardt 2025-01-10 09:57:22 +00:00
  • 1fdb2a4511 gatemate: Add CC_SERDES parameters and update port names Patrick Urban 2025-01-10 10:25:10 +01:00
  • 13b183c9c5 Add option for a custom flatten block separator char mikesinouye 2025-01-09 18:30:23 -08:00
  • 828ccfac4b Bump version github-actions[bot] 2025-01-09 00:21:05 +00:00
  • 77b28442a5 emit $scopeinfo cells by default N. Engelhardt 2025-01-08 14:46:47 +01:00
  • ca0ace66bc Merge pull request #4817 from povik/macc_v2-1 Martin Povišer 2025-01-08 14:42:51 +01:00
  • dab7905cbe write_json: add option to include $scopeinfo cells N. Engelhardt 2025-01-08 13:04:14 +01:00
  • 366e3f22fb Merge pull request #4836 from YosysHQ/emil/share-fix-log Martin Povišer 2025-01-08 13:14:34 +01:00
  • 652a1b9806 macc: Stop using the B port Martin Povišer 2024-12-13 18:10:10 +01:00
  • 1836a571c9 share: fix misleading log message Emil J. Tywoniak 2025-01-07 19:25:15 +01:00
  • d37449605d Bump version github-actions[bot] 2025-01-07 00:21:35 +00:00
  • ad698f4397 Merge pull request #4833 from YosysHQ/docs-preview-norestructure N. Engelhardt 2025-01-06 15:38:38 +00:00
  • 41e4aa8f0a Merge pull request #4819 from povik/wreduce-resign Martin Povišer 2025-01-06 15:27:55 +01:00
  • 7698dfba5e smtr: Fix help text Krystine Sherwin 2025-01-06 14:31:50 +13:00
  • f4c7377ac1 functional_ir.rst: Fix typo Krystine Sherwin 2025-01-06 14:30:55 +13:00
  • 23fa9b2014 functional_ir.rst: Initial skeleton for Rosette Krystine Sherwin 2025-01-06 14:30:29 +13:00
  • ef7734d610 functional_ir.rst: Formatting Krystine Sherwin 2025-01-06 12:01:21 +13:00
  • 9e039095e9 Docs: Remove restructure note KrystalDelusion 2025-01-06 11:08:00 +13:00
  • 17a53b8385 Bump version github-actions[bot] 2025-01-04 00:20:29 +00:00
  • be351886a5 wreduce: Adjust naming and comments Martin Povišer 2025-01-03 12:54:34 +01:00
  • 45e31f06b4 Merge pull request #4831 from mikesinouye/hashlib Martin Povišer 2025-01-03 10:32:56 +01:00
  • de9cb5a60c Remove spurious prime mikesinouye 2025-01-02 11:05:30 -08:00
  • 1ae0d8432f Approximately double the max hash table size mikesinouye 2025-01-02 08:59:11 -08:00
  • cbb95cb517 Bump version github-actions[bot] 2024-12-26 00:20:44 +00:00
  • 1ef4c7f565 yosys-smtbmc: add cvc5 to help text. Catherine 2024-12-25 04:59:02 +00:00
  • 9a11204329 Update ALU MULT mode in gowin to match nextpnr Aritz Erkiaga 2024-12-22 18:26:30 +01:00
  • 8acc77c1e0 Bump version github-actions[bot] 2024-12-20 00:21:02 +00:00
  • 8fd40942e9 Merge pull request #4825 from YosysHQ/emil/fix-gcc-error-directive Emil J 2024-12-19 16:29:03 +01:00
  • cea5326229 yosys_common: fix gcc warning in #error directive Emil J. Tywoniak 2024-12-19 15:55:51 +01:00
  • 301d9677b0 Merge pull request #4824 from YosysHQ/emil/fix-witness-stack-overflow Emil J 2024-12-19 15:30:57 +01:00
  • a6bd8ff3e5 yw: fix unintensional recursion in hash_into Emil J. Tywoniak 2024-12-19 11:47:34 +01:00
  • 281e474d45 Bump version github-actions[bot] 2024-12-19 00:22:04 +00:00
  • 6ab5be4a0e Merge pull request #4814 from YosysHQ/emil/make-test-fasterer Emil J 2024-12-18 19:02:39 +01:00