index
:
iCE40/yosys
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactoring {SigSpec|SigChunk}(RTLIL::Wire *wire, ..) constructor -- step 1/3
Clifford Wolf
2014-07-23
4
-7
/
+45
*
Some cleanups in RTLIL::SigChunk::SigChunk(const RTLIL::Const&)
Clifford Wolf
2014-07-23
2
-6
/
+6
*
SigSpec refactoring: More cleanups of old SigSpec use pattern
Clifford Wolf
2014-07-22
3
-58
/
+56
*
SigSpec refactoring: Added RTLIL::SigSpecIterator
Clifford Wolf
2014-07-22
1
-6
/
+28
*
SigSpec refactoring: cleanup of old SigSpec usage in fsm_* commands
Clifford Wolf
2014-07-22
3
-38
/
+19
*
Fixed memory corruption with new SigSpec API in proc_mux
Clifford Wolf
2014-07-22
1
-7
/
+3
*
SigSpec refactoring: added RTLIL::SigSpec::operator[]
Clifford Wolf
2014-07-22
1
-1
/
+4
*
fixed memory leak in fsm_opt
Clifford Wolf
2014-07-22
1
-1
/
+3
*
SigSpec refactoring: rewrote some RTLIL::SigSpec methods to use unpacked form
Clifford Wolf
2014-07-22
1
-182
/
+113
*
Removed RTLIL::SigChunk::compare()
Clifford Wolf
2014-07-22
2
-25
/
+5
*
SigSpec refactoring: added RTLIL::SigSpec::bits() and pack/unpack api
Clifford Wolf
2014-07-22
2
-18
/
+135
*
SigSpec refactoring: change RTLIL::SigSpec::chunks() to be read-only, created...
Clifford Wolf
2014-07-22
20
-34
/
+29
*
SigSpec refactoring: change RTLIL::SigSpec::size() to be read-only
Clifford Wolf
2014-07-22
3
-94
/
+18
*
SigSpec refactoring: using the accessor functions everywhere
Clifford Wolf
2014-07-22
62
-800
/
+800
*
SigSpec refactoring: renamed the SigSpec members to chunks_ and width_ and ad...
Clifford Wolf
2014-07-22
2
-152
/
+158
*
SigSpec refactoring: renamed chunks and width to __chunks and __width
Clifford Wolf
2014-07-22
62
-951
/
+954
*
Fixed ilang parsing of process attributes
Clifford Wolf
2014-07-22
1
-0
/
+1
*
Fixed make rules for ilang parser
Clifford Wolf
2014-07-22
1
-1
/
+3
*
Use "opt -fine" in test/vloght/test_mapopt.sh
Clifford Wolf
2014-07-21
2
-2
/
+3
*
Added "opt_const -keepdc"
Clifford Wolf
2014-07-21
2
-15
/
+168
*
Added mul to mux conversion to "opt_const -fine"
Clifford Wolf
2014-07-21
1
-0
/
+55
*
Added "opt_const -fine" and "opt_reduce -fine"
Clifford Wolf
2014-07-21
4
-16
/
+145
*
Added "autoidx" statement to ilang file format
Clifford Wolf
2014-07-21
3
-26
/
+24
*
Added opt_const support for simple identities
Clifford Wolf
2014-07-21
1
-0
/
+69
*
Various improvements in test/vloghtb
Clifford Wolf
2014-07-21
4
-30
/
+52
*
Added support for scripts with labels
Clifford Wolf
2014-07-21
1
-11
/
+74
*
Replaced depricated NEW_WIRE macro with module->addWire() calls
Clifford Wolf
2014-07-21
4
-25
/
+22
*
Removed deprecated module->new_wire()
Clifford Wolf
2014-07-21
11
-56
/
+47
*
Wider range of cell types supported in "share" pass
Clifford Wolf
2014-07-21
3
-36
/
+249
*
Bugfix in satgen for cells with wider in- than outputs.
Clifford Wolf
2014-07-21
1
-1
/
+9
*
Added module->remove(), module->addWire(), module->addCell(), cell->check()
Clifford Wolf
2014-07-21
2
-8
/
+44
*
Added log_ping()
Clifford Wolf
2014-07-21
1
-0
/
+1
*
Use ezSAT::non_incremental() in "share" pass
Clifford Wolf
2014-07-21
1
-0
/
+2
*
Added ezSAT::keep_cnf() and ezSAT::non_incremental()
Clifford Wolf
2014-07-21
5
-8
/
+71
*
Fixed ezSAT stand-alone build
Clifford Wolf
2014-07-21
2
-8
/
+4
*
Updated minisat
Clifford Wolf
2014-07-21
20
-45
/
+45
*
Using relative path names in minisat headers
Clifford Wolf
2014-07-21
1
-1
/
+1
*
Added yet another resource sharing test case
Clifford Wolf
2014-07-20
2
-0
/
+49
*
Added support for resource sharing in mux control logic
Clifford Wolf
2014-07-20
1
-86
/
+155
*
Added "select -assert-count"
Clifford Wolf
2014-07-20
1
-6
/
+43
*
Supercell creation for $div/$mod worked all along, fixed test benches
Clifford Wolf
2014-07-20
3
-8
/
+3
*
Improved tests/share/generate.py
Clifford Wolf
2014-07-20
1
-2
/
+12
*
Fixed creation of shift supercells in "share" pass
Clifford Wolf
2014-07-20
1
-4
/
+20
*
Small fix in tests/vloghtb/run-test.sh
Clifford Wolf
2014-07-20
1
-0
/
+2
*
Activated tests/share in "make test"
Clifford Wolf
2014-07-20
1
-0
/
+1
*
Added "miter -equiv -flatten"
Clifford Wolf
2014-07-20
2
-2
/
+15
*
Added call_on_selection() and call_on_module() API
Clifford Wolf
2014-07-20
4
-16
/
+37
*
Added tests/vloghtb/test_share.sh
Clifford Wolf
2014-07-20
5
-1
/
+57
*
Added tests/share for testing "share" supercell creation
Clifford Wolf
2014-07-20
3
-0
/
+58
*
Added "share" supercell creation
Clifford Wolf
2014-07-20
1
-1
/
+115
[next]