index
:
iCE40/yosys
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
passes
Commit message (
Expand
)
Author
Age
Files
Lines
*
glift: Use worker pattern.
Alberto Gonzalez
2020-07-01
1
-80
/
+75
*
glift: Add support for $_NAND_ and $_NOR_ cells.
Alberto Gonzalez
2020-07-01
1
-8
/
+11
*
glift: Add support for $_MUX_ and $_NMUX_ cells.
Alberto Gonzalez
2020-07-01
1
-1
/
+34
*
glift: Add support for $_XOR_ and $_XNOR_ cells.
Alberto Gonzalez
2020-07-01
1
-15
/
+79
*
glift: Add initial hierarchy support.
Alberto Gonzalez
2020-07-01
1
-12
/
+59
*
glift: Replace `YS_OVERRIDE` with `override`.
Alberto Gonzalez
2020-07-01
1
-2
/
+2
*
glift: Add `-simple-cost-model` option
Alberto Gonzalez
2020-07-01
1
-20
/
+45
*
glift: Add `-instrument-more` option to add 4 more versions of taint tracking...
Alberto Gonzalez
2020-07-01
1
-44
/
+124
*
glift: Change command names to better represent their functions.
Alberto Gonzalez
2020-07-01
1
-22
/
+22
*
glift: Add `-create-imprecise` command, rename other commands, and re-work th...
Alberto Gonzalez
2020-07-01
1
-28
/
+54
*
glift: Add replacement scoring and area minimization option.
Alberto Gonzalez
2020-07-01
1
-3
/
+56
*
glift: Remove outputs by default; add `-keep-outputs` option; properly reset ...
Alberto Gonzalez
2020-07-01
1
-12
/
+43
*
glift: Initial implementation of the `-sketchify` option.
Alberto Gonzalez
2020-07-01
1
-50
/
+71
*
glift: Initial implementation of GLIFT model construction.
Alberto Gonzalez
2020-07-01
1
-2
/
+173
*
glift: Add skeleton for `glift` command.
Alberto Gonzalez
2020-07-01
2
-0
/
+51
*
Merge pull request #2138 from boqwxp/qbfsat-oflag
clairexen
2020-07-01
1
-16
/
+47
|
\
|
*
qbfsat: Add `-O[012]` options to control pre-solving simplification with ABC.
Alberto Gonzalez
2020-06-30
1
-16
/
+47
*
|
Merge pull request #2206 from boqwxp/qbfsat-fix-name-specialization
clairexen
2020-07-01
1
-2
/
+24
|
\
\
|
*
|
qbfsat: Fix name-based hole specialization.
Alberto Gonzalez
2020-06-30
1
-2
/
+24
|
|
/
*
|
Merge pull request #2199 from YosysHQ/mmicko/sim_memory
clairexen
2020-06-30
1
-1
/
+4
|
\
\
|
*
|
sim - error when memrd and memwr detected
Miodrag Milanovic
2020-06-29
1
-1
/
+4
*
|
|
Merge pull request #2201 from YosysHQ/fix_test_cell_ilang
clairexen
2020-06-30
1
-2
/
+2
|
\
\
\
|
*
|
|
Use ID macro to fix assertion
Miodrag Milanovic
2020-06-29
1
-2
/
+2
|
|
/
/
*
|
/
techmap: don't drop attributes on replaced cells.
whitequark
2020-06-29
1
-2
/
+3
|
|
/
|
/
|
*
|
Merge pull request #2200 from YosysHQ/mmicko/fix_expose
Miodrag Milanović
2020-06-29
1
-7
/
+23
|
\
\
|
*
|
Give error that options are exclusive
Miodrag Milanovic
2020-06-29
1
-2
/
+6
|
*
|
cleanup
Miodrag Milanovic
2020-06-29
1
-12
/
+13
|
*
|
expose pass fix
Miodrag Milanovic
2020-06-29
1
-5
/
+16
|
|
/
*
/
test_cell: don't generate directional shifts with \B_SIGNED=1
Xiretza
2020-06-28
1
-0
/
+4
|
/
*
Merge pull request #2168 from whitequark/assert-unused-exprs
clairexen
2020-06-25
5
-20
/
+20
|
\
|
*
Use [[maybe_unused]] instead of YS_ATTRIBUTE(unused).
whitequark
2020-06-19
1
-10
/
+10
|
*
Remove YS_ATTRIBUTE(unused) where present just for log_assert()/log_debug().
whitequark
2020-06-19
4
-10
/
+10
*
|
Merge pull request #2135 from boqwxp/qbfsat-timeinfo
clairexen
2020-06-25
1
-1
/
+6
|
\
\
|
*
|
log, qbfsat: Include child process time in `PerformanceTimer::query()` and re...
Alberto Gonzalez
2020-06-21
1
-1
/
+6
*
|
|
Merge pull request #2093 from boqwxp/qbfsat-bugfixes
clairexen
2020-06-25
1
-86
/
+136
|
\
|
|
|
*
|
qbfsat: Simplify solution recovery parsing and tweak the solution regexes.
Alberto Gonzalez
2020-06-21
1
-22
/
+12
|
*
|
qbfsat: Avoid instantiating `AttrObject`s directly.
Alberto Gonzalez
2020-06-21
1
-9
/
+6
|
*
|
qbfsat: Simplify solution format and replace `SigBit::str()` with `log_signal...
Alberto Gonzalez
2020-06-21
1
-19
/
+37
|
*
|
qbfsat: Fixes three bugs.
Alberto Gonzalez
2020-06-21
1
-5
/
+17
|
*
|
qbfsat: Use bit precise mapping for hole value wires and a more robust hole s...
Alberto Gonzalez
2020-06-21
1
-80
/
+113
|
|
/
*
|
simplemap: Fix $dffsre mapping.
Marcelina Kościelnicka
2020-06-23
1
-1
/
+1
*
|
Update dff2dffe, dff2dffs, zinit to new FF types.
Marcelina Kościelnicka
2020-06-23
3
-43
/
+73
*
|
Add new FF types to simplemap.
Marcelina Kościelnicka
2020-06-23
1
-8
/
+133
*
|
Add support for new FF types in some opt passes.
Marcelina Kościelnicka
2020-06-23
3
-14
/
+53
*
|
Add new builtin FF types
Marcelina Kościelnicka
2020-06-23
1
-1
/
+4
|
/
*
Merge pull request #2173 from whitequark/use-cxx11-final-override
whitequark
2020-06-19
153
-340
/
+340
|
\
|
*
Use C++11 final/override keywords.
whitequark
2020-06-18
153
-340
/
+340
*
|
cutpoint: Improve efficiency by iterating over module ports instead of module...
Alberto Gonzalez
2020-06-18
1
-9
/
+10
|
/
*
Merge pull request #2153 from boqwxp/splitnets-cleanup
N. Engelhardt
2020-06-18
1
-16
/
+19
|
\
|
*
splitnets: Clean up pseudo-private member usage
Alberto Gonzalez
2020-06-13
1
-7
/
+6
[next]