Add "verific -vlog-incdir" and "verific -vlog-define"
[yosys.git] / frontends / verific / verific.cc
2017-10-13 Clifford WolfAdd "verific -vlog-incdir" and "verific -vlog-define"
2017-10-12 Clifford WolfMerge pull request #434 from Kmanfi/vector_fix
2017-10-12 Clifford WolfAdd Verific fairness/liveness support
2017-10-10 Clifford WolfMerge branch 'master' of github.com:cliffordwolf/yosys
2017-10-10 Clifford WolfStart work on pre-processor for Verific SVA properties
2017-10-05 Clifford WolfImprove handling of Verific errors
2017-10-04 Clifford WolfImprove Verific error handling, check VHDL static asserts
2017-10-04 Clifford WolfFix nasty bug in Verific bindings
2017-07-28 Clifford WolfAdd merging of "past FFs" to verific importer
2017-07-28 Clifford WolfAdd minimal support for PSL in VHDL via Verific
2017-07-28 Clifford WolfImprove Verific HDL language options
2017-07-28 Clifford WolfFix handling of non-user-declared Verific netbus
2017-07-27 Clifford WolfImprove Verific SVA importer
2017-07-27 Clifford WolfAdd log_warning_noprefix() API, Use for Verific warning...
2017-07-27 Clifford WolfAdd "verific -import -n" and "verific -import -nosva"
2017-07-27 Clifford WolfImprove Verific SVA import: negedge and $past
2017-07-27 Clifford WolfImprove Verific SVA importer
2017-07-26 Clifford WolfImprove Verific bindings (mostly related to SVA)
2017-07-25 Clifford WolfImprove "help verific" message
2017-07-25 Clifford WolfAdd "verific -extnets"
2017-07-25 Clifford WolfImprove "verific -all" handling
2017-07-24 Clifford WolfAdd "verific -import -d <dump_file"
2017-07-24 Clifford WolfAdd "verific -import -flatten" and "verific -import -v"
2017-07-22 Clifford WolfAdd "verific -import -k"
2017-07-04 Clifford WolfAdd Verific Release information to log
2017-02-11 Andrew ZonenbergMerge https://github.com/cliffordwolf/yosys
2017-02-11 Clifford WolfAdd support for verific mem initialization
2017-02-11 Clifford WolfFix another stupid bug in the same line
2017-02-11 Clifford WolfAdd verific support for initialized variables
2017-02-11 Clifford WolfImprove handling of Verific warnings and error messages
2017-02-11 Clifford WolfFix extremely stupid typo
2017-02-11 Clifford WolfMerge branch 'master' of https://github.com/stv0g/yosys...
2017-02-09 Clifford WolfAdd "rand" and "rand const" verific support
2017-02-09 Andrew ZonenbergMerge https://github.com/cliffordwolf/yosys
2017-02-08 Clifford WolfAdd PSL parser mode to verific front-end
2017-02-04 Clifford WolfAdd $cover cell type and SVA cover() support
2017-02-04 Clifford WolfAdd assert/assume support to verific front-end
2016-07-08 Clifford WolfMerge branch 'yosys-0.5-vtr' of https://github.com...
2016-04-23 Andrew ZonenbergMerge https://github.com/cliffordwolf/yosys
2016-04-21 Clifford WolfAdded "yosys -D" feature
2016-02-13 Clifford WolfSupport for more Verific primitives (patch I got per...
2016-02-03 Clifford WolfBugfix in Verific front-end
2016-02-02 Clifford WolfAdded addBufGate module method
2015-12-07 Clifford WolfMerge pull request #108 from cseed/master
2015-11-26 Clifford WolfMerge branch 'master' of github.com:cliffordwolf/yosys
2015-11-24 Clifford WolfAdded PRIM_DLATCHRS support to verific front-end
2015-11-16 Clifford WolfFixed performance bug in Verific importer
2015-11-12 Clifford WolfChanges for Verific 3.16_484_32_151112
2015-10-25 Clifford WolfImport more std:: stuff into Yosys namespace
2015-09-25 Clifford WolfAdded read-enable to memory model
2015-08-14 Clifford WolfSpell check (by Larry Doolittle)
2015-07-02 Clifford WolfFixed trailing whitespaces
2015-05-17 Clifford WolfVerific build fixes
2015-04-03 Ahmed IrfanMerge branch 'master' of https://github.com/cliffordwol...
2014-11-09 Clifford WolfAdded log_warning() API
2014-10-17 William SpeirsHeader changes so it will compile on VS
2014-10-10 Clifford WolfRenamed SIZE() to GetSize() because of name collision...
2014-09-22 Ahmed IrfanMerge branch 'master' of https://github.com/cliffordwol...
2014-09-06 Clifford WolfMerge branch 'master' of github.com:cliffordwolf/yosys
2014-09-06 Clifford WolfMerge pull request #38 from rubund/master
2014-09-06 Ruben UndheimCorrected spelling mistakes found by lintian
2014-08-16 Clifford WolfAdded module->uniquify()
2014-08-15 Clifford WolfRenamed $_INV_ cell type to $_NOT_
2014-08-12 Clifford WolfFixed building verific bindings
2014-07-31 Clifford WolfFixed build of verific bindings
2014-07-31 Clifford WolfAdded module->design and cell->module, wire->module...
2014-07-31 Clifford WolfMoved some stuff to kernel/yosys.{h,cc}, using Yosys...
2014-07-28 Clifford WolfUsing log_assert() instead of assert()
2014-07-27 Clifford WolfFixed verific bindings for new RTLIL api
2014-07-23 Clifford WolfVarious fixes in Verific frontend for new RTLIL API
2014-03-20 Clifford WolfFixed mapping of Verific WIDE_DFFRS operator
2014-03-20 Clifford WolfFixed mapping of Verific FADD primitive with unconnecte...
2014-03-17 Clifford WolfProgress in Verific bindings
2014-03-17 Clifford WolfProgress in Verific bindings
2014-03-17 Clifford WolfProgress in Verific bindings
2014-03-16 Clifford WolfAdded support for memories to verific bindings
2014-03-16 Clifford WolfUse Verific Net::{IsGnd,IsPwr} API in Verific bindings
2014-03-15 Clifford WolfProgress in Verific bindings
2014-03-15 Clifford WolfProgress in Verific bindings
2014-03-15 Clifford WolfProgress in Verific bindings
2014-03-14 Clifford WolfProgress in Verific bindings
2014-03-14 Clifford WolfProgress in Verific bindings
2014-03-13 Clifford WolfProgress in Verific bindings
2014-03-13 Clifford WolfCopy Verific vdbs files to Yosys "share" data directory
2014-03-10 Clifford WolfImproved verific command (added support for some operators)
2014-03-10 Clifford WolfImprovements in verific command
2014-03-09 Clifford WolfAdded "verific" command