3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-05-17 23:49:29 +00:00
Commit graph

17158 commits

Author SHA1 Message Date
Miodrag Milanović
1d87cefd80
Merge pull request #5882 from YosysHQ/std_cpp20
Bump required standard to C++20
2026-05-15 13:13:43 +00:00
Miodrag Milanović
36eceed720
Merge pull request #5862 from codexplorer-fish/cleaning-up-log-id
Cleaning up log_id()
2026-05-15 11:07:43 +00:00
Miodrag Milanovic
e4a3b44e8e Fixed not intentional log_signal removal 2026-05-15 12:34:54 +02:00
Miodrag Milanovic
c16e0352f7 Bump to clang-22 on macOS as well 2026-05-15 11:13:59 +02:00
Martin Povišer
b423cc3bd6
Merge pull request #5884 from jeras/main
documentation: updated description of 'abc' argument '-dont_use'
2026-05-15 01:13:07 +00:00
Miodrag Milanovic
965a3e67f0 Remove pmgen related users of log_id 2026-05-14 17:28:10 +02:00
Miodrag Milanovic
4a7878b17f Fixing couple more conversion errors 2026-05-14 15:58:58 +02:00
Miodrag Milanovic
9580ebabc5 log_id here was needed for unescaping 2026-05-14 12:35:01 +02:00
Miodrag Milanovic
58df27ce7c Refactor uses of log_id in pgm files 2026-05-14 12:21:32 +02:00
Miodrag Milanovic
c6f53aec5f Fixed log_id instances used with fprintf 2026-05-14 11:28:16 +02:00
Miodrag Milanovic
70b17181b4 Bump gcc and clang versions 2026-05-14 10:51:40 +02:00
Miodrag Milanović
27ae62f492
Merge pull request #5881 from YosysHQ/fix_mingw32
Remove unused variable for WIN32
2026-05-14 05:49:26 +00:00
Miodrag Milanovic
6d4e5f5ad0 Bump versions to safe floor 2026-05-13 14:38:58 +02:00
Miodrag Milanovic
9070c83145 Fix for generated project files to work with latest VS 2026-05-13 13:28:09 +02:00
Miodrag Milanovic
9182329fa1 Try making clang-10 to work 2026-05-13 12:05:37 +02:00
Miodrag Milanovic
105011a53b Zero array for for MSVC 2026-05-13 12:05:13 +02:00
Iztok Jeras
81219c58b2 documentation: updated description of 'abc' argument '-dont_use' 2026-05-13 11:59:22 +02:00
Miodrag Milanovic
1ef6311e5b Update documentation and few more defines 2026-05-13 11:24:45 +02:00
Miodrag Milanovic
25459bd8b9 Fix for clang-10 toolchain 2026-05-13 11:09:40 +02:00
Miodrag Milanovic
90e019e319 Fix compiling on GCC11 2026-05-13 10:11:36 +02:00
Miodrag Milanovic
6ff6f8fb3c Bump required standard to C++20 2026-05-13 10:10:59 +02:00
Miodrag Milanovic
1e28e8ccab Handle unused variable for WIN32 2026-05-13 09:49:39 +02:00
Emil J
2046a23a2f
Merge pull request #5876 from YosysHQ/emil/error-unused-containers
Makefile: error on unused variables, including hashlib containers
2026-05-12 21:53:23 +00:00
Emil J. Tywoniak
74efc883c7 threading: temporarily cast to void unused stuff, until we rework single-threaded builds again 2026-05-12 23:16:43 +02:00
Miodrag Milanović
90c26fe671
Merge pull request #5874 from YosysHQ/release/v0.65
Release version 0.65
2026-05-12 11:07:48 +00:00
Emil J. Tywoniak
3a150f2883 remove unused hashlib containers 2026-05-12 12:52:10 +02:00
Emil J. Tywoniak
4eb1c61bd5 hashlib: error on unused containers 2026-05-12 12:51:41 +02:00
Emil J. Tywoniak
b06f9bdf18 Makefile: error on unused variables 2026-05-12 12:51:12 +02:00
Miodrag Milanovic
6f16a5cf5f Next dev cycle 2026-05-12 12:32:27 +02:00
Miodrag Milanovic
b85cad6347 Release version 0.65 2026-05-12 11:37:23 +02:00
Miodrag Milanović
3c619da259
Merge pull request #5873 from YosysHQ/update_abc
Update ABC as per 2026-05-12
2026-05-12 07:24:24 +00:00
Miodrag Milanovic
b61bc1eee0 Update ABC as per 2026-05-12 2026-05-12 08:37:44 +02:00
Emil J
54866d154f
Merge pull request #5863 from mole99/leo/memlib-docs
memlib: fix documentation for `PORT_<name>_CLK_POL`
2026-05-11 15:15:04 +00:00
Miodrag Milanović
84605d89b7
Merge pull request #5872 from YosysHQ/update_abc
Update ABC, reverts 6aaf0db1e1201d72888a461463485b0b5595075a
2026-05-11 13:25:11 +00:00
Miodrag Milanovic
7fe32137bd Revert "Fix tests due to ABC improvements"
This reverts commit 417e871b06.
2026-05-11 14:47:08 +02:00
Miodrag Milanovic
40c1485828 Update ABC, reverts 6aaf0db1e1201d72888a461463485b0b5595075a 2026-05-11 14:37:21 +02:00
Leo Moser
fb83719745
memlib: fix documentation for PORT_<name>_CLK_POL
Signed-off-by: Leo Moser <leomoser99@gmail.com>
2026-05-09 10:28:07 +02:00
Codexplorer
e41b969da2 Refactored uses of log_id() 2026-05-08 20:59:24 -07:00
Codexplorer
89d83a3410 Logging now handles classes with an IdString "name" member 2026-05-08 16:30:25 -07:00
Emil J
1f02343268
Merge pull request #5817 from YosysHQ/emil/clockgate-reject-sdffe
clockgate: reject $sdffe to fix priority handling
2026-05-08 18:38:51 +00:00
nella
db258e6dd9
Merge pull request #5721 from tefantasy/abc-liberty-args
abc: new option to pass extra ABC read_lib args
2026-05-08 13:41:01 +00:00
nella
3f68ee851b
Merge branch 'main' into abc-liberty-args 2026-05-08 15:08:12 +02:00
KrystalDelusion
bfc09777e6
Merge pull request #5858 from YosysHQ/krys/check_before_flatten
Docs: Update synth starter for check before flatten
2026-05-08 02:31:03 +00:00
Tianji Liu
3f354eb03b abc: update log for extra read_lib args 2026-05-08 07:17:29 +08:00
nella
10dc0d48b8
Merge branch 'main' into abc-liberty-args 2026-05-07 21:20:17 +02:00
Emil J. Tywoniak
425d47ad2c clockgate: test $sdffe rejected 2026-05-07 16:13:14 +02:00
Emil J. Tywoniak
687e5442f2 clockgate: formal liberty tests 2026-05-07 16:08:55 +02:00
Emil J. Tywoniak
f4a10a4808 clockgate: reject $sdffe for correct priority handling 2026-05-07 14:41:18 +02:00
Emil J
4e35ed5955
Merge pull request #5827 from cdleary/cdleary/2026-04-21-sv-positional-assignment-unpacked
Support positional assignment patterns for unpacked arrays
2026-05-07 10:55:17 +00:00
Tianji Liu
cb6209506e abc: disable scl merge if extra read_lib args provided 2026-05-07 18:45:35 +08:00