projects
/
yosys.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
yosys.git
2013-11-18
Clifford Wolf
Added dumping of attributes in AST frontend
commit
|
commitdiff
|
tree
2013-11-18
Clifford Wolf
Fixed parsing of default cases when not last case
commit
|
commitdiff
|
tree
2013-11-18
Clifford Wolf
Fixed mem2reg for reg usage outside always block
commit
|
commitdiff
|
tree
2013-11-18
Clifford Wolf
Added commented-out osu025 maping commands to cmos...
commit
|
commitdiff
|
tree
2013-11-17
Clifford Wolf
Added -v<level> option and some minor driver cleanups
commit
|
commitdiff
|
tree
2013-11-16
Clifford Wolf
Renamed ABCHGPULL to ABCPULL in Makefile
commit
|
commitdiff
|
tree
2013-11-13
Clifford Wolf
Improved building of yosys-abc
commit
|
commitdiff
|
tree
2013-11-13
Clifford Wolf
Fixed abc pass blif parser for constant bits
commit
|
commitdiff
|
tree
2013-11-13
Clifford Wolf
Fixed parsing of "parameter integer"
commit
|
commitdiff
|
tree
2013-11-10
Clifford Wolf
Cleanups and bugfixes in response to new internal cell...
commit
|
commitdiff
|
tree
2013-11-10
Clifford Wolf
Added information on all internal cell types to interna...
commit
|
commitdiff
|
tree
2013-11-10
Clifford Wolf
Call internal checker more often
commit
|
commitdiff
|
tree
2013-11-09
Clifford Wolf
Improved user-friendliness of "sat" and "eval" expressi...
commit
|
commitdiff
|
tree
2013-11-09
Clifford Wolf
Silenced a gcc warning in spice backend
commit
|
commitdiff
|
tree
2013-11-09
Clifford Wolf
Added verification of SAT model to "eval -vloghammer_re...
commit
|
commitdiff
|
tree
2013-11-08
Clifford Wolf
More undef-propagation related fixes
commit
|
commitdiff
|
tree
2013-11-08
Clifford Wolf
Fixed handling of different signedness in power operands
commit
|
commitdiff
|
tree
2013-11-08
Clifford Wolf
Fixed keep attribute on wires in opt_clean
commit
|
commitdiff
|
tree
2013-11-08
Clifford Wolf
Implemented const folding of ternary op with undef...
commit
|
commitdiff
|
tree
2013-11-08
Clifford Wolf
Removed debug log from const_pow()
commit
|
commitdiff
|
tree
2013-11-07
Clifford Wolf
Fixed handling of power operator
commit
|
commitdiff
|
tree
2013-11-07
Clifford Wolf
Fixed more extend vs. extend_u0 issues
commit
|
commitdiff
|
tree
2013-11-07
Clifford Wolf
Disabled const folding of ternary op when select is...
commit
|
commitdiff
|
tree
2013-11-07
Clifford Wolf
Renamed extend_un0() to extend_u0() and use it in genrtlil
commit
|
commitdiff
|
tree
2013-11-07
Clifford Wolf
Fixed type of sign extension in opt_const $eq/$ne handling
commit
|
commitdiff
|
tree
2013-11-07
Clifford Wolf
Fixed sign handling in constants
commit
|
commitdiff
|
tree
2013-11-07
Clifford Wolf
Fixed const folding in corner cases with parameters
commit
|
commitdiff
|
tree
2013-11-07
Clifford Wolf
Removed done or obsolete TODO items
commit
|
commitdiff
|
tree
2013-11-07
Clifford Wolf
Fixed width detection for replicate operator
commit
|
commitdiff
|
tree
2013-11-07
Clifford Wolf
Fixed $eq/$ne bitwise optimization in opt_const
commit
|
commitdiff
|
tree
2013-11-07
Clifford Wolf
Fixed at_zero evaluation of dynamic ranges
commit
|
commitdiff
|
tree
2013-11-07
Clifford Wolf
Various fixes for correct parameter support
commit
|
commitdiff
|
tree
2013-11-07
Clifford Wolf
Fixed the fix for propagation of width hints for $signe...
commit
|
commitdiff
|
tree
2013-11-06
Clifford Wolf
Fixed techmap of $reduce_xnor with multi-bit outputs
commit
|
commitdiff
|
tree
2013-11-06
Clifford Wolf
Fixed techmap of $gt and $ge with multi-bit outputs
commit
|
commitdiff
|
tree
2013-11-06
Clifford Wolf
Added handling of unconnected/unspecified signals to...
commit
|
commitdiff
|
tree
2013-11-06
Clifford Wolf
Fixed propagation of width hints for $signed() and...
commit
|
commitdiff
|
tree
2013-11-06
Clifford Wolf
Improved undef handling in == and != for ConstEval
commit
|
commitdiff
|
tree
2013-11-06
Clifford Wolf
Additional fixes for undef propagation in concat and...
commit
|
commitdiff
|
tree
2013-11-06
Clifford Wolf
Improved width extension with regard to undef propagation
commit
|
commitdiff
|
tree
2013-11-06
Clifford Wolf
Fixed handling of undef values in POS cells in ConstEval
commit
|
commitdiff
|
tree
2013-11-06
Clifford Wolf
Fixed handling of undef values in MUX select input...
commit
|
commitdiff
|
tree
2013-11-06
Clifford Wolf
Added correct RTL undef handling to eval vloghammer...
commit
|
commitdiff
|
tree
2013-11-06
Clifford Wolf
Added eval -vloghammer_report mode
commit
|
commitdiff
|
tree
2013-11-05
Clifford Wolf
Added support for "keep" attributes on wires
commit
|
commitdiff
|
tree
2013-11-05
Clifford Wolf
Fixed sign handling in const eval of sshl and sshr
commit
|
commitdiff
|
tree
2013-11-04
Clifford Wolf
Makefile DESTDIR default (/usr/local) without quotes
commit
|
commitdiff
|
tree
2013-11-04
Clifford Wolf
Another fix for early width and sign detection in ast...
commit
|
commitdiff
|
tree
2013-11-04
Clifford Wolf
Merge branch 'master' of github.com:cliffordwolf/yosys
commit
|
commitdiff
|
tree
2013-11-04
Clifford Wolf
Fixed const folding of ternary operator
commit
|
commitdiff
|
tree
2013-11-04
Clifford Wolf
Use proper bit width ans sign extension for const folding
commit
|
commitdiff
|
tree
2013-11-04
Clifford Wolf
Merge pull request #16 from mschmoelzer/master
commit
|
commitdiff
|
tree
2013-11-04
Martin Schmölzer
Allow setting of installation destination via DESTDIR...
commit
|
commitdiff
|
tree
2013-11-04
Clifford Wolf
Improved comments on topological sort in edif backend
commit
|
commitdiff
|
tree
2013-11-04
Clifford Wolf
Fixes for early width and sign detection in ast simplifier
commit
|
commitdiff
|
tree
2013-11-04
Clifford Wolf
further improved early width and sign detection in...
commit
|
commitdiff
|
tree
2013-11-03
Clifford Wolf
Added simple topological sort to edif backend
commit
|
commitdiff
|
tree
2013-11-03
Clifford Wolf
Write yosys version to output files
commit
|
commitdiff
|
tree
2013-11-03
Clifford Wolf
Merge branch 'master' of github.com:cliffordwolf/yosys
commit
|
commitdiff
|
tree
2013-11-03
Clifford Wolf
Fixed detectSignWidthWorker (ast frontend) for AST_CONCAT
commit
|
commitdiff
|
tree
2013-11-03
Clifford Wolf
Added resolution of positional arguments to hierarchy...
commit
|
commitdiff
|
tree
2013-11-03
Clifford Wolf
Ignore explicit unconnected ports in intersynth backend
commit
|
commitdiff
|
tree
2013-11-02
Clifford Wolf
Behavior should be identical now to rev. 0b4a64ac6adbd6...
commit
|
commitdiff
|
tree
2013-11-02
Clifford Wolf
Added roadmap to readme file
commit
|
commitdiff
|
tree
2013-11-02
Clifford Wolf
Various ast changes for early expression width detectio...
commit
|
commitdiff
|
tree
2013-10-31
Clifford Wolf
Added DFFSR cell to techlibs/cmos/cmos_cells.lib
commit
|
commitdiff
|
tree
2013-10-31
Clifford Wolf
Added placeholder check to dfflibmap and cleaned up...
commit
|
commitdiff
|
tree
2013-10-31
Clifford Wolf
Changed MiniSAT feater defines again
commit
|
commitdiff
|
tree
2013-10-31
Clifford Wolf
Added paragraph to README file to avoid mycells.lib...
commit
|
commitdiff
|
tree
2013-10-31
Clifford Wolf
README file typo fix
commit
|
commitdiff
|
tree
2013-10-31
Clifford Wolf
Some additions to the README file
commit
|
commitdiff
|
tree
2013-10-30
Clifford Wolf
Fixed ezminisat C++ errors: undef PRIi64
commit
|
commitdiff
|
tree
2013-10-29
Clifford Wolf
Added detection for endless recursion in fsm_detect...
commit
|
commitdiff
|
tree
2013-10-29
Clifford Wolf
Fixed help message typo (memory pass)
commit
|
commitdiff
|
tree
2013-10-29
Clifford Wolf
Added -format option to splitnets
commit
|
commitdiff
|
tree
2013-10-27
Clifford Wolf
Merge pull request #12 from jameswalmsley/master
commit
|
commitdiff
|
tree
2013-10-27
James Walmsley
[EXAMPLES] Ported the mojo counter example to Zynq...
commit
|
commitdiff
|
tree
2013-10-27
Clifford Wolf
Fixed get_share_file_name() for installed yosys
commit
|
commitdiff
|
tree
2013-10-27
Clifford Wolf
Cleanups in xilinx examples
commit
|
commitdiff
|
tree
2013-10-27
Clifford Wolf
Added synth_xilinx command
commit
|
commitdiff
|
tree
2013-10-27
Clifford Wolf
Added API and Makefile rules for share/ files
commit
|
commitdiff
|
tree
2013-10-27
Clifford Wolf
Added design->full_selection() helper method
commit
|
commitdiff
|
tree
2013-10-27
Clifford Wolf
Moved simple xilinx counter sim example to subdir
commit
|
commitdiff
|
tree
2013-10-27
Clifford Wolf
Xilinx mojo_counter example is now working
commit
|
commitdiff
|
tree
2013-10-27
Clifford Wolf
Fixed hex string generation bug in edif backend
commit
|
commitdiff
|
tree
2013-10-26
Clifford Wolf
Renamed techlibs/xilinx7 to techlibs/xilinx
commit
|
commitdiff
|
tree
2013-10-26
Clifford Wolf
Improved xilinx mojo_counter example
commit
|
commitdiff
|
tree
2013-10-26
Clifford Wolf
Added support for i/o buffers to iopadmap
commit
|
commitdiff
|
tree
2013-10-26
Clifford Wolf
Added another xilinx example (not funcional yet)
commit
|
commitdiff
|
tree
2013-10-24
Clifford Wolf
Added support for sr flip-flops to dfflibmap
commit
|
commitdiff
|
tree
2013-10-24
Clifford Wolf
Added support for complex set-reset flip-flops in proc_dff
commit
|
commitdiff
|
tree
2013-10-24
Clifford Wolf
Fixed handling of boolean attributes (passes)
commit
|
commitdiff
|
tree
2013-10-24
Clifford Wolf
Fixed handling of boolean attributes (backends)
commit
|
commitdiff
|
tree
2013-10-24
Clifford Wolf
Fixed handling of boolean attributes (frontends)
commit
|
commitdiff
|
tree
2013-10-24
Clifford Wolf
Fixed handling of boolean attributes (kernel)
commit
|
commitdiff
|
tree
2013-10-23
Clifford Wolf
Fixed parsing of value-less attributes in ilang
commit
|
commitdiff
|
tree
2013-10-21
Clifford Wolf
Improved handling of dff with async resets
commit
|
commitdiff
|
tree
2013-10-18
Clifford Wolf
Added handling of multiple async paths in proc_arst
commit
|
commitdiff
|
tree
2013-10-18
Clifford Wolf
Changed NEW_WIRE API to return the wire, not the signal
commit
|
commitdiff
|
tree
2013-10-18
Clifford Wolf
Added dffsr support to proc_dff pass
commit
|
commitdiff
|
tree
next