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

1625 commits

Author SHA1 Message Date
Akash Levy
9d3b7f7474
Merge branch 'YosysHQ:main' into main 2025-02-26 09:51:44 -08:00
Alain Dargelas
6971563ba9 Fix install path 2025-02-26 09:48:13 -08:00
github-actions[bot]
05c81b3f14 Bump version 2025-02-26 00:21:19 +00:00
Alain Dargelas
7e4f3a69c0 Make wheel 2025-02-25 15:39:50 -08:00
Akash Levy
92b8359e9c
Merge branch 'YosysHQ:main' into main 2025-02-24 18:36:15 -08:00
KrystalDelusion
98f0ddd636
Merge pull request #4908 from YosysHQ/abc_warn_diff_commit
Cover all cases of submodule status in check-git-abc
2025-02-22 11:03:58 +13:00
Akash Levy
9d495737d2 Fix Makefile issues 2025-02-20 23:43:32 -08:00
Akash Levy
9db8145d25 Merge upstream 2025-02-20 23:10:48 -08:00
github-actions[bot]
0778195722 Bump version 2025-02-21 00:21:16 +00:00
KrystalDelusion
9d3ab964b2
Merge pull request #4903 from akashlevy/boost_python_fix_macos
Fix macOS boost-python issues
2025-02-20 15:17:34 +13:00
Krystine Sherwin
700b32bc38
Makefile: Fix CHECK_BOOST_PYTHON
`python-config --ldflag` includes output of `python-config --libs`; and the `$(CXX)` call in `CHECK_BOOST_PYTHON` still needs those libs.
Move all of the `$(shell $(PYTHON_CONFIG) ..` lines to the top of the block.
2025-02-20 14:38:50 +13:00
KrystalDelusion
b0b53a22b1
Merge pull request #4880 from YosysHQ/clean_run-test
Makefile: Add run-test.mk to clean
2025-02-20 14:35:23 +13:00
Akash Levy
f80107a4d5 Add opt_demorgan 2025-02-19 17:07:28 -08:00
Akash Levy
c2a7a5f917 Add python ldflags to LINKFLAGS 2025-02-19 16:04:53 -08:00
Krystine Sherwin
dc03e174af
fixup! Makefile: Warn if submodule status '+'-prefixed 2025-02-18 11:46:11 +13:00
Krystine Sherwin
03d9138744
Makefile: 'U'-prefixed submodule status
Covering all the bases, I guess?  '-'-prefix is already correctly handled by the base case message.
If the user somehow gets merge conflicts in abc, hopefully they know what they're doing.
2025-02-18 11:33:06 +13:00
Krystine Sherwin
b8777d7893
Makefile: Warn if submodule status '+'-prefixed
A '+'-prefix means that the submodule is initialized and checked out, but a different commit is checked out.
If this is accidental then the user should run `git submodule update` to fix it.
If it is intentional (because e.g. the user is explicitly wanting to test Yosys with a different version of abc), then creating a new commit in Yosys to update the expected commit is also a valid solution.
2025-02-18 11:25:04 +13:00
Akash Levy
33c72b0f25
Merge branch 'YosysHQ:main' into main 2025-02-15 15:54:28 -08:00
Akash Levy
d0016fed75 Smallfix 2025-02-14 16:44:43 -08:00
github-actions[bot]
38f858374c Bump version 2025-02-15 00:20:50 +00:00
Akash Levy
f01bcddd9e Need wreduce in SMALL mode 2025-02-14 12:25:18 -08:00
Akash Levy
9397847959 Reenable UPF stuff for now 2025-02-14 12:21:43 -08:00
Akash Levy
e5617883e1 Revert some stuff 2025-02-14 11:57:20 -08:00
Akash Levy
3bca4c10d8 Fix macOS boost-python issues 2025-02-14 11:43:00 -08:00
Akash Levy
fb24decc64 Smallfixes 2025-02-14 10:38:19 -08:00
Akash Levy
7cc06ebaab Small fixes 2025-02-14 10:34:27 -08:00
Akash Levy
fd811ddaee Cleanup 2025-02-14 08:48:27 -08:00
Akash Levy
cefce37e59
Merge branch 'YosysHQ:main' into main 2025-02-12 09:01:46 -08:00
github-actions[bot]
359901a964 Bump version 2025-02-12 00:21:01 +00:00
Miodrag Milanovic
6f9c515a22 Next dev cycle 2025-02-11 08:40:50 +01:00
Miodrag Milanovic
b5170e1394 Release version 0.50 2025-02-11 07:55:17 +01:00
Akash Levy
360a03da1d Yosys smallfix bump dep 2025-02-10 18:09:16 -08:00
github-actions[bot]
ce5ad2a554 Bump version 2025-02-11 00:20:46 +00:00
Jason Xu
333588265c Remove obsolete Makefile docs/images clean call 2025-02-09 10:22:35 -05:00
Alain Dargelas
bf96f94267 Annotate logic depth 2025-02-05 16:45:08 -08:00
Akash Levy
4a3dcc79c3
Merge branch 'YosysHQ:main' into main 2025-02-05 03:01:39 -08:00
github-actions[bot]
ed5d9c8687 Bump version 2025-02-05 00:21:01 +00:00
Akash Levy
20c358bce2
Merge branch 'YosysHQ:main' into main 2025-02-04 10:27:16 -08:00
github-actions[bot]
77af7962af Bump version 2025-02-04 00:20:30 +00:00
Alain Dargelas
8213dd1dcf Code review 2025-01-31 15:29:33 -08:00
Alain Dargelas
b4787c787f Calculate cell fanout (post-synthesis) 2025-01-31 10:17:34 -08:00
Akash Levy
a96a433370
Merge branch 'YosysHQ:main' into main 2025-01-31 09:59:04 -08:00
github-actions[bot]
18a7c00382 Bump version 2025-01-31 00:20:35 +00:00
KrystalDelusion
7050b3c992
Makefile: Add run-test.mk to clean 2025-01-31 12:30:25 +13:00
Akash Levy
66186f11fd
Merge branch 'YosysHQ:main' into main 2025-01-30 14:00:19 -08:00
github-actions[bot]
954250d1df Bump version 2025-01-30 00:20:17 +00:00
Akash Levy
29710e6677 Rename to bus_rebuild 2025-01-27 17:56:24 -08:00
Akash Levy
9261d6f31e
Merge branch 'YosysHQ:main' into main 2025-01-24 14:23:41 -08:00
github-actions[bot]
3d35f367cf Bump version 2025-01-24 00:20:25 +00:00
Akash Levy
f403256a34
Merge branch 'YosysHQ:main' into main 2025-01-23 14:06:16 -08:00