index
:
iCE40/yosys
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
passes
/
techmap
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added "make SMALL=1"
Clifford Wolf
2014-07-24
1
-1
/
+4
*
Added "make PRETTY=1"
Clifford Wolf
2014-07-24
1
-6
/
+6
*
Removed RTLIL::SigSpec::expand() method
Clifford Wolf
2014-07-23
2
-131
/
+69
*
Fixed all users of SigSpec::chunks_rw() and removed it
Clifford Wolf
2014-07-23
3
-25
/
+24
*
Refactoring {SigSpec|SigChunk}(RTLIL::Wire *wire, ..) constructor -- step 3/3
Clifford Wolf
2014-07-23
2
-3
/
+3
*
Refactoring {SigSpec|SigChunk}(RTLIL::Wire *wire, ..) constructor -- step 2/3
Clifford Wolf
2014-07-23
2
-3
/
+3
*
SigSpec refactoring: change RTLIL::SigSpec::chunks() to be read-only, created...
Clifford Wolf
2014-07-22
3
-3
/
+3
*
SigSpec refactoring: using the accessor functions everywhere
Clifford Wolf
2014-07-22
4
-78
/
+78
*
SigSpec refactoring: renamed chunks and width to __chunks and __width
Clifford Wolf
2014-07-22
4
-78
/
+78
*
Replaced depricated NEW_WIRE macro with module->addWire() calls
Clifford Wolf
2014-07-21
1
-2
/
+2
*
Removed deprecated module->new_wire()
Clifford Wolf
2014-07-21
1
-4
/
+4
*
Added call_on_selection() and call_on_module() API
Clifford Wolf
2014-07-20
1
-9
/
+1
*
Added support for "blackbox" attribute to iopadmap
Clifford Wolf
2014-07-17
1
-1
/
+1
*
Added support for "blackbox" attribute to flatten/techmap
Clifford Wolf
2014-07-17
1
-1
/
+4
*
be more verbose when techmap yielded processes
Johann Glaser
2014-05-26
1
-1
/
+5
*
Merged OSX fixes from Siesh1oo with some modifications
Clifford Wolf
2014-03-13
1
-0
/
+1
*
- kernel/register.h, kernel/driver.cc: refactor rewrite_yosys_exe()/get_shar...
Siesh1oo
2014-03-12
1
-1
/
+2
*
OSX compatible creation of stdcells.inc, using code from github.com/Siesh1oo/...
Clifford Wolf
2014-03-11
1
-2
/
+3
*
Merged a few fixes for non-posix systems from github.com/Siesh1oo/yosys
Clifford Wolf
2014-03-11
1
-0
/
+1
*
Fixed dumping of timing() { .. } block in libparse
Clifford Wolf
2014-03-09
1
-2
/
+3
*
Added techmap -max_iter option
Clifford Wolf
2014-03-06
1
-0
/
+10
*
Added _TECHMAP_REPLACE_ feature to techmap
Clifford Wolf
2014-02-20
1
-4
/
+21
*
Added "extract -ignore_parameters" and "extract -ignore_param ..."
Clifford Wolf
2014-02-20
1
-0
/
+79
*
Added "extract -map %<design_name>"
Clifford Wolf
2014-02-20
1
-10
/
+30
*
Added techmap support for _TECHMAP_CONNMAP_*_
Clifford Wolf
2014-02-18
1
-0
/
+39
*
Better preserve wires when flattening (in comparison to techmap)
Clifford Wolf
2014-02-17
1
-12
/
+12
*
Added some additional checks to techmap
Clifford Wolf
2014-02-16
1
-0
/
+14
*
Added CONSTMSK and CONSTVAL feature to techmap
Clifford Wolf
2014-02-16
1
-0
/
+23
*
Added recursion support to techmap
Clifford Wolf
2014-02-16
1
-260
/
+262
*
Added iopadmap -bits
Clifford Wolf
2014-02-15
1
-14
/
+48
*
Fixed dfflibmap for cell libraries with no set-reset-ff
Clifford Wolf
2014-02-15
1
-1
/
+1
*
Moved some passes to other source directories
Clifford Wolf
2014-02-08
2
-0
/
+681
*
Added $slice and $concat cell types
Clifford Wolf
2014-02-07
1
-0
/
+18
*
Changed techmap description from "simple" to "generic"
Clifford Wolf
2014-02-06
1
-1
/
+1
*
Added support for // comments in liberty parser
Clifford Wolf
2014-01-25
1
-0
/
+5
*
Added hilomap command
Clifford Wolf
2014-01-19
2
-0
/
+130
*
renamed LibertyParer to LibertyParser
Clifford Wolf
2014-01-14
3
-9
/
+9
*
Added "+" to list of liberty token characters
Clifford Wolf
2014-01-14
1
-2
/
+2
*
Fixed undef extend for bitwise binary ops (bugs in simplemap and satgen)
Clifford Wolf
2013-12-29
1
-2
/
+2
*
Added new cell types to manual
Clifford Wolf
2013-12-28
1
-1
/
+1
*
Added $bu0 cell (for easy correct $eq/$ne mapping)
Clifford Wolf
2013-12-28
1
-0
/
+13
*
Fixed dfflibmap for unused output ports
Clifford Wolf
2013-12-21
1
-0
/
+1
*
Now prefer smallest cells in dfflibmap
Clifford Wolf
2013-12-21
1
-2
/
+22
*
Cleanup of dfflibmap cellmap exploration code
Clifford Wolf
2013-12-20
1
-17
/
+20
*
Further improved dfflibmap cellmap exploration
Clifford Wolf
2013-12-20
1
-14
/
+18
*
Fixed dfflibmap endless-loop bug
Clifford Wolf
2013-12-20
1
-0
/
+1
*
Prefer non-inverted clocks in dfflibmap
Clifford Wolf
2013-12-19
1
-6
/
+8
*
Replaced signed_parameters API with CONST_FLAG_SIGNED
Clifford Wolf
2013-12-04
1
-1
/
+1
*
Replaced RTLIL::Const::str with generic decoder method
Clifford Wolf
2013-12-04
1
-15
/
+3
*
Using simplemap mappers from techmap
Clifford Wolf
2013-11-24
2
-28
/
+64
[next]