Commit Graph

4656 Commits

Author SHA1 Message Date
Baruch Sterin a693af9f62 travis-ci: macOS changes:
(1) updated to a newer macOS image
(2) switch to use the Homebrew addon instead of command line
2020-02-24 10:31:43 +02:00
Alan Mishchenko f433931075 Adding commands to generate data for experiments. 2020-02-23 16:35:59 -08:00
Alan Mishchenko c8894603b2 Adding commands to generate data for experiments. 2020-02-22 13:13:30 -08:00
Alan Mishchenko d1f10f323c Adding commands to generate data for experiments. 2020-02-22 07:25:11 -08:00
Alan Mishchenko 3c586f886e Adding commands to generate data for experiments. 2020-02-21 13:40:50 -08:00
Alan Mishchenko b1802e4fdc Assertion failure in reading NDR. 2020-02-20 12:02:55 -08:00
Alan Mishchenko c086edaa9f Adding min-level merging of equivalence classes of AIG nodes. 2020-02-19 13:35:26 -08:00
Alan Mishchenko 081afc3fc5 Experimental simulation based code. 2020-02-06 15:20:00 -08:00
Alan Mishchenko 53f223806f Temporary commenting out of the assertion. 2020-02-06 14:58:54 -08:00
Alan Mishchenko 951afa27cb Cleaning up code and fixing for several typos. 2020-01-27 10:43:37 -08:00
Alan Mishchenko 8c8f39ad76 Adding several new utilities. 2020-01-27 10:32:07 -08:00
Alan Mishchenko 8eb6aed5d1 Adding a warning in retiming when no node delays are given. 2020-01-23 19:59:11 -08:00
Alan Mishchenko 62c4c8b243 Adding a warning in retiming when no node delays are given. 2020-01-23 19:47:49 -08:00
Alan Mishchenko afebb18041 Experiments with resubstitution. 2020-01-21 20:41:54 -08:00
Alan Mishchenko 07002bc9f9 Experiments with simulation patterns. 2020-01-20 21:41:36 -08:00
Alan Mishchenko 0e05d1487f Experiments with MUX restructuring. 2020-01-20 13:25:38 -08:00
Alan Mishchenko 632c7a7d89 Experiments with MUX restructuring. 2020-01-19 23:44:47 -08:00
Alan Mishchenko f1a3cffe59 Adding new command to generate specialized miter. 2020-01-19 02:18:32 -08:00
Alan Mishchenko 19b8d9bf7c Adding CNF variable mapping rules. 2020-01-18 16:42:02 -08:00
Alan Mishchenko 4853ae9cab Adding AIG stats logging (using JSON format). 2020-01-16 22:22:07 -08:00
Alan Mishchenko a7c9f6d12d Adding AIG stats logging. 2020-01-16 19:52:00 -08:00
Alan Mishchenko c32a2ece07 Adding switch -g to use global rather than local BDDs in 'muxes'. 2020-01-14 13:37:53 +02:00
Alan Mishchenko 71f2b40320 Preventing 'mfs' from using fanins of fixed objects as divisors. 2020-01-11 12:48:26 +02:00
Alan Mishchenko 9e0fa47c12 Suggested fix to not collect leaves of black boxes. 2020-01-11 09:38:53 +02:00
Alan Mishchenko dccd399255 Adding dynamic memory alloc for the buffer in Liberty file reader. 2020-01-11 07:12:48 +02:00
Alan Mishchenko 1bb50384d1 Improving performance of 'lutpack'. 2020-01-10 17:44:48 +02:00
Alan Mishchenko 144c5be824 Preserving additional AIG manager when dandling nodes are present. 2020-01-08 01:07:03 +02:00
Alan Mishchenko 1485e63ae3 Allowing nodes and boxes to have more than 6 inputs in mfs2 and &mfs. 2020-01-07 01:36:06 +02:00
Alan Mishchenko e1997b038a Adding commands 'save' and 'load' for mapped networks. 2020-01-03 22:00:58 -05:00
Alan Mishchenko f6dc4a588c Making sure arrival time of constant node is -infinity. 2020-01-02 17:58:05 -05:00
Alan Mishchenko c4b12fae6d Forgot to update module make when adding giaDeep.c 2019-12-18 13:37:04 -08:00
Alan Mishchenko 02393a2a7a Bug fix in collapsing with boxes. 2019-12-17 14:57:46 -08:00
Alan Mishchenko 7a9311ee42 Adding experimental command. 2019-12-14 20:22:37 -08:00
Alan Mishchenko 53d4d6513c Adding experimental command. 2019-12-14 20:13:56 -08:00
Alan Mishchenko e73fca3710 Commenting out assertion. 2019-12-14 19:54:27 -08:00
Alan Mishchenko 8b6207e171 Bug fix in recently modified code. 2019-12-11 21:22:46 -08:00
Alan Mishchenko 6fb8b17c2d Making &gla iterate over property outputs. 2019-12-11 21:13:00 -08:00
Alan Mishchenko 4f4b207f2f Bug fix in recently modified code. 2019-12-11 20:25:55 -08:00
Alan Mishchenko 24d9ce6baf Special case in Verilog parser. 2019-12-06 02:19:50 -08:00
Alan Mishchenko 95a6aa285c Renaming options of command &sat. 2019-12-05 14:37:02 -08:00
Alan Mishchenko 1e602492d8 Changes to several APIs. 2019-12-05 09:53:42 -08:00
Alan Mishchenko bb33b5978a Small changes. 2019-12-04 17:08:01 -08:00
Alan Mishchenko 451f2b0cd7 Assert in &verify only holds when boxes are not removed. 2019-12-04 13:45:16 -08:00
Alan Mishchenko d5276971eb Accidentally losing flop info while rehashing AIG. 2019-12-03 15:01:52 -08:00
Alan Mishchenko d1462693cf Updates to JSON parser. 2019-12-02 22:53:26 -08:00
Alan Mishchenko 235176d8fb Updates to JSON parser. 2019-12-02 15:43:12 -08:00
Alan Mishchenko 787e3e1d12 Adding logfile dump to print_status. 2019-11-25 17:54:18 +07:00
Alan Mishchenko 4deaaa852a Data reading procedure. 2019-11-20 22:45:29 +08:00
Alan Mishchenko 30e2b727a1 Bug fix in printing truth table in Verilog. 2019-11-20 21:47:30 +08:00
Alan Mishchenko 3699f8beb9 Dumping multiple counter-examples. 2019-11-19 21:13:07 +08:00