index
:
iCE40/yosys
master
clone of https://github.com/YosysHQ/yosys
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
|
|
Remove BUFGCTRL, BUFHCE and LUT6_2 from cells_xtra.
Keith Rothman
2019-04-12
3
-52
/
+14
|
|
*
|
|
Fix LUT6_2 definition.
Keith Rothman
2019-04-09
1
-3
/
+3
|
|
*
|
|
Add additional cells sim models for core 7-series primatives.
Keith Rothman
2019-04-09
1
-0
/
+57
|
*
|
|
|
Merge pull request #933 from dh73/master
Clifford Wolf
2019-04-12
1
-3
/
+9
|
|
\
\
\
\
|
|
*
|
|
|
Fixing issues in CycloneV cell sim
Diego
2019-04-11
1
-3
/
+9
|
|
|
/
/
/
|
*
|
|
|
Merge pull request #932 from YosysHQ/eddie/fixdlatch
Clifford Wolf
2019-04-12
2
-3
/
+4
|
|
\
\
\
\
|
|
|
/
/
/
|
|
/
|
|
/
|
|
|
|
/
|
|
|
/
|
|
|
*
|
Add default entry to testcase
Eddie Hung
2019-04-11
1
-2
/
+3
|
|
*
|
Recognise default entry in case even if all cases covered (#931)
Eddie Hung
2019-04-11
1
-1
/
+1
|
|
/
/
|
|
*
synth_* with -retime option now calls abc with -D 1 as well
Eddie Hung
2019-04-10
11
-15
/
+15
|
|
*
Revert "abc -dff now implies "-D 0" otherwise retiming doesn't happen"
Eddie Hung
2019-04-10
1
-2
/
+0
|
|
*
Revert ""&nf -D 0" fails => use "-D 1" instead"
Eddie Hung
2019-04-10
1
-1
/
+1
|
|
*
Merge remote-tracking branch 'origin/master' into eddie/fix_retime
Eddie Hung
2019-04-10
2
-4
/
+5
|
|
|
\
|
|
|
/
|
|
/
|
|
*
|
Fix a few typos
Eddie Hung
2019-04-08
1
-3
/
+3
|
*
|
Merge pull request #919 from YosysHQ/multiport_transp
Clifford Wolf
2019-04-08
1
-1
/
+2
|
|
\
\
|
|
*
|
memory_bram: Fix multiport make_transp
David Shah
2019-04-07
1
-1
/
+2
|
|
/
/
*
|
|
$_XILINX_SHREG_ to preserve src attribute
Eddie Hung
2019-04-08
1
-0
/
+1
*
|
|
Update CHANGELOG
Eddie Hung
2019-04-08
1
-1
/
+1
*
|
|
Merge branch 'undo_pr895' into xc7srl
Eddie Hung
2019-04-08
1
-17
/
+3
|
\
\
\
|
*
|
|
Undo #895 by instead setting an attribute
Eddie Hung
2019-04-08
1
-17
/
+3
|
|
/
/
*
|
|
Cope with undoing #895
Eddie Hung
2019-04-08
1
-14
/
+26
*
|
|
Revert "Remove handling for $pmux, since #895"
Eddie Hung
2019-04-08
1
-0
/
+40
*
|
|
Call shregmap twice -- once for variable, another for fixed
Eddie Hung
2019-04-05
3
-37
/
+31
*
|
|
Merge branch 'eddie/fix_retime' into xc7srl
Eddie Hung
2019-04-05
2
-1
/
+7
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Add retime test
Eddie Hung
2019-04-05
1
-0
/
+6
|
*
|
Fix S0 -> S1
Eddie Hung
2019-04-05
1
-1
/
+1
*
|
|
Move dffinit til after abc
Eddie Hung
2019-04-05
3
-2
/
+2
*
|
|
Merge branch 'eddie/fix_retime' into xc7srl
Eddie Hung
2019-04-05
11
-14
/
+85
|
\
|
|
|
*
|
Move techamp t:$_DFF_?N? to before abc call
Eddie Hung
2019-04-05
1
-2
/
+2
|
*
|
Retry
Eddie Hung
2019-04-05
1
-1
/
+1
|
*
|
"&nf -D 0" fails => use "-D 1" instead
Eddie Hung
2019-04-05
1
-1
/
+1
|
*
|
Resolve @daveshah1 comment, update synth_xilinx help
Eddie Hung
2019-04-05
2
-7
/
+9
|
*
|
synth_xilinx to techmap FFs after abc call, otherwise -retime fails
Eddie Hung
2019-04-05
1
-3
/
+3
|
*
|
abc -dff now implies "-D 0" otherwise retiming doesn't happen
Eddie Hung
2019-04-05
1
-0
/
+2
|
|
/
|
*
Add "read_ilang -lib"
Clifford Wolf
2019-04-05
5
-3
/
+39
|
*
Added missing argument checking to "mutate" command
Clifford Wolf
2019-04-04
1
-0
/
+32
*
|
techmap inside map_cells stage
Eddie Hung
2019-04-05
2
-2
/
+1
*
|
Merge branch 'map_cells_before_map_luts' into xc7srl
Eddie Hung
2019-04-04
1
-0
/
+1
|
\
\
|
*
|
Missing techmap entry in help
Eddie Hung
2019-04-04
1
-0
/
+1
*
|
|
Use soft-logic, not LUT3 instantiation
Eddie Hung
2019-04-04
1
-4
/
+2
*
|
|
Merge branch 'map_cells_before_map_luts' into xc7srl
Eddie Hung
2019-04-04
2
-13
/
+13
|
\
|
|
|
*
|
synth_xilinx to map_cells before map_luts
Eddie Hung
2019-04-04
1
-12
/
+12
|
|
/
|
*
Merge pull request #913 from smunaut/fix_proc_mux
Eddie Hung
2019-04-03
1
-1
/
+1
|
|
\
|
|
*
proc_mux: Fix crash when trying to optimize non-existant mux to shiftx
Sylvain Munaut
2019-04-03
1
-1
/
+1
|
|
/
*
|
Cleanup comments
Eddie Hung
2019-04-04
1
-5
/
+4
*
|
t:$dff* -> t:$dff t:$dffe
Eddie Hung
2019-04-04
1
-2
/
+2
*
|
Remove handling for $pmux, since #895
Eddie Hung
2019-04-03
1
-40
/
+0
*
|
-nosrl meant when -nobram
Eddie Hung
2019-04-03
1
-1
/
+1
*
|
Remove duplicate STARTUPE2
Eddie Hung
2019-04-03
1
-1
/
+0
*
|
Disable shregmap in synth_xilinx if -retime
Eddie Hung
2019-04-03
1
-3
/
+3
*
|
Add changelog entry
Eddie Hung
2019-04-03
1
-0
/
+1
[prev]
[next]