index
:
iCE40/yosys
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'origin/master' into xc7dsp
Eddie Hung
2019-08-01
4
-12
/
+74
|
\
|
*
Fix case when file does not exist
Miodrag Milanovic
2019-07-29
1
-19
/
+21
|
*
Merge pull request #1226 from YosysHQ/dave/gzip
David Shah
2019-07-27
2
-9
/
+52
|
|
\
|
|
*
Fix frontend auto-detection for gzipped input
David Shah
2019-07-26
1
-9
/
+12
|
|
*
Add support for reading gzip'd input files
David Shah
2019-07-26
1
-0
/
+40
|
*
|
replaced std::iterator with using statements
Jakob Wenzel
2019-07-25
1
-6
/
+6
|
*
|
made ObjectIterator extend std::iterator
Jakob Wenzel
2019-07-24
2
-2
/
+19
|
|
/
*
|
Helper: SigSpec::operator[] to accept negative indices
Eddie Hung
2019-07-31
1
-2
/
+2
*
|
SigSpec::extract() to return as many bits as poss if out of bounds
Eddie Hung
2019-07-22
1
-1
/
+7
*
|
Merge remote-tracking branch 'origin/eddie/wreduce_add' into ice40dsp
Eddie Hung
2019-07-19
1
-0
/
+1
|
\
\
|
*
|
Add an SigSpec::at(offset, defval) convenience method
Eddie Hung
2019-07-19
1
-0
/
+1
|
*
|
SigSpec::extract to take negative lengths
Eddie Hung
2019-07-19
1
-1
/
+1
|
|
/
*
|
Merge remote-tracking branch 'origin/master' into ice40dsp
Eddie Hung
2019-07-18
1
-5
/
+12
|
\
|
|
*
Revert "Add log_checkpoint function and use it in opt_muxtree"
Eddie Hung
2019-07-15
2
-8
/
+0
|
*
Redesign log_id_cache so that it doesn't keep IdString instances referenced, ...
Clifford Wolf
2019-07-15
1
-6
/
+13
|
*
Add log_checkpoint function and use it in opt_muxtree
Clifford Wolf
2019-07-15
2
-0
/
+8
*
|
SigSpec::remove_const() to return SigSpec&
Eddie Hung
2019-07-17
2
-2
/
+3
*
|
SigSpec::extract to allow negative length
Eddie Hung
2019-07-16
1
-1
/
+1
*
|
SigSpec::extend_u0() to return *this
Eddie Hung
2019-07-15
2
-2
/
+3
|
/
*
Merge pull request #1162 from whitequark/rtlil-case-attrs
Clifford Wolf
2019-07-09
1
-1
/
+1
|
\
|
*
Allow attributes on individual switch cases in RTLIL.
whitequark
2019-07-08
1
-1
/
+1
*
|
Clarify script -scriptwire doc
Eddie Hung
2019-07-08
1
-0
/
+4
|
/
*
Use Pass::call_on_module() as per @cliffordwolf comments
Eddie Hung
2019-07-02
1
-1
/
+1
*
script -select -> script -scriptwire
Eddie Hung
2019-07-02
1
-5
/
+5
*
Support ability for "script -select" to take commands from wires
Eddie Hung
2019-06-28
1
-8
/
+39
*
Merge pull request #1098 from YosysHQ/xaig
Eddie Hung
2019-06-28
1
-0
/
+12
|
\
|
*
Undo iterator based Module::remove() for cells, as containers will not
Eddie Hung
2019-06-27
2
-11
/
+2
|
*
Merge remote-tracking branch 'origin/master' into xaig
Eddie Hung
2019-06-21
1
-0
/
+1
|
|
\
|
*
\
Merge remote-tracking branch 'origin/master' into xaig
Eddie Hung
2019-06-20
2
-1
/
+32
|
|
\
\
|
*
|
|
Fix leak removing cells during ABC integration; also preserve attr
Eddie Hung
2019-06-17
2
-2
/
+11
|
*
|
|
Further cleanup based on @daveshah1
Eddie Hung
2019-06-14
1
-0
/
+6
|
*
|
|
Move ConstEvalAig to aigerparse.cc
Eddie Hung
2019-06-13
1
-157
/
+0
|
*
|
|
More slimming
Eddie Hung
2019-06-13
1
-35
/
+35
|
*
|
|
Add ConstEvalAig specialised for AIGs
Eddie Hung
2019-06-13
1
-0
/
+157
|
*
|
|
Merge remote-tracking branch 'origin/master' into xaig
Eddie Hung
2019-06-12
9
-21
/
+187
|
|
\
\
\
|
*
|
|
|
Remove kernel/cost.cc since master has refactored it
Eddie Hung
2019-04-22
1
-75
/
+0
|
*
|
|
|
Merge remote-tracking branch 'origin/master' into xaig
Eddie Hung
2019-04-22
9
-5
/
+289
|
|
\
\
\
\
|
*
\
\
\
\
Merge remote-tracking branch 'origin/master' into xaig
Eddie Hung
2019-04-20
2
-3
/
+6
|
|
\
\
\
\
\
|
*
|
|
|
|
|
Ignore 'whitebox' attr in flatten with "-wb" option
Eddie Hung
2019-04-18
1
-2
/
+2
|
*
|
|
|
|
|
Merge remote-tracking branch 'origin/clifford/whitebox' into xaig
Eddie Hung
2019-04-18
2
-3
/
+7
|
|
\
\
\
\
\
\
|
*
\
\
\
\
\
\
Merge branch 'master' into xaig
Eddie Hung
2019-04-08
7
-27
/
+151
|
|
\
\
\
\
\
\
\
|
*
\
\
\
\
\
\
\
Merge remote-tracking branch 'origin/master' into xaig
Eddie Hung
2019-02-26
1
-2
/
+16
|
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
Add IdString::ends_with()
Eddie Hung
2019-02-26
1
-0
/
+6
|
*
|
|
|
|
|
|
|
|
Merge remote-tracking branch 'origin/master' into xaig
Eddie Hung
2019-02-21
1
-0
/
+3
|
|
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
|
Refactor kernel/cost.h definition into cost.cc
Eddie Hung
2019-02-08
2
-49
/
+77
*
|
|
|
|
|
|
|
|
|
|
Merge remote-tracking branch 'upstream/master'
Bogdan Vukobratovic
2019-06-27
1
-0
/
+1
|
\
\
\
\
\
\
\
\
\
\
\
|
|
|
_
|
_
|
_
|
_
|
_
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
|
Add a few more filename rewrites
Ben Widawsky
2019-06-20
1
-0
/
+1
|
|
|
_
|
_
|
_
|
_
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
|
Merge branch 'master' of https://github.com/bogdanvuk/yosys into clifford/ext...
Clifford Wolf
2019-06-20
1
-5
/
+4
|
\
\
\
\
\
\
\
\
\
\
|
|
/
/
/
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
Move netlist helper module to passes/opt for the time being
Bogdan Vukobratovic
2019-06-14
1
-317
/
+0
|
*
|
|
|
|
|
|
|
|
Merge remote-tracking branch 'upstream/master'
Bogdan Vukobratovic
2019-06-14
3
-1
/
+14
|
|
\
\
\
\
\
\
\
\
\
|
|
|
|
_
|
_
|
_
|
_
|
_
|
_
|
/
|
|
|
/
|
|
|
|
|
|
|
[next]