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

Commit Graph

  • f6e435fdfb Merge pull request #4524 from YosysHQ/emil/hashlib-interface Emil J 2024-12-18 18:50:53 +01:00
  • 026e9dae9d hashlib: fixes from jix Emil J. Tywoniak 2024-11-20 17:06:49 +01:00
  • ed70038aa1 hashlib: fixes from jix Emil J. Tywoniak 2024-11-20 12:11:37 +01:00
  • b9b9515bb0 hashlib: hash_eat -> hash_into Emil J. Tywoniak 2024-11-19 20:04:19 +01:00
  • 0a525f38c2 hashlib: declare YS_HASHING_VERSION = 1 Emil J. Tywoniak 2024-11-19 20:01:41 +01:00
  • 1df8a3e64b hashlib: legacy mkhash_add -> djb2_add Emil J. Tywoniak 2024-11-11 15:46:25 +01:00
  • 4e29ec1854 hashlib: acc -> eat Emil J. Tywoniak 2024-11-11 15:45:11 +01:00
  • 79acc141d5 hashlib: add deprecated mkhash function to prevent plugin breakage Emil J. Tywoniak 2024-11-11 13:27:04 +01:00
  • 6d53454bf5 docs: move hashing-based container details into internal docs from guidelines Emil J. Tywoniak 2024-11-11 13:14:49 +01:00
  • 1401906d81 docs: formatting and fixes Emil J 2024-11-07 00:26:01 +01:00
  • 0454787443 Docs: Formatting and fixes Krystine Sherwin 2024-11-07 10:35:02 +13:00
  • ad0dc17711 docs: document the ideas behind the hashing interface Emil J. Tywoniak 2024-11-06 18:05:29 +01:00
  • 0dafe06cd4 hashlib: run_hash uses hash_top_ops, not hash_ops Emil J. Tywoniak 2024-11-06 17:44:15 +01:00
  • 02a578365a hashlib: remove is_new from HasherDJB32, implement hash_top for IdString Emil J. Tywoniak 2024-11-06 12:58:04 +01:00
  • 704a58ab21 hashlib: restore hash_obj_ops for pointers to indexed types Emil J. Tywoniak 2024-11-04 13:11:33 +01:00
  • 52b0fc03b7 hash: solo hashing interface, override for SigBit Emil J. Tywoniak 2024-11-04 12:41:00 +01:00
  • b7991ed1f5 hashlib: prevent naive hashing of IdString when hashing SigBit Emil J. Tywoniak 2024-10-30 11:48:54 +01:00
  • 4d14399749 hashlib: allow forcing Hasher state, use it for IdString trivial hashing Emil J. Tywoniak 2024-10-30 10:49:17 +01:00
  • c1af19fabc hashlib: don't xorshift in between upper and lower word Emil J. Tywoniak 2024-10-30 10:48:09 +01:00
  • 209ab6fb72 hashlib: fudge always Emil J. Tywoniak 2024-10-18 22:59:27 +02:00
  • 582259f770 hashlib: hash_t can be set to 64-bit Emil J. Tywoniak 2024-10-18 16:18:19 +02:00
  • b8738e2bd7 hashlib: use hash_t across the board Emil J. Tywoniak 2024-10-18 12:34:25 +02:00
  • c73c88033d hashlib: only include in one place Emil J. Tywoniak 2024-10-15 12:00:51 +02:00
  • db04788c18 hashlib: fix pyosys Emil J. Tywoniak 2024-10-09 15:00:31 +02:00
  • c10b3f57e1 abc: sort stats Emil J. Tywoniak 2024-10-04 13:20:15 +02:00
  • 953508f6d2 driver: add --hash-seed Emil J. Tywoniak 2024-10-01 16:02:41 +02:00
  • d071489ab1 hashlib: redo interface for flexibility Emil J. Tywoniak 2024-10-01 15:12:03 +02:00
  • 7a362f1f74 Merge pull request #4813 from YosysHQ/micko/mxe_removal N. Engelhardt 2024-12-16 15:29:52 +01:00
  • 08778917db wreduce: Optimize signedness when possible Martin Povišer 2024-12-16 12:56:44 +01:00
  • 6240aec433 test: restore verific handling, nicer naming Emil J. Tywoniak 2024-12-13 10:24:47 +01:00
  • 4581f75b03 Bump version github-actions[bot] 2024-12-13 00:23:01 +00:00
  • f384eac28b Merge pull request #4815 from YosysHQ/verific_bounds_fix N. Engelhardt 2024-12-12 12:59:55 +01:00
  • 378864d33b bound attributes: handle vhdl null ranges N. Engelhardt 2024-12-12 11:42:39 +01:00
  • e609a59325 CI: Fixes from zizmor Krystine Sherwin 2024-12-12 15:59:16 +13:00
  • 603e5eb30a test: every test everywhere all at once Emil J. Tywoniak 2024-12-12 01:28:36 +01:00
  • e32e199ca8 Bump version github-actions[bot] 2024-12-12 00:22:44 +00:00
  • 03033ab6d4 add more tests for bounds attributes, fix attributes appearing in verilog N. Engelhardt 2024-12-11 16:11:02 +01:00
  • b9e04297f8 Remove cygwin support, users should use gcc target for it Miodrag Milanovic 2024-12-11 12:36:21 +01:00
  • c99941971f remove AFL gcc support Miodrag Milanovic 2024-12-11 12:34:48 +01:00
  • 6c3ae946ba Completely remove MXE support Miodrag Milanovic 2024-12-11 12:34:03 +01:00
  • e91e95f501 Next dev cycle Miodrag Milanovic 2024-12-11 09:01:32 +01:00
  • aaa5347494 Release version 0.48 v0.48 Miodrag Milanovic 2024-12-11 08:35:36 +01:00
  • 1f6153a55a Bump version github-actions[bot] 2024-12-11 00:22:54 +00:00
  • 4bd6061709 Merge pull request #4799 from povik/wrapcell-unused Martin Povišer 2024-12-10 21:16:28 +01:00
  • 3ce7283e12 Merge pull request #4809 from povik/rm-global-tcl-h Martin Povišer 2024-12-10 20:36:34 +01:00
  • 86fad8f6f5 Merge pull request #4803 from povik/write_verilog-buf Martin Povišer 2024-12-10 20:10:58 +01:00
  • f7ad003a6f Merge pull request #4802 from povik/abc9-box-repeat Martin Povišer 2024-12-10 20:08:17 +01:00
  • ea38fcca5e Merge pull request #4737 from povik/abc_new-design-boxes Martin Povišer 2024-12-10 20:07:56 +01:00
  • e9c7967d1e Merge pull request #4804 from povik/read_liberty-comb-cells Martin Povišer 2024-12-10 17:50:21 +01:00
  • aed32a1df4 Merge pull request #4810 from YosysHQ/emil/fix-dfflibmap-test Emil J 2024-12-10 17:46:11 +01:00
  • 55dcf0e200 tests: fix dfflibmap test - false negative conflict multiple -liberty vs enable inference Emil J. Tywoniak 2024-12-10 15:48:23 +01:00
  • 48c8d70a45 wrapcell: Test check -assert post wrapping Martin Povišer 2024-12-10 15:13:10 +01:00
  • 3cd01a57cd wrapcell: Add comments, const qualifier Martin Povišer 2024-12-10 15:12:42 +01:00
  • 0bb139dc25 abc_new: Fix help crash Martin Povišer 2024-11-13 17:51:11 +01:00
  • 6b343c2600 aiger2: Clean debug print Martin Povišer 2024-11-13 16:06:43 +01:00
  • 559209c856 abc_new: Fix PI confusion in whitebox model export Martin Povišer 2024-11-13 16:05:58 +01:00
  • 2a3f60bc06 abc_new: Support abc9_box mode on ordinary design hierarchy Martin Povišer 2024-11-13 16:05:39 +01:00
  • 285f24d764 abc_new: Support per-module script override Martin Povišer 2024-11-13 16:01:17 +01:00
  • 495a7805ec aiger2: Support $extern: hierarchy Martin Povišer 2024-11-13 15:59:03 +01:00
  • 1f718e3ab6 kernel: Remove global tcl.h include Martin Povišer 2024-12-10 13:49:08 +01:00
  • 87736a2bf9 Merge pull request #4807 from YosysHQ/emil/dfflibmap-test-dffe Emil J 2024-12-10 12:41:11 +01:00
  • b0708a38bf Merge pull request #4678 from povik/tcl-rtlil-api Martin Povišer 2024-12-09 15:44:58 +01:00
  • a353b8fff0 read_liberty: Directly set abc9_box on fitting cells Martin Povišer 2024-12-09 15:43:41 +01:00
  • 9161377c5a wrapcell: Fix help Martin Povišer 2024-12-09 15:39:28 +01:00
  • d0f239a0c4 Merge pull request #4806 from YosysHQ/micko/verific_blackbox Miodrag Milanović 2024-12-09 15:13:34 +01:00
  • 481162b848 Merge pull request #4800 from povik/portarcs-fix Martin Povišer 2024-12-09 15:13:15 +01:00
  • 681b678417 dfflibmap: cover enable inference with test Emil J. Tywoniak 2024-12-09 14:18:08 +01:00
  • 1f125a5c89 dfflibmap: reproduce dffe test oddity emil/repro-test-dffe-dfflibmap Emil J. Tywoniak 2024-12-09 13:49:38 +01:00
  • f4ddbc3994 Merge pull request #4771 from pepijndevos/famxtra Miodrag Milanović 2024-12-08 19:46:36 +01:00
  • fa0c311862 Bump version github-actions[bot] 2024-12-07 00:22:16 +00:00
  • 05398889ad Add verific verilog test cases for blackboxes Miodrag Milanovic 2024-12-06 16:13:25 +01:00
  • 7d4aff618f verific: Disable module existence check during static elaboration Miodrag Milanovic 2024-12-06 15:59:09 +01:00
  • 2ca611b4f4 Merge pull request #4778 from YosysHQ/setenv_pass Miodrag Milanović 2024-12-06 11:55:44 +01:00
  • 4a755f53a5 Merge pull request #4805 from YosysHQ/hash_scopeindex Miodrag Milanović 2024-12-06 11:48:55 +01:00
  • 8557455411 handle quotes and check return value N. Engelhardt 2024-11-28 15:11:04 +01:00
  • 1b403b82d7 Handle setting environment on Windows Miodrag Milanovic 2024-11-28 14:39:49 +01:00
  • 8b0f665cc5 add setenv pass N. Engelhardt 2024-11-28 13:55:45 +01:00
  • 2a744b4b82 add hash method to scopeindex cursor N. Engelhardt 2024-12-06 11:18:39 +01:00
  • b66897e9b9 Bump version github-actions[bot] 2024-12-06 00:22:38 +00:00
  • 4cdca66579 Merge pull request #4801 from povik/aiger2-rm-print Martin Povišer 2024-12-05 18:41:16 +01:00
  • cf0a583f40 read_xaiger2: Rm debug print Martin Povišer 2024-12-05 16:17:34 +01:00
  • f3f8037328 abc9_ops: Allow no arcs on box w/o inputs or w/o outputs Martin Povišer 2024-12-05 16:19:55 +01:00
  • 481d596c43 abc9_ops -prep_box: Adjust for repeated invocation Martin Povišer 2024-12-05 16:16:57 +01:00
  • 5dffdd229c read_liberty: Redo unit delay; add simple_comb_cell attr Martin Povišer 2024-12-05 16:21:36 +01:00
  • e7b21d2706 write_verilog: Use assign for $buf Martin Povišer 2024-12-05 16:27:44 +01:00
  • f4f65493a1 portarcs: Fix confusing disconnected and zero-delay case Martin Povišer 2024-12-05 16:28:48 +01:00
  • 2c66557d22 portarcs: Fix for case of unused gates Martin Povišer 2024-12-05 16:20:20 +01:00
  • d57d21e566 wrapcell: Optionally track unused outputs Martin Povišer 2024-12-05 18:15:56 +01:00
  • 66734f522d Bump version github-actions[bot] 2024-12-05 00:22:38 +00:00
  • 4418f92099 Merge pull request #4731 from YosysHQ/docs-preview-noguidelines KrystalDelusion 2024-12-05 09:59:36 +13:00
  • 40af327cb6 Docs/installation: Drop resolved todos Krystine Sherwin 2024-12-05 09:21:13 +13:00
  • 6b3f2fdc8d Docs: Installation instructions Krystine Sherwin 2024-12-05 09:21:13 +13:00
  • b9d73d0a8e Docs: Note on releases Krystine Sherwin 2024-12-05 09:21:13 +13:00
  • a7ea375cfc Docs/installation: Fix code indentation Krystine Sherwin 2024-12-05 09:21:13 +13:00
  • 0aef78245e Moving primary build instructions to docs Krystine Sherwin 2024-12-05 09:21:13 +13:00
  • 2bd53395fe README: Some updating of web site section Krystine Sherwin 2024-12-05 09:21:13 +13:00
  • 6577e91283 CODE_OF_CONDUCT now explicitly .md Krystine Sherwin 2024-12-05 09:21:13 +13:00
  • 9ee98c5da6 README: Drop the license from the top Krystine Sherwin 2024-12-05 09:21:13 +13:00
  • 1f878858b0 Add updated CODE_OF_CONDUCT Krystine Sherwin 2024-12-05 09:21:12 +13:00
  • c1f42f725b Docs: Formatting recent md -> rst converts Krystine Sherwin 2024-12-05 09:21:12 +13:00