index
:
iCE40/yosys
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
passes
/
opt
/
opt_clean.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Consistent use of 'override' for virtual methods in derived classes.
Henner Zeller
2018-07-20
1
-4
/
+4
*
Add warnings for driver-driver conflicts between FFs (and other cells) and co...
Clifford Wolf
2017-12-12
1
-1
/
+8
*
Fix typo in opt_clean log message
Clifford Wolf
2017-10-26
1
-1
/
+1
*
Add consolidation of init attributes to opt_clean, some opt_clean log fixes
Clifford Wolf
2017-07-29
1
-6
/
+82
*
Add $live and $fair cell types, add support for s_eventually keyword
Clifford Wolf
2017-02-25
1
-1
/
+1
*
Add $cover cell type and SVA cover() support
Clifford Wolf
2017-02-04
1
-1
/
+1
*
Removed $predict again
Clifford Wolf
2016-08-28
1
-1
/
+1
*
After reading the SV spec, using non-standard predict() instead of expect()
Clifford Wolf
2016-07-21
1
-1
/
+1
*
Added basic support for $expect cells
Clifford Wolf
2016-07-13
1
-1
/
+1
*
Connections between inputs and inouts are driven by the input
Clifford Wolf
2016-04-26
1
-0
/
+3
*
Added "yosys -D" feature
Clifford Wolf
2016-04-21
1
-1
/
+1
*
Use alphanumerical order instead of idstring idx in opt_clean compare_signals()
Clifford Wolf
2016-02-02
1
-1
/
+1
*
Fixed opt_clean handling of inout ports
Clifford Wolf
2015-08-16
1
-2
/
+2
*
Improved handling of "keep" attributes in hierarchical designs in opt_clean
Clifford Wolf
2015-08-12
1
-25
/
+57
*
Merge pull request #70 from gaomy3832/bugfix
Clifford Wolf
2015-08-12
1
-0
/
+10
|
\
|
*
Remove unused blackbox modules in opt_clean.
Mingyu Gao
2015-08-11
1
-0
/
+10
*
|
Added missing ct_all setup to opt_clean
Clifford Wolf
2015-08-11
1
-0
/
+3
|
/
*
Fixed trailing whitespaces
Clifford Wolf
2015-07-02
1
-5
/
+5
*
preserve used $-wires with init attribute in opt_clean
Clifford Wolf
2015-05-22
1
-1
/
+1
*
Added non-std verilog assume() statement
Clifford Wolf
2015-02-26
1
-1
/
+1
*
Some cleanups in "clean"
Clifford Wolf
2015-02-24
1
-7
/
+14
*
Added $meminit cell type
Clifford Wolf
2015-02-14
1
-1
/
+1
*
Fixed opt_clean performance bug
Clifford Wolf
2015-02-04
1
-26
/
+26
*
Using design->selected_modules() in opt_*
Clifford Wolf
2015-02-03
1
-16
/
+10
*
Added dict/pool.sort()
Clifford Wolf
2015-01-24
1
-0
/
+4
*
Cleanups in opt_clean
Clifford Wolf
2014-12-29
1
-10
/
+10
*
dict/pool changes in opt_clean
Clifford Wolf
2014-12-29
1
-5
/
+5
*
Renamed hashmap.h to hashlib.h, some related improvements
Clifford Wolf
2014-12-28
1
-1
/
+1
*
More hashtable finetuning
Clifford Wolf
2014-12-27
1
-1
/
+1
*
Replaced std::unordered_set (nodict) with Yosys::pool
Clifford Wolf
2014-12-26
1
-1
/
+1
*
Added Yosys::{dict,nodict,vector} container types
Clifford Wolf
2014-12-26
1
-1
/
+1
*
Fixed various VS warnings
Clifford Wolf
2014-10-18
1
-1
/
+1
*
Some cleanups in opt_clean
Clifford Wolf
2014-10-16
1
-16
/
+9
*
Renamed SIZE() to GetSize() because of name collision on Win32
Clifford Wolf
2014-10-10
1
-4
/
+4
*
Added $_BUF_ cell type
Clifford Wolf
2014-10-03
1
-2
/
+2
*
remove buffers in opt_clean
Clifford Wolf
2014-10-03
1
-0
/
+13
*
Added support for "keep" on modules
Clifford Wolf
2014-09-29
1
-1
/
+1
*
namespace Yosys
Clifford Wolf
2014-09-27
1
-8
/
+12
*
Corrected spelling mistakes found by lintian
Ruben Undheim
2014-09-06
1
-2
/
+2
*
Added design->scratchpad
Clifford Wolf
2014-08-30
1
-4
/
+3
*
More idstring sort_by_* helpers and fixed tpl ordering in techmap
Clifford Wolf
2014-08-15
1
-2
/
+2
*
More cleanups related to RTLIL::IdString usage
Clifford Wolf
2014-08-02
1
-3
/
+4
*
Using log_assert() instead of assert()
Clifford Wolf
2014-07-28
1
-2
/
+1
*
Added SigPool::check(bit)
Clifford Wolf
2014-07-27
1
-2
/
+2
*
Fixed bug in opt_clean
Clifford Wolf
2014-07-27
1
-1
/
+1
*
Fixed a bug in opt_clean and some RTLIL API usage cleanups
Clifford Wolf
2014-07-27
1
-3
/
+4
*
Refactoring: Renamed RTLIL::Design::modules to modules_
Clifford Wolf
2014-07-27
1
-2
/
+2
*
Refactoring: Renamed RTLIL::Module::cells to cells_
Clifford Wolf
2014-07-27
1
-4
/
+4
*
Refactoring: Renamed RTLIL::Module::wires to wires_
Clifford Wolf
2014-07-27
1
-5
/
+5
*
Changed a lot of code to the new RTLIL::Wire constructors
Clifford Wolf
2014-07-26
1
-6
/
+10
[next]