yosys.git
2014-02-15 Clifford WolfTagging Yoys 0.2.0 yosys-0.2.0
2014-02-15 Clifford WolfAdded != support for relational select pattern
2014-02-15 Clifford WolfAdded iopadmap -bits
2014-02-15 Clifford WolfAdded ff and latch support to read_liberty
2014-02-15 Clifford WolfBugfix in expression parser of read_liberty
2014-02-15 Clifford WolfFixed dfflibmap for cell libraries with no set-reset-ff
2014-02-15 Clifford WolfCorrectly convert constants to RTLIL (fixed undef handling)
2014-02-15 Clifford WolfAdded frontend (-f) option to autotest.sh
2014-02-15 Clifford WolfFixed opt_const handling of double invert with non...
2014-02-15 Clifford WolfAdded liberty frontend
2014-02-14 Clifford WolfBe more conservative with new const-function code
2014-02-14 Clifford WolfAdded support for FOR loops in function calls in parameters
2014-02-14 Clifford WolfCreated basic support for function calls in parameter...
2014-02-14 Clifford WolfAdded abc -keepff option
2014-02-13 Clifford Wolfupdated default ABC command strings
2014-02-13 Clifford WolfUpdated ABC
2014-02-13 Clifford WolfImplemented read_verilog -defer
2014-02-13 Clifford WolfRemoved double blanks in ABC default command sequences
2014-02-13 Clifford WolfMerge branch 'master' of github.com:cliffordwolf/yosys
2014-02-13 Clifford WolfUpdated ABC and some related changes
2014-02-12 Clifford WolfMerge pull request #26 from ahmedirfan1983/btor
2014-02-12 Clifford WolfMerge branch 'master' of github.com:cliffordwolf/yosys
2014-02-12 Clifford WolfAdded support for functions returning integer
2014-02-12 Ahmed Irfanmodified btor synthesis script for correct use of splic...
2014-02-12 Clifford WolfDisabled "abc -dff" in "make test" for now (waiting...
2014-02-12 Clifford WolfUpdated ABC to rev e97a6e1d59b9
2014-02-11 Clifford Wolfrenamed ilang "scope error" to "ilang error"
2014-02-11 Ahmed Irfandisabling splice command in the script
2014-02-11 Ahmed Irfanregister output corrected
2014-02-11 Ahmed IrfanMerge branch 'master' of https://github.com/cliffordwol...
2014-02-11 Ahmed Irfanadded concat and slice cell translation
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
next