summaryrefslogtreecommitdiffstats
path: root/src/base/io
Commit message (Expand)AuthorAgeFilesLines
* Improvements to LMS code.Alan Mishchenko2012-11-061-2/+2
* Adding binary file dumping for truth tables.Alan Mishchenko2012-10-251-1/+1
* Adding binary file dumping for truth tables.Alan Mishchenko2012-10-251-4/+18
* Added hierarchical BLIF output for mapping with LUT structures (write_blif -a...Alan Mishchenko2012-10-243-15/+296
* Bug fix in hierarchical BLIF reader.Alan Mishchenko2012-10-111-3/+2
* Added command to transform GIA into the file with truth tables for each output.Alan Mishchenko2012-10-101-0/+77
* Making explicit cast to 64-bit unsigned in a few places.Alan Mishchenko2012-10-091-1/+1
* C++ portability changes.Alan Mishchenko2012-10-031-1/+1
* Replacing 'st_table' by 'st__table' to resolve linker problems.Alan Mishchenko2012-09-291-1/+1
* Cleaned up interfaces of genlib/liberty/supergate reading/writing.Alan Mishchenko2012-09-251-5/+18
* Changed printouts in a few places in supergate computation.Alan Mishchenko2012-09-241-0/+2
* Added simplification before the concurrent call to PDR.Alan Mishchenko2012-09-201-2/+2
* Modified 'read' to read all types of libraries (genlib, liberty, scl).Alan Mishchenko2012-09-201-0/+2
* Modified 'read' to read all types of libraries (genlib, liberty, scl).Alan Mishchenko2012-09-202-2/+17
* Fixes to Verilog parser.Alan Mishchenko2012-09-201-0/+6
* Extending Liberty parser to handle multi-output cells.Alan Mishchenko2012-09-191-6/+6
* Extending Liberty parser to handle multi-output cells.Alan Mishchenko2012-09-191-18/+7
* Extending BLIF parser/write to hangle multi-output cells.Alan Mishchenko2012-09-193-93/+210
* Created new abstraction package from the code that was all over the place.Alan Mishchenko2012-09-151-0/+1
* Scalable gate-level abstraction.Alan Mishchenko2012-09-111-9/+30
* Fixing Verilog writer's way of writing module names.Alan Mishchenko2012-09-111-1/+1
* Fixing the way constants are written into mapped Verilog files.Alan Mishchenko2012-08-311-0/+5
* Updating project settings to have simpler include paths.Alan Mishchenko2012-07-0717-37/+37
* Fixing time primtouts throughout the code.Alan Mishchenko2012-07-071-1/+2
* Fixing time primtouts throughout the code.Alan Mishchenko2012-07-073-5/+3
* Diabling compact AIGER writing by default.Alan Mishchenko2012-07-071-1/+1
* Improving printouts of critical path.Alan Mishchenko2012-04-091-2/+4
* Silencing a gcc warning.Alan Mishchenko2012-03-231-1/+1
* Additional features for delay optimizationAlan Mishchenko2012-03-212-0/+44
* Renamed Aig_ObjIsPi/Po to be ...Ci/Co and Aig_Man(Pi/Po)Num to be ...(Ci/Co)...Alan Mishchenko2012-03-091-1/+1
* Renamed Aig_ManForEachPi/Po to be ...Ci/Co and Aig_ObjCreatePi/Po to be ...Ci...Alan Mishchenko2012-03-091-1/+1
* Enabling user-specified required times in 'map'.Alan Mishchenko2012-03-022-2/+106
* Silencing some of the gcc warnings.Alan Mishchenko2012-02-162-5/+9
* Silencing some of the gcc warnings.Alan Mishchenko2012-02-164-6/+17
* Graph isomorphism checking code.Alan Mishchenko2012-02-114-11/+46
* Major restructuring of the code.Alan Mishchenko2012-01-2120-51/+51
* Added switch 'write_counter -f' to output flop values in each time frame.Alan Mishchenko2012-01-181-20/+31
* Bug fixes in the Verilog parser.Alan Mishchenko2012-01-141-4/+10
* New hierarchy manager.Alan Mishchenko2012-01-131-1/+1
* Added warning when the network from file has no primary inputs.Alan Mishchenko2012-01-061-0/+5
* Improvements to hierarchical BLIF parser.Alan Mishchenko2011-12-221-4/+6
* Improvements to hierarchical BLIF parser.Alan Mishchenko2011-12-211-7/+34
* Fixed a bug in matching code.Alan Mishchenko2011-12-171-1/+4
* Added support for generating a library of real-life truth-tables.Alan Mishchenko2011-12-091-2/+0
* Added support for generating a library of real-life truth-tables.Alan Mishchenko2011-12-091-0/+2
* Temporary debugging change.Alan Mishchenko2011-11-121-1/+1
* Enabled counter-example minimization in 'write_counter'.Alan Mishchenko2011-11-111-5/+31
* Preventing scripts from aborting if reading has failed.Alan Mishchenko2011-11-081-1/+1
* Changes to read multi-output testcases described using AIGER 1.9.Alan Mishchenko2011-11-062-27/+120
* C++ portability changes.Alan Mishchenko2011-10-272-5/+2