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
*
Checking for valid CONFIG value in Makefile
Clifford Wolf
2014-08-25
1
-6
/
+6
*
Optimize shift ops with constant rhs in opt_const
Clifford Wolf
2014-08-24
1
-0
/
+35
*
Added some additional log messages to opt_const
Clifford Wolf
2014-08-24
1
-1
/
+10
*
Added is_signed argument to SigSpec.as_int() and Const.as_int()
Clifford Wolf
2014-08-24
2
-6
/
+9
*
azonenberg: Make dump_vcd save model when temporal induction fails due to ste...
Clifford Wolf
2014-08-24
1
-0
/
+2
*
Only call proc_share_dirname() in techmap when necessary
Clifford Wolf
2014-08-23
1
-2
/
+1
*
Removed compatbility.{h,cc}: Not using open_memstream/fmemopen anymore
Clifford Wolf
2014-08-23
8
-195
/
+21
*
Changed frontend-api from FILE to std::istream
Clifford Wolf
2014-08-23
22
-89
/
+116
*
Changed backend-api from FILE to std::ostream
Clifford Wolf
2014-08-23
16
-728
/
+713
*
Added "stat -width"
Clifford Wolf
2014-08-22
1
-4
/
+37
*
Added emscripten (emcc) support to build system and some build fixes
Clifford Wolf
2014-08-22
11
-14
/
+101
*
Added DPI-C documentation to README file
Clifford Wolf
2014-08-22
1
-0
/
+12
*
Added support for non-standard <plugin>:<c_name> DPI syntax
Clifford Wolf
2014-08-22
1
-0
/
+12
*
Archibald Rust and Clifford Wolf: ffi-based dpi_call()
Clifford Wolf
2014-08-22
3
-9
/
+93
*
Added "plugin" command
Clifford Wolf
2014-08-22
6
-10
/
+136
*
Updated ABC to 4d547a5e065b
Clifford Wolf
2014-08-22
1
-1
/
+1
*
Cosmetic changes to FSM tests
Clifford Wolf
2014-08-21
1
-1
/
+1
*
Fixed small memory leak in ast simplify
Clifford Wolf
2014-08-21
1
-3
/
+3
*
Added support for DPI function with different names in C and Verilog
Clifford Wolf
2014-08-21
3
-9
/
+20
*
Added AstNode::asInt()
Clifford Wolf
2014-08-21
3
-2
/
+24
*
Fixed memory leak in DPI function calls
Clifford Wolf
2014-08-21
1
-0
/
+4
*
Merge branch 'master' of github.com:cliffordwolf/yosys
Clifford Wolf
2014-08-21
2
-63
/
+100
|
\
|
*
Added mod->addGate() methods for new gate types
Clifford Wolf
2014-08-19
2
-63
/
+100
*
|
Added Verilog/AST support for DPI functions (dpi_call() still unimplemented)
Clifford Wolf
2014-08-21
8
-3
/
+135
*
|
Added support for global tasks and functions
Clifford Wolf
2014-08-21
3
-27
/
+49
|
/
*
Using "via_celltype" in $mul carry-save-acc implementation
Clifford Wolf
2014-08-18
1
-34
/
+72
*
Added "via_celltype" attribute on task/func
Clifford Wolf
2014-08-18
3
-18
/
+110
*
Performance fix for new $__lcu techmap rule
Clifford Wolf
2014-08-18
1
-7
/
+5
*
Replaced recursive lcu scheme with bk adder
Clifford Wolf
2014-08-18
1
-61
/
+31
*
Added const folding of AST_CASE to AST simplifier
Clifford Wolf
2014-08-18
3
-1
/
+41
*
Fixed proc_{self,share}_dirname error handling
Clifford Wolf
2014-08-17
1
-4
/
+2
*
Makefile fixes
Clifford Wolf
2014-08-17
1
-1
/
+4
*
Improved AST ProcessGenerator performance
Clifford Wolf
2014-08-17
1
-3
/
+3
*
Improved sig.remove2() performance
Clifford Wolf
2014-08-17
1
-2
/
+11
*
Use stackmap<> in AST ProcessGenerator
Clifford Wolf
2014-08-17
3
-24
/
+22
*
Added stackmap<> container
Clifford Wolf
2014-08-17
2
-2
/
+109
*
Renamed toposort.h to utils.h
Clifford Wolf
2014-08-17
3
-2
/
+2
*
Added module->uniquify()
Clifford Wolf
2014-08-16
5
-15
/
+29
*
Fixed AOI/OAI expr handling in verilog backend
Clifford Wolf
2014-08-16
1
-4
/
+4
*
Multiply using a carry-save accumulator
Clifford Wolf
2014-08-16
1
-5
/
+45
*
Added "test_cell -s <seed>"
Clifford Wolf
2014-08-16
1
-5
/
+17
*
AST ProcessGenerator: replaced subst_*_{from,to} with subst_*_map
Clifford Wolf
2014-08-16
1
-41
/
+26
*
Added additional gate types: $_NAND_ $_NOR_ $_XNOR_ $_AOI3_ $_OAI3_ $_AOI4_ $...
Clifford Wolf
2014-08-16
8
-48
/
+399
*
Added CellTypes::cell_evaluable()
Clifford Wolf
2014-08-16
1
-31
/
+37
*
Changes in techmap $__alu interface
Clifford Wolf
2014-08-16
1
-17
/
+17
*
Added "opt -fast"
Clifford Wolf
2014-08-16
1
-19
/
+45
*
Added log_spacer()
Clifford Wolf
2014-08-16
3
-2
/
+20
*
Bugfix in iopadmap
Clifford Wolf
2014-08-15
1
-1
/
+3
*
Renamed $lut ports to follow A-Y naming scheme
Clifford Wolf
2014-08-15
6
-39
/
+38
*
Renamed $_INV_ cell type to $_NOT_
Clifford Wolf
2014-08-15
19
-47
/
+47
[next]