Martin Povišer
de8620d777
Revert "pdr -X to write CEXes immediately"
...
This reverts commit e62e8ac528 .
2024-08-12 22:53:53 +02:00
Martin Povišer
39f6fbb052
Revert "Fix pdr timing output"
...
This reverts commit c8d64b8682 .
2024-08-12 22:53:48 +02:00
Martin Povišer
ec8419c84b
Revert "Improved anytime pdr"
...
This reverts commit 5444cf281c .
2024-08-12 22:53:40 +02:00
alanminko
762a123edc
Merge pull request #318 from YosysHQ/povik/fix-atomic_store-call
...
Fix types in call to atomic_store_explicit
2024-08-08 15:00:05 -07:00
Martin Povišer
2d267786d7
Include `stdbool.h` for portability of atomic calls
2024-08-07 18:13:45 +02:00
Martin Povišer
f0b070ef70
Fix types in call to atomic_store_explicit
...
Deals with the following compilation error:
src/misc/util/utilPth.c:106:9: error: no matching function for call to 'atomic_store_explicit'
atomic_store_explicit(&pThData->fWorking, 0, memory_order_release);
^~~~~~~~~~~~~~~~~~~~~
... /include/c++/v1/atomic:1911:1: note: candidate template ignored: deduced conflicting types for parameter '_Tp' ('bool' vs. 'int')
atomic_store_explicit(volatile atomic<_Tp>* __o, _Tp __d, memory_order __m) _NOEXCEPT
^
2024-08-07 18:00:17 +02:00
Jannis Harder
5444cf281c
Improved anytime pdr
...
(cherry picked from commit c832967200 )
2024-08-07 15:46:44 +02:00
Jannis Harder
c8d64b8682
Fix pdr timing output
...
(cherry picked from commit acbe1b1f03 )
2024-08-07 15:46:44 +02:00
Jannis Harder
e62e8ac528
pdr -X to write CEXes immediately
...
(cherry picked from commit f63471bdf5 )
2024-08-07 15:46:44 +02:00
Alan Mishchenko
1ac5f6467b
Compiler warning.
2024-08-01 19:23:38 -07:00
Alan Mishchenko
8f0cbbdf38
Compiler warning.
2024-08-01 18:36:32 -07:00
Alan Mishchenko
c62bfec2fd
Trying to fix the compilation issue.
2024-07-31 21:56:08 -07:00
Alan Mishchenko
3491773f2a
Suggested changes to improve thread safety.
2024-07-31 19:05:37 -07:00
Alan Mishchenko
3e1979f3c6
Experimental features of &scorr.
2024-07-28 13:00:32 -07:00
Alan Mishchenko
3fd42912ad
Suggested fix.
2024-05-16 06:24:18 -07:00
Alan Mishchenko
c14d5f3906
Dumping miter statistics.
2024-04-22 22:06:07 -04:00
alanminko
390a0e8ef3
Merge pull request #279 from allen1236/master
...
Sat-sweeping-based ECO (&str_eco)
2024-03-02 15:38:08 -08:00
Allen Ho
6f5656c188
shared EI/EO not handled yet
2024-03-01 16:05:41 +08:00
Allen Ho
c74144c6eb
str_eco ver1
2024-02-01 07:25:46 +08:00
Allen Ho
284b9d6a9c
extended box report;
2023-12-10 21:30:46 +08:00
Allen Ho
9bb5333f62
extend bo
2023-12-07 19:07:52 +08:00
Allen Ho
a316847341
correct fanout count
2023-11-23 19:33:05 +08:00
WWFUG
67a2b97cf0
added -I options in &bmiter
2023-11-08 19:00:03 +08:00
Allen Ho
50010139ef
why
2023-11-06 18:37:40 +08:00
Allen Ho
ba64d6118b
out-side box matching
2023-10-30 15:09:01 -07:00
Alan Mishchenko
76e8d21aaf
Printout changes.
2023-10-23 10:48:43 -07:00
Alan Mishchenko
538ecb4515
Updating printouts.
2023-10-23 09:38:24 -07:00
Alan Mishchenko
01ad71b26f
Experiments with verification.
2023-10-23 09:38:08 -07:00
Alan Mishchenko
cc636a0d83
Experiments with verification.
2023-09-28 06:40:57 -07:00
Alan Mishchenko
55aba1731c
Fixing a typo.
2023-09-08 19:57:45 +07:00
alanminko
3daa630a03
Merge pull request #242 from DanielG/spelling-fixes
...
treewide: Fix spelling mistakes
2023-09-05 13:31:50 +07:00
Alan Mishchenko
7df17e3c5e
Experiments with the SAT sweeper.
2023-09-05 11:13:08 +07:00
Alan Mishchenko
301469432d
Experiments with the SAT sweeper.
2023-09-04 19:58:31 +07:00
Daniel Gröber
b7d1435db1
treewide: Fix spelling mistakes
...
A particularly pedantic set of changes currently used in Debian
Authored-By: Ruben Undheim <ruben.undheim@gmail.com>
2023-08-27 14:13:20 +02:00
Alan Mishchenko
a3942996e7
Bug fix in &splitprove.
2023-07-25 12:53:50 -07:00
Alan Mishchenko
3592078ddb
Partitioned &scorr.
2023-07-21 18:49:06 -07:00
Alan Mishchenko
766f64e221
Updating 'sim' command to print input patterns.
2023-07-14 20:23:56 -07:00
Alan Mishchenko
e61194bbed
Bug fix.
2023-07-08 10:18:18 -07:00
Alan Mishchenko
a82bbaa91d
Bug fix in equiv class filtering.
2023-07-07 14:03:35 -07:00
Alan Mishchenko
5a9a902044
Bug fix in equivalence class handling (another try).
2023-05-17 10:34:14 -07:00
Alan Mishchenko
96e1de436e
Bug fix in equivalence class handling (another try).
2023-05-14 12:43:07 -07:00
Alan Mishchenko
eff805a644
Bug fix in choice computation.
2023-04-28 08:02:04 -04:00
Alan Mishchenko
cc6834d4cc
Unifying random number generation.
2023-04-27 15:40:34 -04:00
Alan Mishchenko
9f4ab5a2c1
Bug fix in SAT sweeping.
2023-04-22 18:37:21 -07:00
Alan Mishchenko
eaa9da53cd
Various unrelated changes.
2023-04-04 10:28:07 +08:00
Alan Mishchenko
581c58b9c4
Experiment with choice computation.
2023-02-16 07:14:18 +01:00
Alan Mishchenko
bbd0640db2
Enable 'scorr' when AIG has no internal nodes.
2023-02-09 16:15:48 -08:00
Alan Mishchenko
091c589301
Unifying the use of random numbers.
2022-12-14 20:45:11 -08:00
Alan Mishchenko
b69f439609
Adding args to command %yosys.
2022-09-19 10:48:41 -07:00
Alan Mishchenko
ddb22f3bed
Various changes.
2022-07-30 14:21:47 -07:00