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
*
Renamed stdcells_sim.v to simcells.v and fixed blackbox.v
Clifford Wolf
2013-11-24
6
-22
/
+25
*
Added module->avail_parameters (for advanced techmap features)
Clifford Wolf
2013-11-24
3
-3
/
+14
*
Added techmap -D and -I options
Clifford Wolf
2013-11-24
1
-2
/
+16
*
Added verilog frontend -ignore_redef option
Clifford Wolf
2013-11-24
3
-5
/
+19
*
Added "techmap -share_map" option
Clifford Wolf
2013-11-24
2
-4
/
+13
*
Early wire/reg/parameter width calculation in ast/simplify
Clifford Wolf
2013-11-24
1
-0
/
+5
*
Updated TODOs
Clifford Wolf
2013-11-24
1
-2
/
+1
*
Fixed xilinx/example_sim_counter test bench
Clifford Wolf
2013-11-24
1
-1
/
+1
*
Added proper dumping of signed/unsigned parameters to verilog backend
Clifford Wolf
2013-11-24
1
-4
/
+6
*
Added support for signed parameters in ilang
Clifford Wolf
2013-11-24
3
-2
/
+9
*
Removed now obsolete test cases
Clifford Wolf
2013-11-24
3
-72
/
+0
*
Remove auto_wire framework (smarter than the verilog standard)
Clifford Wolf
2013-11-24
9
-126
/
+5
*
Implemented correct handling of signed module parameters
Clifford Wolf
2013-11-24
8
-8
/
+19
*
Added modelsim support to autotest
Clifford Wolf
2013-11-24
3
-8
/
+37
*
Fixed "flatten" top-module detection: Only use on fully selected designs
Clifford Wolf
2013-11-24
1
-3
/
+4
*
Fixed "make install" dependencies
Clifford Wolf
2013-11-24
1
-1
/
+1
*
Added "top" attribute to mark top module in hierarchy
Clifford Wolf
2013-11-24
6
-3
/
+63
*
Updated command-reference-manual.tex
Clifford Wolf
2013-11-23
1
-10
/
+26
*
AppNote 010 typo fixes and corrections
Clifford Wolf
2013-11-23
1
-55
/
+60
*
AppNote 010 progress
Clifford Wolf
2013-11-23
4
-75
/
+230
*
Improved handling of techmap special wires
Clifford Wolf
2013-11-23
1
-1
/
+3
*
Improved handling of initialized registers
Clifford Wolf
2013-11-23
1
-10
/
+10
*
Added more generic _TECHMAP_ wire mechanism to techmap pass
Clifford Wolf
2013-11-23
3
-78
/
+192
*
Making prograss on Appnote 010
Clifford Wolf
2013-11-23
2
-8
/
+93
*
Progress on AppNote 010
Clifford Wolf
2013-11-22
1
-6
/
+63
*
Started to write on AppNote 010: Verilog to BLIF
Clifford Wolf
2013-11-22
2
-0
/
+178
*
Updated command-reference-manual.tex
Clifford Wolf
2013-11-22
1
-8
/
+192
*
Renamed "placeholder" to "blackbox"
Clifford Wolf
2013-11-22
12
-27
/
+27
*
Some driver changes/fixes
Clifford Wolf
2013-11-22
1
-5
/
+5
*
Fixed O(n^2) performance bug in verilog preprocessor
Clifford Wolf
2013-11-22
1
-1
/
+1
*
Added more performance measurement infrastructure
Clifford Wolf
2013-11-22
2
-2
/
+43
*
Enable {* .. *} feature per default (removes dependency to REJECT feature in ...
Clifford Wolf
2013-11-22
5
-24
/
+3
*
Massive performance improvement from refactoring RTLIL::SigSpec::optimize()
Clifford Wolf
2013-11-22
1
-30
/
+13
*
Added SigBit struct and refactored RTLIL::SigSpec::extract
Clifford Wolf
2013-11-22
2
-24
/
+119
*
Improved make rules for profiling and debugging
Clifford Wolf
2013-11-22
1
-3
/
+3
*
Updated abc
Clifford Wolf
2013-11-21
4
-11
/
+39
*
Implemented $_DFFSR_ expression generator in verilog backend
Clifford Wolf
2013-11-21
1
-1
/
+44
*
Fixed async proc detection in mem2reg
Clifford Wolf
2013-11-21
1
-5
/
+9
*
Major improvements in mem2reg and added "init" sync rules
Clifford Wolf
2013-11-21
10
-89
/
+375
*
Fixed a bug in "add -global_input"
Clifford Wolf
2013-11-21
1
-16
/
+17
*
Added "proc_arst -global_arst" feature
Clifford Wolf
2013-11-20
2
-8
/
+81
*
Fixed ilang parser: memory width
Clifford Wolf
2013-11-20
1
-1
/
+1
*
Added "add" command (only wires for now)
Clifford Wolf
2013-11-20
2
-0
/
+155
*
Another name resolution bugfix for generate blocks
Clifford Wolf
2013-11-20
2
-4
/
+61
*
Implemented indexed part selects
Clifford Wolf
2013-11-20
4
-3
/
+19
*
Do not allow memory bit select on the left side of an assignment
Clifford Wolf
2013-11-20
1
-1
/
+1
*
Added "synthesis" in (synopsys|synthesis) comment support
Clifford Wolf
2013-11-20
1
-6
/
+6
*
Fixed name resolution of local tasks and functions in generate block
Clifford Wolf
2013-11-20
2
-3
/
+16
*
Implemented part/bit select on memory read
Clifford Wolf
2013-11-20
4
-5
/
+104
*
Updated TODOs in README file
Clifford Wolf
2013-11-20
1
-6
/
+26
[next]