3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-24 01:25:33 +00:00
Commit graph

14862 commits

Author SHA1 Message Date
Akash Levy
9edc21dd9a
Merge pull request #21 from alaindargelas/fix_const_connections
Fix top-connectivity and connections to constants
2024-11-15 18:57:05 -08:00
Alain Dargelas
dd23878416 Splitnetlist to support const and feed-thru connections 2024-11-15 15:33:50 -08:00
Alain Dargelas
adbf596a7a Fix top-connectivity and connections to constants 2024-11-15 13:35:29 -08:00
Akash Levy
c3bcd0b643
Merge pull request #20 from alaindargelas/diagnostics_and_fencing
Prevent crashes and diagnostics
2024-11-14 16:37:03 -08:00
Alain Dargelas
6297d3763d Warnings 2024-11-14 16:36:12 -08:00
Alain Dargelas
0379a8b287 Prevent crashes and diagnostics 2024-11-14 15:50:40 -08:00
Akash Levy
f5f673de0f Add segv pass to trigger a segfault 2024-11-14 04:53:58 -08:00
Akash Levy
77257b15ea
Merge pull request #19 from alaindargelas/reconstruct_busses
Reconstructs busses
2024-11-12 20:06:51 -08:00
Alain Dargelas
61b37bebb6 Reduced complexity: NxM -> N log(M) 2024-11-12 19:55:10 -08:00
Alain Dargelas
ad48ce3da5 Comments and Makefile 2024-11-12 16:22:22 -08:00
Alain Dargelas
846d7d9f4d Initial commit 2024-11-12 15:51:24 -08:00
Akash Levy
e99828dc94 Add aigmap 2024-11-12 12:00:09 -08:00
Akash Levy
80169758b6 Another naming improvement 2024-11-12 11:54:15 -08:00
Akash Levy
9f9bacc029 Fixes 2024-11-12 03:44:22 -08:00
Akash Levy
1017b19405 Small README updates 2024-11-12 02:53:13 -08:00
Akash Levy
a3b4789934 Smallfixes 2024-11-12 02:32:03 -08:00
Akash Levy
86d321a306 Undo blif frontend stuff 2024-11-12 01:30:06 -08:00
Akash Levy
950379ecdc Reenable techmap 2024-11-12 01:22:26 -08:00
Akash Levy
0a87b0f075 Smallfix to opt_expr 2024-11-12 01:22:12 -08:00
Akash Levy
771e5c9996 Fix mem 2024-11-12 00:59:05 -08:00
Akash Levy
ddbad572dc Reduce fanout limit to 256 2024-11-11 17:17:25 -08:00
Akash Levy
5e364599be Keep shorter name for opt_merge always 2024-11-11 17:07:41 -08:00
Akash Levy
3da6e3f060 No arguments for opt_balance_tree any more 2024-11-11 17:07:30 -08:00
Akash Levy
83234d24f7 Switch from Synopsys register naming to preserve 2024-11-11 17:06:56 -08:00
Akash Levy
894c9816d3 Improve naming: big fix 2024-11-11 17:06:11 -08:00
Akash Levy
ea76abdaee Merge 2024-11-11 11:47:58 -08:00
Robin Ole Heinemann
8bc4bd8a20 cxxrtl, fmt: escape double quotes in c strings 2024-11-11 18:49:05 +00:00
Martin Povišer
7cfc49791f
Merge pull request #4703 from georgerennie/george/pyosys_objrange
pyosys: support ObjRange
2024-11-11 17:07:28 +01:00
Jannis Harder
558b2f9ae9
Merge pull request #3953 from georgerennie/bug_3769
write_smt2: Check for constant bool after fully resolving signal
2024-11-11 16:23:35 +01:00
Jannis Harder
014cb531aa
Merge pull request #4645 from georgerennie/george/btor_undef_array_init
write_btor: only initialize array with const value when it is fully def
2024-11-11 16:18:57 +01:00
Jannis Harder
261b44718d
Merge pull request #4641 from georgerennie/george/btor_undriven_wires
write_btor: don't emit undriven bits multiple times
2024-11-11 16:17:25 +01:00
Martin Povišer
1b1a6c4aed
Merge pull request #4525 from georgerennie/peepopt_clock_gate
peepopt: Add formal opt to rewrite latches to ffs in clock gates
2024-11-11 14:49:09 +01:00
Akash Levy
5f2b77df13
Merge pull request #18 from alaindargelas/main
remove output port bitblast index
2024-11-10 14:58:11 -08:00
Alain Dargelas
ee8d9e74ac comment 2024-11-10 09:03:51 -08:00
Alain Dargelas
21034a0b0a Support assign {a,b} = {c,d} with diff widths 2024-11-10 09:00:29 -08:00
Alain Dargelas
a8eb39f569 faster and simpler code 2024-11-09 14:00:57 -08:00
Alain Dargelas
72ff11fb9b remove output port bitblast index 2024-11-08 16:43:52 -08:00
Akash Levy
fa50434708
Merge branch 'YosysHQ:main' into main 2024-11-08 14:10:24 -08:00
Emil J
f20f913223
Merge pull request #4679 from YosysHQ/emil/readme-mac-lto
readme: tell macOS users to use brew clang with LTO
2024-11-08 19:26:28 +01:00
Emil J
792de6e2eb
Merge pull request #4680 from YosysHQ/emil/fix-mac-lto-plugins
Makefile: add -rdynamic on macOS to fix plugins with LTO
2024-11-08 19:24:48 +01:00
Emil J
0aa2f0efdf
Merge pull request #4715 from hzeller/feature-20241106-use-stdlib-for-free
Include cstdlib for free()
2024-11-08 19:07:42 +01:00
Akash Levy
66a8ac859d Clean up compiler warnings in splitnetlist.cc 2024-11-07 21:22:44 -08:00
Akash Levy
2f7ee11916 Remove fsm again 2024-11-07 21:14:34 -08:00
github-actions[bot]
cef87cc179 Bump version 2024-11-08 00:20:23 +00:00
KrystalDelusion
4343c791cb
Merge pull request #4704 from YosysHQ/krys/drop_ilang
Remove references to ilang
2024-11-08 11:28:06 +13:00
Akash Levy
0e3adb38fc
Merge branch 'YosysHQ:main' into main 2024-11-07 11:24:11 -08:00
KrystalDelusion
3c30a9a108
Merge pull request #4543 from YosysHQ/update_fst
libs/fst: Update from upstream
2024-11-08 05:36:25 +13:00
Martin Povišer
5c1889634d
Merge pull request #4720 from georgerennie/george/bufnorm_constants
bufnorm: preserve constant bits driving wires
2024-11-07 13:56:53 +01:00
George Rennie
a31c968340 tests/bufnorm: add test for bufnorm of constant 2024-11-07 12:55:50 +01:00
George Rennie
8f6058a7d6 bufnorm: preserve constant bits driving wires 2024-11-07 11:48:48 +01:00