index
:
iCE40/yosys
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
passes
/
proc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Using log_assert() instead of assert()
Clifford Wolf
2014-07-28
4
-11
/
+8
*
Using new obj iterator API in a few places
Clifford Wolf
2014-07-27
6
-39
/
+44
*
Refactoring: Renamed RTLIL::Design::modules to modules_
Clifford Wolf
2014-07-27
6
-6
/
+6
*
Refactoring: Renamed RTLIL::Module::cells to cells_
Clifford Wolf
2014-07-27
1
-1
/
+1
*
Refactoring: Renamed RTLIL::Module::wires to wires_
Clifford Wolf
2014-07-27
1
-2
/
+2
*
Changed a lot of code to the new RTLIL::Wire constructors
Clifford Wolf
2014-07-26
1
-12
/
+3
*
Manual fixes for new cell connections API
Clifford Wolf
2014-07-26
2
-6
/
+13
*
Changed users of cell->connections_ to the new API (sed command)
Clifford Wolf
2014-07-26
3
-82
/
+82
*
Renamed RTLIL::{Module,Cell}::connections to connections_
Clifford Wolf
2014-07-26
3
-82
/
+82
*
Use only module->addCell() and module->remove() to create and delete cells
Clifford Wolf
2014-07-25
2
-66
/
+16
*
Replaced more old SigChunk programming patterns
Clifford Wolf
2014-07-24
2
-11
/
+10
*
Removed RTLIL::SigSpec::optimize()
Clifford Wolf
2014-07-23
2
-6
/
+0
*
Fixed all users of SigSpec::chunks_rw() and removed it
Clifford Wolf
2014-07-23
1
-5
/
+3
*
Refactoring {SigSpec|SigChunk}(RTLIL::Wire *wire, ..) constructor -- step 3/3
Clifford Wolf
2014-07-23
1
-2
/
+2
*
Refactoring {SigSpec|SigChunk}(RTLIL::Wire *wire, ..) constructor -- step 2/3
Clifford Wolf
2014-07-23
1
-2
/
+2
*
Fixed memory corruption with new SigSpec API in proc_mux
Clifford Wolf
2014-07-22
1
-7
/
+3
*
SigSpec refactoring: change RTLIL::SigSpec::chunks() to be read-only, created...
Clifford Wolf
2014-07-22
1
-1
/
+1
*
SigSpec refactoring: using the accessor functions everywhere
Clifford Wolf
2014-07-22
5
-82
/
+82
*
SigSpec refactoring: renamed chunks and width to __chunks and __width
Clifford Wolf
2014-07-22
5
-82
/
+82
*
Replaced depricated NEW_WIRE macro with module->addWire() calls
Clifford Wolf
2014-07-21
1
-10
/
+10
*
Do not create $dffsr cells with no-op resets in proc_dff
Clifford Wolf
2014-06-19
1
-0
/
+5
*
Added workaround for vhdl-style edge triggers from vhdl2verilog to proc_arst
Clifford Wolf
2014-02-21
1
-2
/
+6
*
Tiny cleanup in proc_mux.cc
Clifford Wolf
2014-01-03
1
-3
/
+0
*
Added support for non-const === and !== (for miter circuits)
Clifford Wolf
2013-12-27
1
-2
/
+2
*
Major improvements in mem2reg and added "init" sync rules
Clifford Wolf
2013-11-21
3
-0
/
+117
*
Added "proc_arst -global_arst" feature
Clifford Wolf
2013-11-20
2
-8
/
+81
*
Added support for complex set-reset flip-flops in proc_dff
Clifford Wolf
2013-10-24
1
-4
/
+115
*
Fixed handling of boolean attributes (passes)
Clifford Wolf
2013-10-24
1
-1
/
+1
*
Improved handling of dff with async resets
Clifford Wolf
2013-10-21
1
-5
/
+60
*
Added handling of multiple async paths in proc_arst
Clifford Wolf
2013-10-19
2
-8
/
+21
*
Added dffsr support to proc_dff pass
Clifford Wolf
2013-10-18
1
-7
/
+72
*
Added nosync attribute and some async reset related fixes
Clifford Wolf
2013-03-25
1
-0
/
+5
*
fixed typos
Johann Glaser
2013-03-18
1
-2
/
+2
*
Added help messages to proc_* passes
Clifford Wolf
2013-03-01
6
-27
/
+110
*
initial import
Clifford Wolf
2013-01-05
7
-0
/
+962
[prev]