Bugfix in hierarchy blackbox module port width handling
[yosys.git] / passes / hierarchy / hierarchy.cc
2018-01-07 Clifford WolfBugfix in hierarchy blackbox module port width handling
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...
2017-07-22 Clifford WolfAdd error for cell output ports that are connected...
2017-07-21 Clifford WolfFix handling of empty cell port assignments (i.e. ignor...
2017-02-25 Clifford WolfMerge branch 'master' of https://github.com/klammerj...
2017-02-25 Clifford WolfMerge branch 'master' of github.com:cliffordwolf/yosys
2017-02-25 Clifford WolfAdd $live and $fair cell types, add support for s_event...
2017-02-14 Andrew ZonenbergMerge https://github.com/cliffordwolf/yosys
2017-02-13 Clifford WolfDo not fix port widths on any blackbox instances
2017-02-12 Clifford WolfDo not eagerly fix port widths on parameterized cells
2017-02-11 Clifford WolfMerge branch 'master' of https://github.com/stv0g/yosys...
2017-02-09 Andrew ZonenbergMerge https://github.com/cliffordwolf/yosys
2017-02-04 Clifford WolfAdd $cover cell type and SVA cover() support
2017-01-31 Clifford WolfMerge branch 'opt_compare_pr' of https://github.com...
2017-01-26 Clifford WolfMerge branch 'master' of github.com:cliffordwolf/yosys
2017-01-16 Clifford WolfMerge pull request #293 from thoughtpolice/minor-cleanup
2017-01-15 Austin Seipppasses/hierarchy: delete some dead code
2017-01-01 Andrew ZonenbergMerge https://github.com/cliffordwolf/yosys
2017-01-01 Clifford WolfAdded cell port resizing to hierarchy pass
2016-11-15 Clifford WolfAdded support for hierarchical defparams
2016-11-02 Clifford WolfBugfix in "hierarchy -check"
2016-10-22 Clifford WolfAdded avail params to ilang format, check module params...
2016-08-28 Clifford WolfRemoved $predict again
2016-08-16 Clifford WolfFixed use-after-free dict<> usage pattern in hierarchy.cc
2016-07-21 Clifford WolfAfter reading the SV spec, using non-standard predict...
2016-07-13 Clifford WolfAdded basic support for $expect cells
2016-07-08 Clifford WolfMerge branch 'yosys-0.5-vtr' of https://github.com...
2016-05-22 Clifford WolfMerge pull request #172 from zeldin/deterministic_hierarchy
2016-05-22 Marcus ComstedtMade the expansion order of hierarchy deterministic
2016-04-23 Andrew ZonenbergMerge https://github.com/cliffordwolf/yosys
2016-04-21 Clifford WolfAdded "yosys -D" feature
2016-03-21 Clifford WolfCleanup abstract modules at end of "hierarchy -top"
2015-12-07 Clifford WolfMerge pull request #108 from cseed/master
2015-10-25 Clifford WolfImport more std:: stuff into Yosys namespace
2015-08-14 Clifford WolfSpell check (by Larry Doolittle)
2015-07-25 Clifford WolfKeep modules with $assume (like $assert)
2015-07-02 Clifford WolfFixed trailing whitespaces
2015-04-04 Clifford WolfAdded "dffinit", Support for initialized Xilinx DFF
2015-04-03 Ahmed IrfanMerge branch 'master' of https://github.com/cliffordwol...
2015-03-29 Clifford Wolfdocumentation improvements
2015-03-18 Clifford WolfAdded hierarchy -auto-top
2015-03-04 Clifford WolfFixed bug in "hierarchy" for parametric designs
2015-02-15 Clifford WolfCosmetic fixes in "hierarchy" for blackbox modules
2015-01-04 Clifford WolfFixed pattern matching in "hierarchy -generate"
2014-12-26 Clifford WolfAdded Yosys::{dict,nodict,vector} container types
2014-12-24 Clifford WolfFixed off-by-one bug in "hierarchy -check" for position...
2014-12-19 Clifford WolfChecking existence of ports in "hierarchy -check"
2014-11-27 Clifford WolfFixed bug in "hierarchy -top" with array of instances
2014-10-17 Clifford WolfVarious win32 / vs build fixes
2014-10-17 William SpeirsHeader changes so it will compile on VS
2014-10-11 Clifford WolfDo not the 'z' modifier in format string (another win32...
2014-10-10 Clifford WolfMoved patmatch() to yosys.cc
2014-10-10 Clifford WolfReplaced fnmatch() with patmatch()
2014-09-30 Clifford Wolfset "keep" on modules with $assert cells in "hierarchy"
2014-09-27 Clifford Wolfnamespace Yosys
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-14 Clifford WolfAdded module->ports
2014-08-02 Clifford WolfMore bugfixes related to new RTLIL::IdString
2014-08-02 Clifford WolfMore cleanups related to RTLIL::IdString usage
2014-07-31 Clifford WolfAdded module->design and cell->module, wire->module...
2014-07-29 Clifford WolfAllow "hierarchy -generate" for $__ cells
2014-07-28 Clifford WolfUsing log_assert() instead of assert()
2014-07-27 Clifford WolfRefactoring: Renamed RTLIL::Design::modules to modules_
2014-07-26 Clifford WolfRefactoring: Renamed RTLIL::Module::cells to cells_
2014-07-26 Clifford WolfRefactoring: Renamed RTLIL::Module::wires to wires_
2014-07-26 Clifford WolfChanged a lot of code to the new RTLIL::Wire constructors
2014-07-26 Clifford WolfMerge automatic and manual code changes for new cell...
2014-07-26 Clifford WolfManual fixes for new cell connections API
2014-07-26 Clifford WolfChanged users of cell->connections_ to the new API...
2014-07-26 Clifford WolfRenamed RTLIL::{Module,Cell}::connections to connections_
2014-07-22 Clifford WolfSigSpec refactoring: using the accessor functions every...
2014-07-22 Clifford WolfSigSpec refactoring: renamed chunks and width to __chun...
2014-06-07 Clifford Wolffixed cell array handling of positional arguments
2014-06-07 Clifford WolfAdd support for cell arrays
2014-02-13 Clifford WolfImplemented read_verilog -defer
2014-02-04 Clifford WolfAdded hierarchy -purge_lib option
2014-01-15 Ahmed IrfanMerge branch 'master' of https://github.com/ahmedirfan1...
2014-01-15 Ahmed IrfanMerge pull request #2 from cliffordwolf/master
2014-01-14 Clifford WolfMerge pull request #20 from mschmoelzer/master
2014-01-14 Martin SchmölzerInclude unistd.h in passes/hierarchy/hierarchy.cc ...
2014-01-14 Clifford WolfAdded hierarchy -libdir option
2013-12-04 Clifford WolfReplaced signed_parameters API with CONST_FLAG_SIGNED
2013-11-24 Clifford WolfRemove auto_wire framework (smarter than the verilog...
2013-11-24 Clifford WolfImplemented correct handling of signed module parameters
2013-11-24 Clifford WolfAdded "top" attribute to mark top module in hierarchy
2013-11-22 Clifford WolfRenamed "placeholder" to "blackbox"
2013-11-03 Clifford WolfMerge branch 'master' of github.com:cliffordwolf/yosys
2013-11-03 Clifford WolfAdded resolution of positional arguments to hierarchy...
2013-10-24 Clifford WolfFixed handling of boolean attributes (passes)
2013-05-26 Clifford WolfImproved log messages generated by hierarchy pass
2013-05-16 Clifford WolfMerge branch 'bugfix'
2013-04-26 Clifford WolfFixed hierarchy pass for hierarchies of parametric...
2013-03-28 Clifford WolfImplemented proper handling of stub placeholder modules
2013-03-26 Clifford WolfCollect parameters in hierarchy -generate (and do nothi...
next