1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 11 months ago. based on code collected about 3 years ago.
Mar 09, 2021 — Mar 09, 2022
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added some simple progress information to verbose subcircuit miner output More... about 12 years ago
Implemented -mine_split option to extract pass More... about 12 years ago
Implemented much better #x select operator More... about 12 years ago
Modify the VQM parser to use a hash to perform net/pin to array index lookup. This is significantly faster that the previous code, which uses binary search through the sorted array, and uses an insert at index (very slow) to maintain the sorted order. More... about 12 years ago
Commit beginning work on architecture file. Stub values that I will need to find More... about 12 years ago
make warning removed More... about 12 years ago
Removed memory leaks for circuits with carry chains More... about 12 years ago
Fracturable carry chain first complete draft done. Works on simple cases. Need to test on complete architectures More... about 12 years ago
Added support for architecture exclusion in fracturable carry chain architectures for faster packing More... about 12 years ago
* Fix clock timers to use unsigned counters * Reduce the number of calls to verify_netlist, only really need to check after all rather than after each netlist modification * Add total block count summary More... about 12 years ago
Updates to VQM parser. * Reduce memory allocation by first performning a counting pass to determine the large array structure sizes (reduces realloc calls) * Fix pointer-integer casting, now works properly on LP64 systems for large circuits that generate addresses beyond the 32bit boundary * Fix various compiler warnings More... about 12 years ago
Working fracturable carry chain architecture with faked up delays More... about 12 years ago
First working cut of fracturable carry chains More... about 12 years ago
Fixed bug on prepacking of carry chains Initial work on placement of carry chains inside logic block More... about 12 years ago
Implemented extract -mine_max_fanout <num> option More... about 12 years ago
Performance optimization in subcircuit mining More... about 12 years ago
Fixed a gcc compiler warning [-Wparentheses] More... about 12 years ago
Added "shared nodes" feature to the subcircuit library More... about 12 years ago
Added comments regarding carry chains in pack pattern data structure More... about 12 years ago
Identification of carry chain molecules in netlist complete. Now need to add ability to pack those partially populated chain molecules during packing. More... about 12 years ago
Added support for "extract_order" attribute to extract pass More... about 12 years ago
Added design->select() api and use it in extract pass More... about 12 years ago
Fixed subcircuit allowOverlap=false corner case More... about 12 years ago
Corrected identification of carry chain pattern in logic block. Must now work on identifying carry chain molecule in netlist. More... about 12 years ago
Added support for #x:<num> select stmt More... about 12 years ago
Handle known inout ports as outputs in show command More... about 12 years ago
Fixed memory corruption in subcircuit miner More... about 12 years ago
Minor hotfixes (mostly gcc build fixes) More... about 12 years ago
Added library support to celltypes class and show pass More... about 12 years ago
Implemented general handler for selection arguments More... about 12 years ago