yosys.git
2014-02-12 Clifford WolfUpdated ABC to rev e97a6e1d59b9
2014-02-11 Clifford Wolfrenamed ilang "scope error" to "ilang error"
2014-02-11 Clifford WolfMore Makefile cleanups
2014-02-11 Clifford WolfImproved "make manual" and "make clean"
2014-02-09 Clifford WolfImproved ilang parser error messages
2014-02-09 Clifford Wolffixed a bug in subcircuit library with cells that have...
2014-02-09 Clifford WolfVarious improvements in expose command (added -sep...
2014-02-09 Clifford WolfAdded delete {-input|-output|-port}
2014-02-09 Clifford WolfBugfix in delete command
2014-02-08 Clifford WolfAdded test cases for expose -evert-dff
2014-02-08 Clifford WolfFixed handling of async reset in expose -evert-dff
2014-02-08 Clifford WolfBuild fixes for log cmd
2014-02-08 Clifford WolfMerge branch 'master' of github.com:cliffordwolf/yosys
2014-02-08 Clifford WolfImplemented expose -evert-dff
2014-02-08 Clifford WolfMerge pull request #24 from hansiglaser/master
2014-02-08 Johann Glaseradded "log" command
2014-02-08 Clifford WolfImproved checking of internal cell conventions
2014-02-08 Clifford WolfFixed bug in collecting of RD_TRANSPARENT parameter...
2014-02-08 Clifford WolfAdded various new options to splice command
2014-02-08 Clifford WolfAdded %a select operator
2014-02-08 Clifford WolfMoved some passes to other source directories
2014-02-08 Clifford WolfAdded support for "keep" attribute to abc pass
2014-02-08 Clifford WolfAdded opt -purge (frontend to opt_clean -purge)
2014-02-08 Clifford WolfOnly count non-trivial attributes when findinf master...
2014-02-08 Clifford WolfAdded checking for ABC modifications to Makefile and...
2014-02-07 Clifford WolfNow also move net labes to the right position in splice cmd
2014-02-07 Clifford WolfImproved detection of primary wire for a signal in...
2014-02-07 Clifford WolfAdded splice command
2014-02-07 Clifford WolfAdded log_header() to splitnets
2014-02-07 Clifford WolfAdded $slice and $concat to CellTypes list
2014-02-07 Clifford WolfAdded $slice and $concat cell types
2014-02-07 Clifford WolfStronger checking of internal cells
2014-02-07 Clifford WolfRe-enabled abc "retime" after sorting yout the yosys...
2014-02-07 Clifford WolfAdded echo command
2014-02-07 Clifford WolfFixed use of "cmd_error" in passes/cmds/design.cc
2014-02-06 Clifford WolfFixed gcc compiler warnings with release build
2014-02-06 Clifford WolfDisabled ABC retime for now (elliptic_curve_group testc...
2014-02-06 Clifford WolfUpdated ABC to rev 10cc13a2a0f1
2014-02-06 Clifford WolfAdded "retime" to standard ABC recipes
2014-02-06 Clifford WolfAdded copy command
2014-02-06 Clifford WolfAdded design -stash/-copy-from/-copy-to
2014-02-06 Clifford WolfAdded support for s: select expressions (wire width)
2014-02-06 Clifford WolfAdded i:, o:, and x: selection pattern
2014-02-06 Clifford WolfAdded support for %m selection op
2014-02-06 Clifford WolfMerge branch 'master' of github.com:cliffordwolf/yosys
2014-02-06 Clifford WolfAdded generic RTLIL::SigSpec::parse_sel() with support...
2014-02-06 Clifford WolfMerge pull request #23 from hansiglaser/master
2014-02-06 Johann Glasernew %s: add sub-modules to selection
2014-02-06 Clifford WolfAdded support for sat -show @<sel_name>
2014-02-06 Clifford WolfAdded sat -set-init-def and sat -tempinduct-def
2014-02-06 Clifford WolfAdded opt_const -undriven
2014-02-06 Clifford WolfAdded expose -dff
2014-02-06 Clifford WolfAdded support for #-comments in same line as command
2014-02-06 Clifford Wolfpresentation progress
2014-02-06 Clifford WolfChanged techmap description from "simple" to "generic"
2014-02-06 Clifford WolfAdded miter -make_outcmp
2014-02-06 Clifford WolfAdded sat -set-init-zero support
2014-02-06 Clifford WolfAdded support for backslash continuation in script...
2014-02-06 Clifford WolfAdded counters sat test case
2014-02-05 Clifford WolfAdded sat -verify and -falsify support for non-prove...
2014-02-05 Clifford WolfAdded expose command
2014-02-05 Clifford Wolfpresentation progress
2014-02-05 Clifford WolfSimplified select "Assertation failed" message generation
2014-02-05 Clifford WolfMerge branch 'master' of github.com:cliffordwolf/yosys
2014-02-05 Clifford WolfMerge pull request #22 from hansiglaser/master
2014-02-05 Clifford WolfAdded BTOR backend README file
2014-02-05 Clifford WolfAdded selection support for r: and selection with relat...
2014-02-05 Johann Glaserbe more verbose for select -assert-any and -assert...
2014-02-05 Johann Glaserimproved help for "select"
2014-02-05 Clifford Wolfpresentation progress
2014-02-05 Clifford Wolfpresentation progress
2014-02-05 Clifford WolfAdded read_verilog -setattr
2014-02-05 Clifford WolfAdded setattr and setparam commands
2014-02-05 Clifford WolfUpdated todo items in README file
2014-02-05 Clifford WolfRemoved old unused files from tests/
2014-02-04 Clifford WolfAdded support for dump -append
2014-02-04 Clifford WolfThrow errors if non-existing selection variables are...
2014-02-04 Clifford WolfAdded select -none
2014-02-04 Clifford Wolfpresentation progress
2014-02-04 Clifford WolfFixed detection of init attribute in opt_rmdff
2014-02-04 Clifford WolfAdded support for inline commands to abc -script
2014-02-04 Clifford Wolfpresentation progress
2014-02-04 Clifford WolfAdded hierarchy -purge_lib option
2014-02-04 Clifford WolfAdded test cases for sat command
2014-02-04 Clifford Wolfadded sat -falsify
2014-02-04 Clifford WolfFixed bug in sequential sat proofs and improved handlin...
2014-02-04 Clifford WolfImproved handling of reg init in opt_share and opt_rmdff
2014-02-03 Clifford Wolfpresentation progress
2014-02-03 Clifford Wolfpresentation progress
2014-02-03 Clifford WolfAddred sat option -ignore_unknown_cells
2014-02-03 Clifford WolfAdded TRANSPARENT parameter to $memrd (and RD_TRANSPARE...
2014-02-03 Clifford WolfReplaced isim with xsim in tests/tools/autotest.sh...
2014-02-02 Clifford WolfMore opt_const -mux_bool features
2014-02-02 Clifford Wolfpresentation progress
2014-02-02 Clifford WolfAdded opt_const -mux_bool
2014-02-02 Clifford WolfAdded support for inverter chains to opt_const
2014-02-02 Clifford WolfAdded RTLIL::SigSpec::to_single_sigbit()
2014-02-02 Clifford WolfOnly generate write-enable $and if WE is not constant...
2014-02-02 Clifford WolfAdded constant-clock case to opt_rmdff
2014-02-02 Clifford Wolfpresentation progress
next