yosys.git
2018-01-07 Clifford WolfBugfix in hierarchy blackbox module port width handling
2018-01-07 Clifford WolfUpdate ABC to hg rev 6e3c24b3308a
2018-01-05 Clifford WolfMerge pull request #479 from Fatsie/latch_without_data
2018-01-05 Clifford WolfBugfix in hierarchy handling of blackbox module ports
2018-01-04 Clifford WolfMerge pull request #480 from Fatsie/liberty_value_expre...
2018-01-04 Clifford WolfTemporarily derive blackbox modules in hierarchy to...
2018-01-03 Staf VerhaegenValue of properties can be expression.
2018-01-03 Staf VerhaegenSome standard cell libraries include a latch with only...
2017-12-24 Clifford WolfAdd "no driver for signal bit" error msg to btor back-end
2017-12-24 Clifford WolfBugfix in verilog_defaults argument parser
2017-12-19 Clifford WolfFix minor typo in "prep" help message
2017-12-17 Clifford WolfSimple fix BTOR memory encoding
2017-12-17 Clifford WolfImprove BTOR memory encoding
2017-12-15 Clifford WolfMerge branch 'btor-ng'
2017-12-15 Clifford WolfAdd array support to btor back-end
2017-12-14 Clifford WolfAdd $anyconst/$anyseq support to btor back-end
2017-12-14 Clifford WolfMerge branch 'master' into btor-ng
2017-12-14 Clifford WolfAdd yosys-smtbmc VCD writer support for memories with...
2017-12-14 Clifford WolfFix a bug in clk2fflogic memory handling
2017-12-14 Clifford WolfMerge branch 'master' into btor-ng
2017-12-14 Clifford WolfAdd clk2fflogic memory support
2017-12-14 Clifford WolfAdd smt2 back-end support for async write memories
2017-12-14 Clifford WolfAdd RTLIL::Const::is_fully_ones()
2017-12-14 Clifford WolfAdd SigSpec::is_fully_ones()
2017-12-13 Clifford WolfMerge pull request #469 from kkiningh/master
2017-12-13 Kevin KininghamUse quote includes for yosys.h
2017-12-13 Clifford WolfCheck for memories in clk2fflogic
2017-12-13 Clifford WolfMerge pull request #468 from grahamedgecombe/fix-sb...
2017-12-12 Clifford WolfAdd "write_btor -s" mode
2017-12-12 Clifford WolfAdd state initval handling to btor back-end
2017-12-12 Clifford WolfAdd btor back-end support for 'x' constants
2017-12-12 Clifford WolfAdd SigSpec::is_fully_ones()
2017-12-12 Clifford WolfAdd warnings for driver-driver conflicts between FFs...
2017-12-11 Clifford WolfAdd btor $shift/$shiftx support
2017-12-10 Graham EdgecombeFix port names in SB_IO_OD
2017-12-10 Graham EdgecombeRemove trailing comma from SB_IO_OD port list
2017-12-10 Clifford WolfFix btor back-end shift handling
2017-12-10 Clifford WolfAdd support for $pmux in btor back-end
2017-12-10 Clifford WolfAdd support for more cell types to btor back-end
2017-12-10 Clifford WolfMerge branch 'master' into btor-ng
2017-12-10 Clifford WolfAdd support for Verific PRIM_SVA_NOT properties
2017-12-09 Clifford WolfAdd Verific OPER_SVA_STABLE support
2017-12-09 Clifford WolfRefactoring Verific SVA rewriter
2017-12-09 Clifford WolfFix btor concat
2017-12-09 Clifford WolfMerge branch 'master' into btor-ng
2017-12-09 Clifford WolfMerge pull request #467 from mithro/patch-1
2017-12-09 Tim AnsellFix spelling in -vpr help for synth_ice40
2017-12-03 Clifford WolfUse "hg ... --insecure" for cloning/pulling ABC
2017-12-02 Clifford WolfUpdate ABC to hg rev 31fc97b0aeed
2017-12-02 Clifford WolfFix error handling for nested always/initial
2017-12-01 Clifford WolfMerge branch 'master' into btor-ng
2017-11-28 Clifford WolfMerge pull request #462 from daveshah1/up5k
2017-11-28 David ShahAdd remaining UltraPlus cells to ice40 techlib
2017-11-27 Clifford WolfMerge branch 'master' into btor-ng
2017-11-27 Clifford WolfFixed "yosys-smtbmc -g" handling of no solution
2017-11-27 Clifford WolfFixed "yosys-smtbmc -g" handling of no solution
2017-11-26 Clifford WolfMerge pull request #460 from mithro/g3-fixes
2017-11-26 Clifford WolfMerge pull request #461 from mithro/travis-rework
2017-11-26 Tim 'mithro... travis: Print branches before fetching, try both locations.
2017-11-26 Tim 'mithro... minisat: Make update script executable.
2017-11-26 Tim 'mithro... minisat: Only define __STDC_XXX_MACROS if not already...
2017-11-26 Tim 'mithro... minisat: Remove template with gzFile specialization.
2017-11-26 Tim 'mithro... subcircuit: Class with virtual methods should have...
2017-11-24 Clifford WolfMerge branch 'master' into btor-ng
2017-11-24 Clifford WolfBugfixes in new BTOR back-end
2017-11-24 Clifford WolfMerge pull request #446 from mithro/travis-rework
2017-11-24 Tim 'mithro... travis: Use the cache.
2017-11-24 Tim 'mithro... travis: Adding gcc-4.8 and gcc-6 on Linux.
2017-11-24 Tim 'mithro... travis: Reworking travis setup.
2017-11-23 Clifford WolfProgress in new BTOR back-end
2017-11-23 Clifford WolfProgress in new BTOR back-end
2017-11-23 Clifford WolfProgress in new BTOR back-end
2017-11-23 Clifford WolfMerge branch 'master' into btor-ng
2017-11-23 Clifford WolfMerge branch 'master' of github.com:cliffordwolf/yosys
2017-11-23 Clifford WolfAdd Verilog "automatic" keyword (ignored in synthesis)
2017-11-23 Clifford WolfProgress with new BTOR backend
2017-11-23 Clifford WolfAdd skeleton for new BTOR back-end
2017-11-23 Clifford WolfRemove old BTOR back-end
2017-11-18 Clifford WolfMerge pull request #455 from daveshah1/up5k
2017-11-18 David ShahRemove unnecessary keep attributes
2017-11-18 Clifford WolfAccept real-valued delay values
2017-11-18 Clifford WolfMerge pull request #452 from cr1901/master
2017-11-18 Clifford WolfMerge pull request #453 from dh73/master
2017-11-17 David ShahMerge branch 'master' into up5k
2017-11-16 Clifford WolfAdd "synth_ice40 -vpr"
2017-11-16 David ShahAdd some UltraPlus cells to ice40 techlib
2017-11-15 dh73Fixed the -vout flag to -vqm in examples/intel directory
2017-11-14 William D.... Accommodate Windows-style paths during include-file...
2017-11-09 dh73Initial Cyclone 10 support
2017-11-09 dh73Merge https://github.com/cliffordwolf/yosys
2017-11-09 dh73Organizing Speedster file names
2017-11-08 Clifford WolfAdd support for editline as replacement for readline
2017-10-31 Clifford WolfAdd "ltp" command
2017-10-29 Clifford WolfFix SMT2 handling of initstate in sub-modules
2017-10-26 Clifford WolfFix memory corruption bug in opt_rmdff
2017-10-26 Clifford WolfFix typo in opt_clean log message
2017-10-25 Clifford WolfImprove smtio performance by using reader thread, not...
2017-10-25 Clifford WolfUse separate writer thread for talking to SMT solver...
2017-10-25 Clifford WolfImprove p_* functions in smtio.py
2017-10-25 Clifford WolfDisable OSX in .travis.yml
next