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
*
Merge branch 'master' of github.com:cliffordwolf/yosys
Clifford Wolf
2014-02-13
3
-33
/
+60
|
\
|
*
Merge pull request #26 from ahmedirfan1983/btor
Clifford Wolf
2014-02-12
3
-33
/
+60
|
|
\
|
|
*
modified btor synthesis script for correct use of splice command.
Ahmed Irfan
2014-02-12
2
-6
/
+6
|
|
*
disabling splice command in the script
Ahmed Irfan
2014-02-11
2
-2
/
+6
|
|
*
register output corrected
Ahmed Irfan
2014-02-11
1
-1
/
+1
|
|
*
Merge branch 'master' of https://github.com/cliffordwolf/yosys into btor
Ahmed Irfan
2014-02-11
4
-9
/
+14
|
|
|
\
|
|
*
|
added concat and slice cell translation
Ahmed Irfan
2014-02-11
3
-36
/
+59
*
|
|
|
Updated ABC and some related changes
Clifford Wolf
2014-02-13
3
-13
/
+33
|
/
/
/
*
|
|
Merge branch 'master' of github.com:cliffordwolf/yosys
Clifford Wolf
2014-02-12
1
-1
/
+2
|
\
\
\
|
*
|
|
Disabled "abc -dff" in "make test" for now (waiting for scorr bugfix in ABC)
Clifford Wolf
2014-02-12
1
-1
/
+2
*
|
|
|
Added support for functions returning integer
Clifford Wolf
2014-02-12
1
-2
/
+12
|
/
/
/
*
|
|
Updated ABC to rev e97a6e1d59b9
Clifford Wolf
2014-02-12
2
-5
/
+50
*
|
|
renamed ilang "scope error" to "ilang error"
Clifford Wolf
2014-02-11
1
-9
/
+9
|
|
/
|
/
|
*
|
More Makefile cleanups
Clifford Wolf
2014-02-11
1
-2
/
+3
*
|
Improved "make manual" and "make clean"
Clifford Wolf
2014-02-11
4
-9
/
+13
|
/
*
Improved ilang parser error messages
Clifford Wolf
2014-02-09
1
-9
/
+9
*
fixed a bug in subcircuit library with cells that have connections to itself
Clifford Wolf
2014-02-09
1
-1
/
+4
*
Various improvements in expose command (added -sep and -cut)
Clifford Wolf
2014-02-09
1
-36
/
+119
*
Added delete {-input|-output|-port}
Clifford Wolf
2014-02-09
1
-5
/
+36
*
Bugfix in delete command
Clifford Wolf
2014-02-09
1
-1
/
+3
*
Added test cases for expose -evert-dff
Clifford Wolf
2014-02-08
2
-0
/
+48
*
Fixed handling of async reset in expose -evert-dff
Clifford Wolf
2014-02-08
1
-0
/
+1
*
Build fixes for log cmd
Clifford Wolf
2014-02-08
1
-2
/
+2
*
Merge branch 'master' of github.com:cliffordwolf/yosys
Clifford Wolf
2014-02-08
2
-0
/
+79
|
\
|
*
Merge pull request #24 from hansiglaser/master
Clifford Wolf
2014-02-08
2
-0
/
+79
|
|
\
|
|
*
added "log" command
Johann Glaser
2014-02-08
2
-0
/
+79
|
|
/
*
|
Implemented expose -evert-dff
Clifford Wolf
2014-02-08
1
-11
/
+301
*
|
Improved checking of internal cell conventions
Clifford Wolf
2014-02-08
1
-8
/
+17
*
|
Fixed bug in collecting of RD_TRANSPARENT parameter in memory_collect
Clifford Wolf
2014-02-08
1
-0
/
+1
|
/
*
Added various new options to splice command
Clifford Wolf
2014-02-08
1
-5
/
+105
*
Added %a select operator
Clifford Wolf
2014-02-08
1
-0
/
+32
*
Moved some passes to other source directories
Clifford Wolf
2014-02-08
9
-9
/
+3
*
Added support for "keep" attribute to abc pass
Clifford Wolf
2014-02-08
1
-1
/
+1
*
Added opt -purge (frontend to opt_clean -purge)
Clifford Wolf
2014-02-08
1
-3
/
+8
*
Only count non-trivial attributes when findinf master signal in opt_clean
Clifford Wolf
2014-02-08
1
-2
/
+13
*
Added checking for ABC modifications to Makefile and made sure we do not have...
Clifford Wolf
2014-02-08
1
-1
/
+4
*
Now also move net labes to the right position in splice cmd
Clifford Wolf
2014-02-08
1
-3
/
+10
*
Improved detection of primary wire for a signal in opt_clean
Clifford Wolf
2014-02-07
1
-4
/
+23
*
Added splice command
Clifford Wolf
2014-02-07
4
-0
/
+281
*
Added log_header() to splitnets
Clifford Wolf
2014-02-07
1
-0
/
+2
*
Added $slice and $concat to CellTypes list
Clifford Wolf
2014-02-07
1
-0
/
+2
*
Added $slice and $concat cell types
Clifford Wolf
2014-02-07
8
-4
/
+140
*
Stronger checking of internal cells
Clifford Wolf
2014-02-07
1
-29
/
+37
*
Re-enabled abc "retime" after sorting yout the yosys-bigsim problem
Clifford Wolf
2014-02-07
1
-7
/
+0
*
Added echo command
Clifford Wolf
2014-02-07
3
-4
/
+47
*
Fixed use of "cmd_error" in passes/cmds/design.cc
Clifford Wolf
2014-02-07
1
-2
/
+2
*
Fixed gcc compiler warnings with release build
Clifford Wolf
2014-02-06
2
-2
/
+2
*
Disabled ABC retime for now (elliptic_curve_group testcase in yosys-bigsim fa...
Clifford Wolf
2014-02-06
1
-0
/
+7
*
Updated ABC to rev 10cc13a2a0f1
Clifford Wolf
2014-02-06
1
-1
/
+1
*
Added "retime" to standard ABC recipes
Clifford Wolf
2014-02-06
1
-4
/
+4
[next]