Alan Mishchenko
96edf40d60
Allow for disabling variable ordering in "lutmin".
2024-07-28 15:25:22 -07:00
Alan Mishchenko
3e1979f3c6
Experimental features of &scorr.
2024-07-28 13:00:32 -07:00
Alan Mishchenko
93388c0d26
Experiments with DSD.
2024-07-27 14:48:02 -07:00
coastalwhite
849adb2fcb
chore: add `__builtin_popcount` for MSVC
2024-07-26 21:48:53 +02:00
Alan Mishchenko
b5f4afa73b
Duplicating AIG after synthesis.
2024-07-26 09:10:39 -07:00
Alan Mishchenko
f8a6432d75
Implementation of functional abstraction.
2024-07-24 20:23:07 -07:00
coastalwhite
fe3b5bf5fe
chore: `__builtin_popcount` to replace BitCount8
...
This replaces all occurrences of the `BitCount8` static array with the
`__builtin_popcount`. It is a rather simple and small PR.
Fixes #308 .
2024-07-24 21:46:03 +02:00
alanminko
6262dcffa9
Merge pull request #303 from rocallahan/signed-lbool
...
Make `lbool` explicitly signed
2024-07-24 09:48:03 -07:00
Alan Mishchenko
d036ba520e
Updating usage messages of QBF commands.
2024-07-24 09:46:56 -07:00
Alan Mishchenko
5450779250
Improved SOP to BDD conversion.
2024-07-21 16:46:39 -07:00
Alan Mishchenko
d7a623c151
New API for swicthing activity estimation.
2024-07-17 15:15:49 -07:00
Alan Mishchenko
c7ac6be504
Updating parameters.
2024-07-12 07:28:20 -07:00
Alan Mishchenko
ae2e3f90f7
Adding command &genmux.
2024-07-11 22:23:06 -07:00
Alan Mishchenko
13998baf97
Allowing the genlib reader to skip gates larger than the given size.
2024-07-10 12:59:10 -07:00
Robert O'Callahan
6c6260465e
Make `lbool` explicitly signed
...
This avoids issues due to some platforms making `char` signed and others
unsigned. For example, currently the result of promoting `(lbool)-1` to `int`
can differ on different platforms. See
50ffa10848/lib/bill/bill/sat/interface/abc_bsat2.hpp (L156)
for an example of that.
2024-06-28 01:07:10 +00:00
Alan Mishchenko
2d70debd07
Corner-case bug fix.
2024-06-18 23:01:03 +08:00
alanminko
7beda11621
Merge pull request #302 from mikesinouye/scl
...
Change Scl_Pair_t_ membes to long to enable larger liberty file loading.
2024-06-17 10:12:12 +02:00
Alan Mishchenko
24d420370a
Adding switch "i" in "show" to display original AIG IDs of mapped nodes.
2024-06-16 17:49:39 +08:00
Mike Inouye
a6bf51111f
Change Scl_Pair_t_ member types to long to allow for large liberty file loading.
...
Signed-off-by: Mike Inouye <mikeinouye@google.com>
2024-06-13 23:12:45 +00:00
Alan Mishchenko
806a996b88
Updating the print-out after the bug fix.
2024-05-30 08:43:58 +02:00
Alan Mishchenko
17b1ec7655
Bug fix.
2024-05-29 22:05:40 +02:00
Alan Mishchenko
fb4988bb13
New API to print internal nodes.
2024-05-28 22:23:07 +02:00
Xiaoqing Xu
34c2ed73a2
up stream changes
2024-05-23 22:51:15 +00:00
Alan Mishchenko
795fee8d57
Bug fix in &genrel.
2024-05-23 13:51:10 -07:00
Alan Mishchenko
23f351c7c6
Bug fix in word-level abstraction.
2024-05-23 07:47:30 -07:00
Alan Mishchenko
111867432c
Compilation problem.
2024-05-21 10:26:01 -07:00
Alan Mishchenko
0cb945ebcd
Enabling support of boxes in &nf.
2024-05-21 10:15:46 -07:00
Alan Mishchenko
8ec95e85c6
Bug fix.
2024-05-19 15:03:12 -07:00
Alan Mishchenko
c64f927828
Various changes and bug fixes.
2024-05-19 14:47:18 -07:00
Alan Mishchenko
3616fd8fb5
New command "resub_unate" and various changes.
2024-05-17 02:56:33 -07:00
Alan Mishchenko
3fd42912ad
Suggested fix.
2024-05-16 06:24:18 -07:00
Alan Mishchenko
5fc62b881f
Code to dump resub instances.
2024-05-15 22:21:22 -07:00
Alan Mishchenko
d9a08eb44b
New command &window to extract windows from an AIG.
2024-05-15 21:41:29 -07:00
Alan Mishchenko
2c02ae89a0
Updating the previous commit.
2024-05-15 09:41:14 -07:00
Alan Mishchenko
c906dfb748
Upgrading "twoexact" to read relations in an updated format.
2024-05-15 09:33:57 -07:00
Alan Mishchenko
6ad6539c0f
New command &genrel to generate relations for windows in the AIG.
2024-05-14 22:35:43 -07:00
Alan Mishchenko
daf3313ce6
New aliases.
2024-05-13 23:31:50 -07:00
Alan Mishchenko
554da94ea6
New command &odc to study observability don't-cares.
2024-05-13 22:59:11 -07:00
Alan Mishchenko
66c7f67b96
New command "resub_core".
2024-05-13 21:31:28 -07:00
Alan Mishchenko
f04f9c4353
Updating counter-example generation.
2024-05-08 23:45:14 -07:00
Alan Mishchenko
c194c112ae
New way to generate counter-examples.
2024-05-08 23:13:31 -07:00
Alan Mishchenko
3c56ccb8fb
Add warning when trying to CEC AIGs with xor-gates.
2024-05-08 08:15:45 -07:00
alanminko
ae92ea0214
Merge pull request #297 from aletempiac/yosys-flow
...
Integrating delay-driven LUT decomposition in &if
2024-05-07 06:43:53 -07:00
aletempiac
d109372fb7
Adding delay-driven LUT decomposition to &if
2024-05-07 11:03:24 +02:00
Alan Mishchenko
fb97997991
New command &putontop to create large AIGs.
2024-05-04 13:38:32 -07:00
Ethan Mahintorabi
246337cdbe
Fixes incorrect extern definition of Wlc_BlastMultiplier3
...
Signed-off-by: Ethan Mahintorabi <ethanmoon@google.com>
2024-05-03 01:55:31 +00:00
aletempiac
5708841672
Merge remote-tracking branch 'origin/master' into yosys-flow
2024-05-02 10:23:16 +02:00
aletempiac
714ab458b7
Adding deriving LUTs to if
2024-05-02 10:23:11 +02:00
aletempiac
39ed8b36d4
Cleaning code
2024-05-02 10:06:40 +02:00
Ethan Mahintorabi
b7c7a6d98d
Fixes duplicate declaration of Abc_SclHasDelayInfo
...
Signed-off-by: Ethan Mahintorabi <ethanmoon@google.com>
2024-05-02 02:15:59 +00:00
William D. Jones
402c2579db
Modify include guards in cmd.c so that Windows compilers don't compile Unix-only code.
2024-04-27 19:06:36 -04:00
aletempiac
043a2ffcc6
Adding new XX decomposition to &if
2024-04-23 11:10:16 +02:00
Alan Mishchenko
c14d5f3906
Dumping miter statistics.
2024-04-22 22:06:07 -04:00
Martin Povišer
e6a3dc602c
Fix prototype mismatch for `Gia_ManSimRsb`
2024-04-22 17:34:38 +02:00
aletempiac
864f96b11e
Adding decomposition of mapping into LUT structures before returning the result
2024-04-16 17:40:47 +02:00
Peter Gadfort
de060a26ad
ensure initial library writing also honors prefix
2024-04-16 08:58:28 -04:00
Alan Mishchenko
bc725b85de
Bug fix in CNF generation for &glucose (three more places).
2024-04-15 20:29:38 -07:00
Alan Mishchenko
2d6b5c9adc
Bug fix in CNF generation for &glucose.
2024-04-15 20:25:43 -07:00
Alan Mishchenko
99e0e37da6
Added switch -p in "read_lib" to skip writing cell prefix.
2024-04-14 09:51:00 -07:00
Peter Gadfort
935c6a875d
add missing flag to read_lib help
2024-04-12 13:49:44 -04:00
Peter Gadfort
1d90cafd54
add library merging flag to read_lib
...
Signed-off-by: Peter Gadfort <gadfort@zeroasic.com>
2024-04-12 13:27:58 -04:00
aletempiac
045803dcb8
Merge remote-tracking branch 'origin/master' into acd66
2024-04-11 19:02:29 +02:00
aletempiac
0c905f873b
Fixes
2024-04-11 19:01:05 +02:00
aletempiac
6052d10fde
Adding new command if -U for 2-LUT decompositions under delay profile
2024-04-11 15:45:37 +02:00
aletempiac
e8924e5534
Fixes and improvements
2024-04-11 15:44:52 +02:00
aletempiac
5b49724fcc
removing acd666
2024-04-11 15:43:22 +02:00
Alan Mishchenko
ca78f5e6e5
Bug fix in the resub engine.
2024-04-11 05:05:52 -07:00
aletempiac
32bc1d4ab2
Cleaning and generalizing code
2024-04-11 11:31:28 +02:00
aletempiac
64fea5c4c2
Improving the performance and quality of acd66
2024-04-10 18:43:52 +02:00
aletempiac
6b5ebb3e76
Removing assertion when decomposing into LUTs smaller than 6
2024-04-10 18:42:52 +02:00
aletempiac
8f3447800c
Support again decompositions into luts smaller than 6
2024-04-02 11:25:03 +02:00
Alan Mishchenko
6e1653426f
Switch to randomly select one choice.
2024-03-28 16:22:06 +08:00
Alan Mishchenko
a2cb5eb4e3
Adding command &pms to print miter status.
2024-03-25 23:39:03 +08:00
aletempiac
1f72ffce79
Improving ACD performance with bail-out conditions
2024-03-25 14:23:43 +01:00
Alan Mishchenko
b0d2ff1c63
Exact synthesis using NAND-gates.
2024-03-24 00:10:08 +09:00
aletempiac
6aacf524aa
Performance improvement and fixes
2024-03-22 19:19:35 +01:00
aletempiac
8a314db8dc
Bug fix
2024-03-22 15:39:52 +01:00
Alan Mishchenko
2c0943ff62
Fixiing compiler problem on Windows.
2024-03-19 09:34:20 +09:00
Alan Mishchenko
5d3d77fcfe
Fixing Windows compiler problem.
2024-03-19 08:54:32 +09:00
Alan Mishchenko
c32f36af08
Fixing c vs c++ header file issue.
2024-03-19 08:13:07 +09:00
Alan Mishchenko
b31ab1960b
Fixing compilation issues on Windows.
2024-03-18 21:30:46 +09:00
aletempiac
db72df7a63
Merge remote-tracking branch 'origin/master' into acd66
2024-03-18 10:08:48 +01:00
aletempiac
3737a69d8d
Adding new ACD66 with support for multiple shared-set variables
2024-03-18 10:01:59 +01:00
Alan Mishchenko
210474b08c
Bug fix in &gen_hie.
2024-03-18 07:49:35 +09:00
alanminko
3040b8ddd5
Merge pull request #282 from allen1236/master
...
&brecover with speculative reduction
2024-03-16 08:52:57 +09:00
Allen Ho
b7884aaf2b
clean up & add options for &brecover
2024-03-16 01:40:11 +08:00
Allen Ho
015dd2a367
use speculative in &brecover
2024-03-15 16:56:10 +08:00
Alan Mishchenko
a16a0f1027
Writing Verilog for AIG using NAND gates.
2024-03-06 01:40:48 -08:00
Allen Ho
d87b1cd543
fixed some warnings in bsat2
2024-03-04 10:16:14 +08:00
Allen Ho
bfbec71211
&stc_eco and &brecover done
2024-03-04 09:36:35 +08:00
Allen Ho
bcf04fadb6
&brecover done
2024-03-04 00:54:23 +08:00
Alan Mishchenko
a747f46292
More changes to compile with g++.
2024-03-02 17:21:05 -08:00
Alan Mishchenko
eb24d29777
More changes.
2024-03-02 17:10:30 -08:00
Alan Mishchenko
b73f1030a6
More changes.
2024-03-02 17:03:42 -08:00
Alan Mishchenko
b627aa7cb5
More changes.
2024-03-02 16:57:00 -08:00
Alan Mishchenko
ce44eda85a
More changes.
2024-03-02 16:46:09 -08:00
Alan Mishchenko
f6f542c873
More changes to compile with namespaces.
2024-03-02 16:38:16 -08:00
Alan Mishchenko
4de4605836
More changees to compile new code with namespaces.
2024-03-02 16:31:41 -08:00
Alan Mishchenko
a1159d98df
Fixing a compiler problem with namespaces.
2024-03-02 16:10:37 -08:00
alanminko
390a0e8ef3
Merge pull request #279 from allen1236/master
...
Sat-sweeping-based ECO (&str_eco)
2024-03-02 15:38:08 -08:00