abc/src/base/abci
alanminko 38cd47b46c
Merge pull request #219 from MyskYko/transduction
Transduction method
2023-05-04 14:20:34 -04:00
..
abc.c Merge pull request #219 from MyskYko/transduction 2023-05-04 14:20:34 -04:00
abcAttach.c Changed printouts in a few places in supergate computation. 2012-09-24 22:57:01 -07:00
abcAuto.c Adding switch 'clp -o' to reverse initial variable ordering. 2018-06-07 15:53:12 -07:00
abcBalance.c Changing declaration of Vec_Ptr_t sorting function to satisfy some compilers. 2021-09-26 11:30:54 -07:00
abcBidec.c Adding a wrapper around clock() for more accurate time counting in ABC. 2013-05-27 15:09:23 -07:00
abcBm.c Compiler warnings. 2017-07-22 11:41:17 +07:00
abcBmc.c Updating project settings to have simpler include paths. 2012-07-07 20:14:12 -07:00
abcCas.c Adding switch 'clp -o' to reverse initial variable ordering. 2018-06-07 15:53:12 -07:00
abcCascade.c Adding switch 'clp -o' to reverse initial variable ordering. 2018-06-07 15:53:12 -07:00
abcCollapse.c Dumping BDD variable order after 'clp'. 2020-05-18 16:02:57 -07:00
abcCut.c Adding a wrapper around clock() for more accurate time counting in ABC. 2013-05-27 15:09:23 -07:00
abcDar.c Adding switch to stop scorr if refinement is too slow. 2022-04-24 08:53:57 -07:00
abcDarUnfold2.c Various usability changes. 2018-11-18 21:01:30 -08:00
abcDebug.c Propagating changes after updating flag of 'sop'. 2015-02-19 12:57:05 -08:00
abcDec.c Data reading procedure. 2019-11-20 22:45:29 +08:00
abcDetect.c Adding switch &w -n to modify the comment section of the AIGER file written. 2018-11-21 13:12:01 -08:00
abcDress.c Updating project settings to have simpler include paths. 2012-07-07 20:14:12 -07:00
abcDress2.c Deriving equivalent nets from proved equivalences. 2020-12-09 21:59:49 -10:00
abcDress3.c Updates to arithmetic verification. 2017-01-14 16:11:59 +07:00
abcDsd.c Adding switch 'clp -o' to reverse initial variable ordering. 2018-06-07 15:53:12 -07:00
abcEco.c Adding experimental command. 2017-03-02 15:26:29 -08:00
abcEspresso.c Disable cube-sort when deriving SOPs. 2021-05-11 15:54:43 -07:00
abcExact.c Suggested bug fixes in the old code. 2022-01-21 11:33:53 -08:00
abcExtract.c Adding command &extract. 2021-05-18 16:42:16 -07:00
abcFlop.c Major restructuring of the code. 2012-01-21 04:30:10 -08:00
abcFpga.c Changes to be able to compile ABC without CUDD. 2015-08-24 20:55:07 -07:00
abcFpgaFast.c Updating project settings to have simpler include paths. 2012-07-07 20:14:12 -07:00
abcFraig.c Making sure the CI/CO are not ordered by 'fraig_restore'. 2015-06-29 12:01:42 -07:00
abcFx.c Various changes. 2021-09-04 19:21:59 -07:00
abcFxu.c Disable cube-sort when deriving SOPs. 2021-05-11 15:54:43 -07:00
abcGen.c Adding option 'gen -b' to generate signed Booth multipliers. 2019-09-19 10:27:13 -07:00
abcHaig.c Cleaing AIG manager by removing pointers to HAIG. 2012-09-23 12:01:59 -07:00
abcIf.c Two rare corner-case bugs in &if mapper. 2021-09-26 11:05:48 -07:00
abcIfMux.c Significant improvement to LUT mappers (if, &if). 2014-02-16 19:30:38 -08:00
abcIfif.c Updating project settings to have simpler include paths. 2012-07-07 20:14:12 -07:00
abcIvy.c Experiment with cost functions. 2023-02-28 13:50:35 +07:00
abcLog.c Various usability changes. 2018-11-18 21:01:30 -08:00
abcLut.c Compiler warnings. 2021-08-23 19:56:26 -07:00
abcLutmin.c Changing declaration of Vec_Ptr_t sorting function to satisfy some compilers. 2021-09-26 11:30:54 -07:00
abcMap.c Changing static to extern for two procedures. 2021-10-17 20:52:20 -07:00
abcMeasure.c Updating project settings to have simpler include paths. 2012-07-07 20:14:12 -07:00
abcMerge.c Adding a wrapper around clock() for more accurate time counting in ABC. 2013-05-27 15:09:23 -07:00
abcMffc.c Changing declaration of Vec_Ptr_t sorting function to satisfy some compilers. 2021-09-26 11:30:54 -07:00
abcMfs.c Updating mfs2 and &mfs to work with larger nodes. 2023-02-05 14:44:44 -08:00
abcMini.c Compiler warnings. 2017-07-22 11:41:17 +07:00
abcMiter.c Compiler warnings. 2021-08-23 19:56:26 -07:00
abcMulti.c Changes to be able to compile ABC without CUDD. 2015-08-24 20:55:07 -07:00
abcMv.c Changes to be able to compile ABC without CUDD. 2015-08-24 20:55:07 -07:00
abcNpn.c Adding command-line switch 'testnpn -A 12' for P-only canonical form computation. 2021-12-03 18:48:26 -08:00
abcNpnSave.c Changing declaration of Vec_Ptr_t sorting function to satisfy some compilers. 2021-09-26 11:30:54 -07:00
abcNtbdd.c Changes to make compiler happy. 2021-11-27 17:37:34 -08:00
abcOdc.c Suggested bug fix in 'resub' with ODCs. 2022-11-29 10:51:59 -08:00
abcOrder.c Updating project settings to have simpler include paths. 2012-07-07 20:14:12 -07:00
abcPart.c Adding a wrapper around clock() for more accurate time counting in ABC. 2013-05-27 15:09:23 -07:00
abcPlace.c Major restructuring of the code. 2012-01-21 04:30:10 -08:00
abcPrint.c Compiler warnings. 2023-02-28 15:16:31 +07:00
abcProve.c Experiment with cost functions. 2023-02-28 13:50:35 +07:00
abcQbf.c Cleaning up code and fixing for several typos. 2020-01-27 10:43:37 -08:00
abcQuant.c Adding switch 'show -d' to keep (not delete) the .dot file after generating the .ps file. 2023-03-01 19:00:44 +07:00
abcReach.c Adding switch 'clp -o' to reverse initial variable ordering. 2018-06-07 15:53:12 -07:00
abcRec3.c Fixing some warnings by adding cast from 'int' to 'size_t' in memset, memcpy, etc. 2019-03-05 15:57:50 -08:00
abcReconv.c Changes to be able to compile ABC without CUDD. 2015-08-24 20:55:07 -07:00
abcRefactor.c Experiment with cost functions. 2023-02-28 13:50:35 +07:00
abcRenode.c Changes to be able to compile ABC without CUDD. 2015-08-24 20:55:07 -07:00
abcReorder.c Bug fix in sweep (which happens to be a rare bug in Abc_NodeMinimumBase). 2021-10-23 16:42:34 -07:00
abcRestruct.c Intersection a bug in rewrite/refactor. 2022-02-22 21:14:48 -08:00
abcResub.c Experiment with cost functions. 2023-02-28 13:50:35 +07:00
abcRewrite.c Intersection a bug in rewrite/refactor. 2022-02-22 21:14:48 -08:00
abcRpo.c Bug fix in truth table reading for funcs with less than 6 vars. 2016-03-28 10:18:17 -07:00
abcRr.c Intersection a bug in rewrite/refactor. 2022-02-22 21:14:48 -08:00
abcRunGen.c Adding new command handler for experimental procedures. 2019-04-17 14:54:35 -07:00
abcSat.c Experiments with sequential mapping. 2023-03-31 19:52:46 +07:00
abcSaucy.c Compiler warnings. 2023-02-28 15:53:12 +07:00
abcScorr.c Updating interface of scorr. 2023-01-28 09:31:13 -10:00
abcSense.c Updating project settings to have simpler include paths. 2012-07-07 20:14:12 -07:00
abcSpeedup.c Renaming If_Lut_t into If_LibLut_t. 2012-12-10 01:07:41 -08:00
abcStrash.c Changing declaration of Vec_Ptr_t sorting function to satisfy some compilers. 2021-09-26 11:30:54 -07:00
abcSweep.c Bug fix in sweep (which happens to be a rare bug in Abc_NodeMinimumBase). 2021-10-23 16:42:34 -07:00
abcSymm.c Adding verbosity flag to command 'symfun'. 2019-06-20 07:32:58 +02:00
abcTim.c Adding switch &w -n to modify the comment section of the AIGER file written. 2018-11-21 13:12:01 -08:00
abcTiming.c Bug fix by Ai Quoc Dao. 2022-06-08 08:50:37 -07:00
abcUnate.c Adding switch 'clp -o' to reverse initial variable ordering. 2018-06-07 15:53:12 -07:00
abcUnreach.c Disable cube-sort when deriving SOPs. 2021-05-11 15:54:43 -07:00
abcVerify.c Enable command 'pipe' for pipelining. 2021-09-13 09:44:28 -07:00
abcXsim.c Updating project settings to have simpler include paths. 2012-07-07 20:14:12 -07:00
abciUnfold2.c the latest version 2014-06-04 22:49:44 -07:00
fahout_cut.c Fixing time primtouts throughout the code. 2012-07-07 18:15:08 -07:00
module.make Adding new command handler for experimental procedures. 2019-04-17 14:54:35 -07:00