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
*
Added labels to "help -write-tex-command-reference-manual" output
Clifford Wolf
2013-05-23
1
-0
/
+2
*
Added support for processes to show command
Clifford Wolf
2013-05-23
1
-2
/
+81
*
Fixed show command for constant assignments
Clifford Wolf
2013-05-23
1
-2
/
+2
*
Some improvements in opt_rmdff
Clifford Wolf
2013-05-23
1
-2
/
+33
*
Merge pull request #6 from hansiglaser/master
Clifford Wolf
2013-05-19
3
-4
/
+19
|
\
|
*
added option '-Dname[=definition]' to command 'read_verilog'
Johann Glaser
2013-05-19
3
-4
/
+19
|
/
*
Removed test cases that have been moved to yosys-test.
Clifford Wolf
2013-05-17
83
-18963
/
+0
*
Fixed to aggressive x-folding in opt_const
Clifford Wolf
2013-05-17
1
-8
/
+21
*
Merge branch 'master' of github.com:cliffordwolf/yosys
Clifford Wolf
2013-05-16
1
-8
/
+82
|
\
|
*
Improved vcdcd.pl (added -d option)
Clifford Wolf
2013-05-14
1
-8
/
+82
*
|
Merge branch 'bugfix'
Clifford Wolf
2013-05-16
1
-2
/
+0
|
\
\
|
|
/
|
/
|
|
*
Fixed synthesis of functions in latched blocks
Clifford Wolf
2013-05-16
1
-2
/
+0
*
|
Some improvements in vcdcd.pl
Clifford Wolf
2013-05-14
1
-4
/
+16
*
|
Added support for verilog === operator
Clifford Wolf
2013-05-07
1
-0
/
+2
*
|
Added tcl "yosys -import" command
Clifford Wolf
2013-05-02
1
-3
/
+29
*
|
Improved/simplified TCL bindings
Clifford Wolf
2013-05-01
3
-40
/
+57
*
|
Added support for const cell inputs in techmap
Clifford Wolf
2013-04-27
1
-6
/
+28
*
|
Fixed README for new show command behavior (svg vs. ps)
Clifford Wolf
2013-04-27
1
-2
/
+6
*
|
Added "flatten" pass
Clifford Wolf
2013-04-26
1
-1
/
+41
*
|
Fixed handling of positional module parameters
Clifford Wolf
2013-04-26
1
-6
/
+4
*
|
Fixed hierarchy pass for hierarchies of parametric modules
Clifford Wolf
2013-04-26
1
-0
/
+1
*
|
Only use sha1 checksums for names of parametric modules when the verbose form...
Clifford Wolf
2013-04-26
1
-9
/
+20
*
|
Fixed "show -format ..." command line parsing
Clifford Wolf
2013-04-15
1
-1
/
+1
*
|
Added "submod -name ..." support
Clifford Wolf
2013-04-15
1
-40
/
+96
*
|
Fixed a bug in AST frontend for cases with non-blocking assigned variables as...
Clifford Wolf
2013-04-13
2
-4
/
+23
*
|
Fixed a bug in opt_const when optimizing 1-bit compares with constants
Clifford Wolf
2013-04-13
1
-2
/
+4
*
|
Merge branch 'master' of github.com:cliffordwolf/yosys
Clifford Wolf
2013-04-07
1
-8
/
+40
|
\
\
|
*
\
Merge pull request #5 from hansiglaser/master
Clifford Wolf
2013-04-05
1
-6
/
+23
|
|
\
\
|
|
*
|
fsm_export: optionally use binary state encoding as state names instead of
Johann Glaser
2013-04-05
1
-6
/
+23
|
*
|
|
Merge pull request #4 from hansiglaser/master
Clifford Wolf
2013-04-05
1
-5
/
+20
|
|
\
|
|
|
|
*
|
fsm_export: specify KISS filename on command line
Johann Glaser
2013-04-05
1
-5
/
+20
|
|
/
/
*
/
/
Fixed clock related parameter names for $memrd and $memwr in techlibs/simlib.v
Clifford Wolf
2013-04-07
1
-4
/
+4
|
/
/
*
|
Fixed/improved handling of colored wires in show command
Clifford Wolf
2013-04-01
1
-2
/
+2
*
|
Added support for @<set-name> in expand select ops (%x, %ci, %co)
Clifford Wolf
2013-04-01
1
-2
/
+12
*
|
Removed 4096 bytes limit for size of command from script file
Clifford Wolf
2013-04-01
1
-3
/
+20
*
|
Added -color <color> <selection> option to show command
Clifford Wolf
2013-04-01
4
-22
/
+101
*
|
Fixed "select" for "%%" stmt with emty stack
Clifford Wolf
2013-03-31
1
-1
/
+2
*
|
Added "script" command
Clifford Wolf
2013-03-31
1
-0
/
+16
*
|
Now only use value from "initial" when no matching "always" block is found
Clifford Wolf
2013-03-31
5
-21
/
+32
*
|
Added AST_INITIAL (before verilog "initial" was mapped to AST_ALWAYS)
Clifford Wolf
2013-03-31
5
-3
/
+15
*
|
Added test cases from 2012 paper on comparison of foss verilog synthesis tools
Clifford Wolf
2013-03-31
6
-0
/
+111
*
|
Added k68 (m68k compatible cpu) test case from verilator
Clifford Wolf
2013-03-31
3
-0
/
+61
*
|
Improved opt_share for reduce cells
Clifford Wolf
2013-03-29
3
-3
/
+32
*
|
Improved opt_share for commutative standard cells
Clifford Wolf
2013-03-29
1
-1
/
+28
*
|
Added EXTRA_TARGETS Makefile variable
Clifford Wolf
2013-03-28
2
-2
/
+3
*
|
Improved Makefile: Added ENABLE_* switches
Clifford Wolf
2013-03-28
1
-8
/
+24
*
|
Implemented TCL support (only via -c option at the moment)
Clifford Wolf
2013-03-28
5
-9
/
+83
*
|
Improved subcircuit verbose output (added portmapper results)
Clifford Wolf
2013-03-28
1
-0
/
+15
*
|
Fixed svgviewer hacks for builtin files
Clifford Wolf
2013-03-28
1
-8
/
+9
*
|
Added proper TECHMAP_FAIL support and added support for the celltype attribut...
Clifford Wolf
2013-03-28
1
-84
/
+129
[next]