Catherine
|
18b9c612f4
|
Add WASI support in Exa4_ManSolve.
|
2023-02-04 03:14:44 +00: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 |
Miodrag Milanovic
|
be9a35c036
|
Merge remote-tracking branch 'upstream/master' into yosys-experimental
|
2022-11-09 08:42:08 +01: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 |
alanminko
|
c65e08f9b5
|
Merge pull request #178 from MyskYko/ttopt
Import ttopt
|
2022-09-19 10:49:31 -07:00 |
Alan Mishchenko
|
b69f439609
|
Adding args to command %yosys.
|
2022-09-19 10:48:41 -07:00 |
Yukio Miyasaka
|
96b9ef2ce5
|
import ttopt
|
2022-09-17 15:42:36 -07:00 |
Miodrag Milanovic
|
ab5b16ede2
|
Additional fix for large liberty files
|
2022-09-08 16:04:24 +02:00 |
Miodrag Milanovic
|
7543778f2c
|
Enable loading of large liberty files
|
2022-09-07 11:45:30 +02:00 |
Miodrag Milanovic
|
aa21961c24
|
Support using large liberty files
|
2022-09-07 11:42:59 +02:00 |
Alan Mishchenko
|
0ed81b34f1
|
Compiler warnings.
|
2022-08-30 13:28:59 -07:00 |
Alan Mishchenko
|
138c381f76
|
Testing utility code.
|
2022-08-30 13:19:14 -07:00 |
Alan Mishchenko
|
34d571a562
|
Various changes.
|
2022-08-30 12:30:15 -07:00 |
Alan Mishchenko
|
c3c643820e
|
Various changes.
|
2022-08-30 12:00:33 -07:00 |
Alan Mishchenko
|
1b0439d128
|
Changing 2:1 MUX fanin order to be (ctrl, data0, data1).
|
2022-08-11 20:19:37 -07:00 |
Alan Mishchenko
|
af0ac88266
|
Improvements to command 'twoexact'.
|
2022-08-08 16:43:30 -07:00 |
Alan Mishchenko
|
1368a920b9
|
Improvements to command 'twoexact'.
|
2022-08-08 16:41:32 -07:00 |
Alan Mishchenko
|
99b33e5dbf
|
Improvements to command 'twoexact'.
|
2022-08-07 12:56:37 -07:00 |
Alan Mishchenko
|
30ddf14c90
|
Improvements to command 'twoexact'.
|
2022-08-07 12:24:44 -07:00 |