index
:
iCE40/yosys
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Be more conservative with new const-function code
Clifford Wolf
2014-02-14
1
-1
/
+5
|
*
Added support for FOR loops in function calls in parameters
Clifford Wolf
2014-02-14
3
-0
/
+43
|
*
Created basic support for function calls in parameter values
Clifford Wolf
2014-02-14
4
-49
/
+184
|
*
Added abc -keepff option
Clifford Wolf
2014-02-14
1
-5
/
+18
|
*
updated default ABC command strings
Clifford Wolf
2014-02-13
1
-4
/
+4
|
*
Updated ABC
Clifford Wolf
2014-02-13
2
-1
/
+24
|
*
Implemented read_verilog -defer
Clifford Wolf
2014-02-13
4
-66
/
+109
|
*
Removed double blanks in ABC default command sequences
Clifford Wolf
2014-02-13
1
-4
/
+4
|
*
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
|
|
\
|
|
|
|
|
|
Btor
|
|
*
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
|
|
*
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 ↵
Clifford Wolf
2014-02-08
1
-1
/
+4
|
|
|
|
have the word ERROR in regular make output
*
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
|
[next]