3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-05-25 19:36:21 +00:00
Commit graph

2532 commits

Author SHA1 Message Date
Emil J. Tywoniak
56461158b4 tests: use memory -bram-register in tests/bram 2026-05-23 00:05:32 +02:00
Emil J. Tywoniak
849526491a fixup! tests: signorm fix 2026-05-22 21:23:38 +02:00
Emil J. Tywoniak
54b35be609 tests: signorm fix 2026-05-22 21:20:32 +02:00
Emil J. Tywoniak
24d0bf19bc Revert "tests: use memory -bram-register in tests/bram"
This reverts commit 24488a7011.
2026-05-22 18:40:15 +02:00
Emil J. Tywoniak
116931861d intel_alm: loosen tests 2026-05-22 18:40:01 +02:00
Emil J. Tywoniak
de481b04b8 gowin: loosen tests 2026-05-22 18:40:01 +02:00
Emil J. Tywoniak
bb19205c79 ecp5: loosen tests 2026-05-22 18:40:01 +02:00
Emil J. Tywoniak
87931fbf7d nexus: loosen tests 2026-05-22 18:40:01 +02:00
Emil J. Tywoniak
41b3dbbc28 xilinx_dsp: signorm compatibility 2026-05-22 18:40:01 +02:00
Emil J. Tywoniak
b7c9c8eea6 tests: use memory -bram-register in tests/bram 2026-05-22 18:39:41 +02:00
Emil J. Tywoniak
95eae1aa6d tests: fix rtlil roundtrip test 2026-05-22 18:38:36 +02:00
Emil J. Tywoniak
bd437f207f abstract: fix test signorm 2026-05-22 18:37:58 +02:00
Emil J. Tywoniak
5b6b11dd44 tests: adjust to input_port and init behavior (sketchy) 2026-05-22 18:37:13 +02:00
Emil J. Tywoniak
80a440ed2d tests: adjust to input_port and init behavior (sketchy) 2026-05-22 18:37:13 +02:00
Emil J. Tywoniak
69c9f3e619 tests: adjust to input_port and init behavior (sketchy) 2026-05-22 18:37:13 +02:00
Emil J. Tywoniak
3dc45005f2 tests: adjust to input_port and init behavior (sketchy) 2026-05-22 18:37:13 +02:00
Emil J. Tywoniak
80ca3174ea bug2920: disable 2026-05-22 18:37:13 +02:00
Emil J. Tywoniak
28013eccbc tests: adjust to input_port and init behavior (sketchy) 2026-05-22 18:37:13 +02:00
Miodrag Milanovic
4c8e61a52b Expose SBY binary location 2026-05-19 16:08:21 +02:00
Miodrag Milanovic
07924a3c62 Use common.mk for sva tests as well 2026-05-19 15:15:41 +02:00
Miodrag Milanovic
2b3f4c37f5 Fix functional tests 2026-05-19 14:42:08 +02:00
Miodrag Milanovic
15e09163cd Do not use Makefile.conf 2026-05-19 14:29:06 +02:00
Miodrag Milanovic
c0779f488a Make out of tree build testing possible 2026-05-19 14:26:07 +02:00
Emil J. Tywoniak
1c831aa50d threading: whitespace 2026-05-18 16:26:14 +02:00
Miodrag Milanovic
4a4c3a3be6 Make better validation 2026-05-18 08:50:38 +02:00
Miodrag Milanovic
ef092e1f15 Include conf so individual test running works 2026-05-18 08:50:20 +02:00
Leon White
59c1bc35cb Fix aiger tests when ABCEXTERNAL is set 2026-05-16 09:12:20 +02:00
Miodrag Milanovic
1ef6311e5b Update documentation and few more defines 2026-05-13 11:24:45 +02:00
Miodrag Milanovic
7fe32137bd Revert "Fix tests due to ABC improvements"
This reverts commit 417e871b06.
2026-05-11 14:47:08 +02: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
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
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
Lofty
ab316c14d2
Merge pull request #5844 from YosysHQ/lofty/abc-refactor-5
abc_new: integration testing via synth_gatemate
2026-05-06 13:40:15 +00:00
Lofty
fecea911ff synth_gatemate: add -abc_new option 2026-05-06 14:02:48 +01:00
Lofty
0d3923d086 abc_new: use default script if not specified 2026-04-28 12:33:21 +01:00
Emil J
a966d06524
Merge pull request #5825 from petterreinholdtsen/autotest-race-text-busy
Added locking around compiling in autotest.sh to avoid text busy race.
2026-04-28 09:12:33 +00:00
Emil J
cfa66f5335
Merge pull request #5824 from petterreinholdtsen/autotest-cxxflags
Use CPPFLAGS and CXXFLAGS when compiling in autotest.sh.
2026-04-27 22:06:07 +00:00
Petter Reinholdtsen
3187275184 Use CPPFLAGS and CXXFLAGS when compiling in autotest.sh.
This ensure the build flags used elsewhere are included
also during testing.

Patch based on change from Daniel Gröber via Debian.

See also issue #5805.
2026-04-25 06:47:26 +02:00
Petter Reinholdtsen
59b3b6d4e4 Added locking around compiling in autotest.sh to avoid text busy race.
Patch by Daniel Gröber via Debian.

See also issue #5805.
2026-04-25 00:01:34 +02:00
Petter Reinholdtsen
c5a8c3cca5 Made autotest.sh print log on error for easier debugging in CI setups.
Patch by Daniel Gröber via Debian.

See also issue #5805.
2026-04-25 00:01:03 +02:00
Emil J
ec0a102302
Merge pull request #5832 from YosysHQ/emil/simple-extract
rtlil: rewrite SigSpec::extract for perf and packing
2026-04-24 19:03:53 +00:00
Emil J. Tywoniak
10bbda93f7 rtlil: extend SigSpec::extract test 2026-04-24 11:04:19 +02:00
Emil J. Tywoniak
a2dafce910 unit tests: rename SigSpec::extract test 2026-04-24 11:04:19 +02:00
Emil J. Tywoniak
25b9b796c4 rtlil: complicate extract again for packing 2026-04-24 11:04:19 +02:00
Christopher D. Leary
390f09b89a Support positional assignment patterns for unpacked arrays 2026-04-23 14:29:38 -07:00
Emil J
2dc69a7578
Merge pull request #5828 from YosysHQ/emil/bash-no-fhs
Remove FHS dependency by replacing /bin/bash with /usr/bin/env bash
2026-04-23 15:47:57 +00:00
Emil J. Tywoniak
14d0138d0c Remove FHS dependency by replacing /bin/sh with /usr/bin/env sh 2026-04-23 15:55:11 +02:00
Emil J
64e7ce2f57
Merge pull request #5803 from YosysHQ/emil/specrule-port-sanity
Fix $specrule port naming inconsistency
2026-04-22 10:46:36 +00:00
Emil J. Tywoniak
f213a34427 Remove FHS dependency by replacing /bin/bash with /usr/bin/env bash everywhere 2026-04-22 10:39:19 +02:00