Alan Mishchenko
|
8742534db8
|
More compiler warnings.
|
2023-03-01 01:12:36 -08:00 |
alanminko
|
91aaff2575
|
More compiler warnings.
|
2023-02-28 03:07:41 -08:00 |
Alan Mishchenko
|
667326b18e
|
Compiler warnings.
|
2023-02-28 15:53:12 +07:00 |
Alan Mishchenko
|
622d142794
|
Compiler warnings.
|
2023-02-28 15:40:06 +07:00 |
Alan Mishchenko
|
b57b546494
|
Compiler warnings.
|
2023-02-28 15:16:31 +07:00 |
Alan Mishchenko
|
0d0063f7de
|
Experiment with cost functions.
|
2023-02-28 13:50:35 +07:00 |
Alan Mishchenko
|
581c58b9c4
|
Experiment with choice computation.
|
2023-02-16 07:14:18 +01:00 |
Alan Mishchenko
|
38ad178e9e
|
Changes and bug fixes in exact synthesis.
|
2023-02-13 06:39:10 +01:00 |
Alan Mishchenko
|
bbd0640db2
|
Enable 'scorr' when AIG has no internal nodes.
|
2023-02-09 16:15:48 -08:00 |
Alan Mishchenko
|
1aecc3373c
|
New command to compute the range of output values.
|
2023-02-08 15:54:38 -08:00 |
Alan Mishchenko
|
aa4cada268
|
Experiments with multiplier generation (linker problem).
|
2023-02-08 14:49:42 -08:00 |
Alan Mishchenko
|
688be5719e
|
Experiments with multiplier generation.
|
2023-02-08 14:37:38 -08:00 |
Alan Mishchenko
|
ea0f22de4d
|
Bug fix in &mfs.
|
2023-02-08 00:25:17 -08:00 |
Alan Mishchenko
|
110bac4394
|
Improvement in truth table printout.
|
2023-02-08 00:24:43 -08:00 |
Alan Mishchenko
|
c899a4cb3b
|
Experiments with multipliers.
|
2023-02-08 00:24:04 -08:00 |
Alan Mishchenko
|
fa58597321
|
Updating mfs2 and &mfs to work with larger nodes.
|
2023-02-05 14:44:44 -08:00 |
Alan Mishchenko
|
e7ecaee92d
|
Bug fix in supergate generation.
|
2023-02-05 14:41:18 -08:00 |
Alan Mishchenko
|
086321a232
|
Bug fix.
|
2023-02-02 09:28:51 -08:00 |
Alan Mishchenko
|
acdb94d1d3
|
Interfacing SAT sweepers.
|
2023-02-02 09:15:42 -08:00 |
Alan Mishchenko
|
70a07869c6
|
Updating interface of scorr.
|
2023-01-28 09:31:13 -10:00 |
Alan Mishchenko
|
66a5fe7aec
|
Experiments with exact synthesis.
|
2022-12-29 17:15:53 -08:00 |
Alan Mishchenko
|
aefbac6b04
|
Adding printout of SOPs.
|
2022-12-19 10:37:22 -08:00 |
Alan Mishchenko
|
27b8cce3fe
|
Experiments with precomputation.
|
2022-12-18 20:06:07 -08:00 |
Alan Mishchenko
|
091c589301
|
Unifying the use of random numbers.
|
2022-12-14 20:45:11 -08:00 |
Alan Mishchenko
|
c20f1dcc73
|
Another way of dumping QBF problem into a file (bug fix).
|
2022-12-04 07:35:16 -08:00 |
Alan Mishchenko
|
6e6c728b65
|
Another way of dumping QBF problem into a file.
|
2022-12-03 20:29:06 -08:00 |
Alan Mishchenko
|
2c7a456c37
|
Suggested bug fix in 'resub' with ODCs.
|
2022-11-29 10:51:59 -08:00 |
alanminko
|
4e6946ce70
|
Merge pull request #199 from sterin/master
Workaround for a crash when compiling on macOS in GitHub Actions.
|
2022-11-28 08:43:02 -08:00 |
Baruch Sterin
|
acc9fbbf1d
|
Workaround for a crash when compiling on macOS in GitHub Actions.
Reported the bug to Apple and return to the previous version of the maOS image (macos-11).
|
2022-11-22 03:29:55 +02:00 |
Alan Mishchenko
|
3bcc4fc386
|
Other suggested changes.
|
2022-11-21 14:40:55 -08:00 |
Alan Mishchenko
|
b0518173b1
|
Preventing underfined behavior following a github message suggestion.
|
2022-11-21 14:12:47 -08:00 |
Henner Zeller
|
74740dc894
|
Fix undefined behavior in signed/unsigned shifting.
Discovered by UBSAN as invalid attempts at shifting signed integers.
Signed-off-by: Henner Zeller <hzeller@google.com>
|
2022-11-21 12:36:41 -08:00 |
Henner Zeller
|
2f0f638007
|
Make sure all 32 bits of bit-field are initialized.
Found with msan static analysis which noticed an
uninitialized bit.
Signed-off-by: Henner Zeller <hzeller@google.com>
|
2022-11-21 12:23:11 -08:00 |
Jerry James
|
5a9f37cd93
|
Do not pass NULL to fprintf
|
2022-11-16 11:38:38 -07:00 |
Jerry James
|
7eff43de41
|
Fix two instances of use after free
|
2022-11-16 11:23:32 -07:00 |
Alan Mishchenko
|
70cb339f86
|
Bug fix in &dch -x.
|
2022-10-19 05:05:56 -07:00 |
Alan Mishchenko
|
336b41a063
|
Adding comment about dup cell name.
|
2022-10-11 09:36:15 -07:00 |
Alan Mishchenko
|
813a0f1ff1
|
Updating features of &if mapper.
|
2022-10-09 23:51:40 -07:00 |
Jeremy Kun
|
4f4bba2a47
|
typo: Libery -> Liberty
|
2022-09-30 09:17:32 -07:00 |
alanminko
|
5fb4912559
|
Merge pull request #180 from MyskYko/ttopt
fix compile warnings
|
2022-09-19 18:47:58 -07:00 |
Yukio Miyasaka
|
fdd5656599
|
fix compile warnings
|
2022-09-19 18:25:00 -07:00 |
Alan Mishchenko
|
1bd7550378
|
Compiler warnings.
|
2022-09-19 16:30:52 -07:00 |
Alan Mishchenko
|
6325e41681
|
Compiler warnings.
|
2022-09-19 16:13:54 -07:00 |
Alan Mishchenko
|
4d183efe48
|
Compiler warnings.
|
2022-09-19 16:07:29 -07:00 |
Alan Mishchenko
|
47c153629f
|
Compiler warnings.
|
2022-09-19 15:57:48 -07:00 |
alanminko
|
fa6cdf9b48
|
Merge pull request #179 from MyskYko/ttopt
fix compile errors and warnings
|
2022-09-19 15:45:38 -07:00 |
Yukio Miyasaka
|
124e750e9a
|
fix compile errors and warnings
|
2022-09-19 14:51:34 -07:00 |
Alan Mishchenko
|
6c8c6aafc5
|
Temporarily disabling new code.
|
2022-09-19 12:41:19 -07:00 |
Alan Mishchenko
|
2df7443317
|
Temporarily disabling new code.
|
2022-09-19 12:33:45 -07:00 |
Alan Mishchenko
|
a6c9e997bd
|
Temporarily disabling &ttopt in the Windows version.
|
2022-09-19 11:17:15 -07:00 |