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
*
separate out enum_item/param implementation when they should be different
Jeff Wang
2020-02-17
1
-7
/
+16
*
fix bug introduced by not taking all of PeterCrozier's changes in 16ea4ea6
Jeff Wang
2020-01-17
1
-4
/
+6
*
scoped enum tests
Jeff Wang
2020-01-16
1
-1
/
+13
*
fix enum in generate blocks
Jeff Wang
2020-01-16
1
-0
/
+20
*
allow enums to be declared at toplevel scope
Jeff Wang
2020-01-16
1
-0
/
+7
*
enum in package test
Jeff Wang
2020-01-16
1
-0
/
+3
*
simple enum test
Jeff Wang
2020-01-16
2
-0
/
+52
*
lexer doesn't seem to return TOK_REG for logic anymore
Jeff Wang
2020-01-16
1
-3
/
+4
*
allow enum typedefs
Jeff Wang
2020-01-16
1
-1
/
+6
*
partial rebase of PeterCrozier's enum work onto current master
Jeff Wang
2020-01-16
5
-17
/
+207
*
Merge pull request #1639 from YosysHQ/eddie/fix_read_xaiger
Eddie Hung
2020-01-15
2
-2
/
+14
|
\
|
*
abc9: aAdd test to check $_NOT_s are absorbed
Eddie Hung
2020-01-15
1
-0
/
+12
|
*
read_aiger: $lut prefix in front
Eddie Hung
2020-01-15
1
-2
/
+2
*
|
Merge pull request #1636 from YosysHQ/eddie/fix_synth_xilinx_W
Miodrag Milanović
2020-01-15
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
synth_xilinx: fix default W value for non-xc7
Eddie Hung
2020-01-14
1
-1
/
+1
*
|
Merge pull request #1635 from YosysHQ/eddie/print_stats
Eddie Hung
2020-01-14
1
-25
/
+13
|
\
\
|
*
|
As before, only display MEM if Linux or FreeBSD
Eddie Hung
2020-01-14
1
-3
/
+7
|
*
|
print_stats footer to return peak memory, option for including children
Eddie Hung
2020-01-14
1
-28
/
+12
|
|
/
*
|
Merge pull request #1633 from YosysHQ/eddie/fix_autoname
Eddie Hung
2020-01-14
2
-1
/
+20
|
\
\
|
*
|
autoname: do not autoname ports
Eddie Hung
2020-01-14
1
-1
/
+1
|
*
|
autoname: add testcase with $-prefix-ed port
Eddie Hung
2020-01-14
1
-0
/
+19
|
|
/
*
|
Merge pull request #1632 from YosysHQ/eddie/fix1630
Eddie Hung
2020-01-14
5
-17
/
+23
|
\
\
|
*
|
read_aiger: also rename "$0"
Eddie Hung
2020-01-14
1
-2
/
+2
|
*
|
read_aiger: uniquify wires with $aiger<autoidx> prefix
Eddie Hung
2020-01-13
2
-9
/
+13
|
*
|
Add #1630 testcase
Eddie Hung
2020-01-13
2
-0
/
+2
|
*
|
read_aiger: make $and/$not/$lut the prefix not suffix
Eddie Hung
2020-01-13
2
-9
/
+9
|
|
/
*
|
Merge pull request #1623 from YosysHQ/mmicko/edif_attr
Miodrag Milanović
2020-01-14
5
-35
/
+46
|
\
\
|
|
/
|
/
|
|
*
this one is fine
Miodrag Milanovic
2020-01-10
1
-3
/
+3
|
*
Fix tests
Miodrag Milanovic
2020-01-10
3
-12
/
+11
|
*
remove whitespace
Miodrag Milanovic
2020-01-10
1
-1
/
+1
|
*
Use CARRY4 for abc1 as well, preventing issues with Vivado
Miodrag Milanovic
2020-01-10
1
-1
/
+1
|
*
Export wire properties as well in EDIF
Miodrag Milanovic
2020-01-10
1
-26
/
+38
*
|
Merge pull request #1620 from YosysHQ/eddie/abc9_scratchpad
Eddie Hung
2020-01-13
6
-36
/
+147
|
\
\
|
*
|
Another conflict
Eddie Hung
2020-01-11
1
-1
/
+0
|
*
|
MIssed this merge conflict
Eddie Hung
2020-01-11
1
-4
/
+0
|
*
|
Merge remote-tracking branch 'origin/master' into eddie/abc9_scratchpad
Eddie Hung
2020-01-11
5
-86
/
+118
|
|
\
\
|
*
|
|
abc9: fix help message, found by @nakengelhardt
Eddie Hung
2020-01-11
1
-2
/
+2
|
*
|
|
Copy-pasta
Eddie Hung
2020-01-10
1
-1
/
+1
|
*
|
|
synth_xilinx: synth_xilinx.abc9.xc7.W to replace XC7_WIRE_DELAY macro
Eddie Hung
2020-01-10
1
-4
/
+11
|
*
|
|
abc9: add abc9.verify and abc9.debug options
Eddie Hung
2020-01-10
1
-1
/
+13
|
*
|
|
abc9: fix typos
Eddie Hung
2020-01-10
1
-4
/
+4
|
*
|
|
Add abc9 sanity test
Eddie Hung
2020-01-09
1
-0
/
+40
|
*
|
|
Tune abc9.script.flow
Eddie Hung
2020-01-09
1
-6
/
+14
|
*
|
|
Add '-v' to &if for abc9.script.default.fast
Eddie Hung
2020-01-09
1
-1
/
+1
|
*
|
|
abc9: start post-fix with semicolon
Eddie Hung
2020-01-09
1
-1
/
+1
|
*
|
|
abc9.script.* constpad entries to start with '+'
Eddie Hung
2020-01-09
1
-8
/
+8
|
*
|
|
Revert "abc9: if -script value is a file, then source it, otherwise commands"
Eddie Hung
2020-01-09
1
-16
/
+11
|
*
|
|
Move abc9.* constpad entries to Abc9Pass::on_register()
Eddie Hung
2020-01-09
2
-35
/
+37
|
*
|
|
Merge remote-tracking branch 'origin/clifford/onpassreg' into eddie/abc9_scra...
Eddie Hung
2020-01-09
3
-1
/
+20
|
|
\
\
\
|
*
|
|
|
Add abc9.if.script.flow{,2} to constpad
Eddie Hung
2020-01-08
1
-6
/
+32
[next]