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

15697 commits

Author SHA1 Message Date
Akash Levy
25c043ea16
Merge branch 'YosysHQ:main' into main 2025-02-27 14:13:29 -08:00
alaindargelas
61a6840749
Merge pull request #58 from alaindargelas/obs_clean_help
obs_clean help
2025-02-27 11:10:05 -08:00
Alain Dargelas
5e31574ff0 Help 2025-02-27 11:09:27 -08:00
alaindargelas
2035bb7390
Merge pull request #57 from alaindargelas/obs_clean_debug_and_fencing
obs_clean debug and fencing, removing unused assign is also now optional
2025-02-27 10:49:19 -08:00
Alain Dargelas
3d1fb7a093 warning 2025-02-27 10:48:01 -08:00
Alain Dargelas
4089c1b358 obs_clean debug and fencing 2025-02-27 10:13:16 -08:00
Akash Levy
ee67e3c901 Use -O3 for abc 2025-02-26 22:04:31 -08:00
Akash Levy
d093a4b623 Bump abc 2025-02-26 22:03:13 -08:00
Akash Levy
022914d8be Update abc to our clone to fix Cov_ManFree segfault, might leak memory, but won't crash 2025-02-26 21:56:46 -08:00
Krystine Sherwin
560b5fe6bd
docs/functional: Add dummy toy example
Add `dummy.cc`, loosely based on `backends/functional/test_generic.cc` but as an actualy backend and without the memory testing.
Skeleton section for minimal functional backend, describing the aforementioned `dummy.cc`.
2025-02-27 16:14:59 +13:00
Krystine Sherwin
db823a6acb
docs/rosette: Fix inline code 2025-02-27 16:11:44 +13:00
Alain Dargelas
ecd2ac4302 fixes 2025-02-26 16:51:39 -08:00
github-actions[bot]
78960292d0 Bump version 2025-02-27 00:21:40 +00:00
Alain Dargelas
6a26b2db55 WIP 2025-02-26 16:17:09 -08:00
Martin Povišer
bca21c60d8
Merge pull request #4902 from akashlevy/splitcells_aldff_fix
`aldff`s do not get split by `splitcells` pass
2025-02-27 00:56:46 +01:00
Akash Levy
9d3b7f7474
Merge branch 'YosysHQ:main' into main 2025-02-26 09:51:44 -08:00
alaindargelas
90f16b8b4b
Merge pull request #55 from alaindargelas/wheel_install
make wheel and make wheel_install for pyosys
2025-02-26 09:51:04 -08:00
Alain Dargelas
6971563ba9 Fix install path 2025-02-26 09:48:13 -08:00
Martin Povišer
f528402c59
Merge pull request #4914 from povik/rm-var-length-array
ast/dpicall: Stop using variable length array
2025-02-26 16:25:01 +01:00
Martin Povišer
55595b6c8d
Merge pull request #4918 from YosysHQ/emil/explain-mkdtemp-errno
improve mkdtemp error message
2025-02-26 13:27:07 +01:00
Emil J. Tywoniak
78cb10da69 improve mkdtemp error message 2025-02-26 12:06:54 +01: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
Martin Povišer
0354bd7a90
Merge pull request #4916 from YosysHQ/krys/fix_fst_warning
libs/fst: Fix stringop_overread warning under GCC
2025-02-25 21:21:31 +01:00
Emil J
b4a169527d
Merge pull request #4894 from YosysHQ/emil/abstract
Add `abstract` pass for formal verification
2025-02-25 11:16:37 +01:00
Akash Levy
08d33330c4 Flush log after every pass automatically 2025-02-24 23:19:18 -08:00
Krystine Sherwin
68e9317f1f
libs/fst: Patch wx_len overread 2025-02-25 17:18:15 +13:00
Krystine Sherwin
67a0248186
libs/fst: Update from upstream
Fixes stringop-overread warning
2025-02-25 17:15:41 +13:00
Akash Levy
92b8359e9c
Merge branch 'YosysHQ:main' into main 2025-02-24 18:36:15 -08:00
Akash Levy
a49e492693
Merge pull request #54 from alaindargelas/obs_clean
Observability clean pass
2025-02-24 18:16:15 -08:00
Akash Levy
18393156db
Update Makefile.inc 2025-02-24 16:18:05 -08:00
Emil J. Tywoniak
3f60a2cc67 abstract: test -slice from:to for -init 2025-02-25 00:22:14 +01:00
Emil J. Tywoniak
07004f1089 abstract: typo? 2025-02-25 00:19:15 +01:00
Emil J. Tywoniak
3cb7054e53 abstract: test -slice for all modes, -rtlilslice for -init 2025-02-25 00:18:16 +01:00
Alain Dargelas
b3dc7efe79 Comments 2025-02-24 11:22:29 -08:00
Alain Dargelas
7b5202ac79 Disable wire removal 2025-02-24 10:19:54 -08:00
Martin Povišer
732ed67014 ast/dpicall: Stop using variable length array
Fix the compiler warning

    variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
2025-02-24 17:32:30 +01:00
Akash Levy
8bbb7016d4 Remove unnecessary stuff in muxpack 2025-02-23 03:54:11 -08:00
Krystine Sherwin
c429aef60f
docs/rosette: More intro of SMT-LIB backend
As the intro paragraph (now) says:
> This section will introduce the SMT-LIB functional backend and what changes are needed...

The example is intended to be read without prior knowledge of the SMT-LIB backend, but the previous version glossed over a lot and instead focused on *just* what was changed.
This version should now be easier to follow without prior knowledge, while still being able to learn enough about the `Smt` version to adapt it to a different s-expression target that isn't Rosette.
Also adds a few `literalinclude`s of smtlib.cc, which is now copied to `docs/source/generated` along with producing the rosette diff on the fly (which now also has up to 20 lines of context, enabling the full `Module::write()` diff to be literal included).
2025-02-22 17:14:13 +13: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
Alain Dargelas
04edcc0baf Cleanup and sigmap fix 2025-02-20 16:49:02 -08:00
github-actions[bot]
0778195722 Bump version 2025-02-21 00:21:16 +00:00
Alain Dargelas
adcbc7f8a6 use sigmap 2025-02-20 15:25:54 -08:00
Alain Dargelas
1abb8192df Skip modules with memories and processes 2025-02-20 11:28:50 -08:00
Alain Dargelas
767b498603 Fixes 2025-02-20 10:30:04 -08: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