aboutsummaryrefslogtreecommitdiffstats
path: root/passes/cmds/design.cc
Commit message (Collapse)AuthorAgeFilesLines
* Consistent use of 'override' for virtual methods in derived classes.Henner Zeller2018-07-201-3/+3
| | | | | | | | | o Not all derived methods were marked 'override', but it is a great feature of C++11 that we should make use of. o While at it: touched header files got a -*- c++ -*- for emacs to provide support for that language. o use YS_OVERRIDE for all override keywords (though we should probably use the plain keyword going forward now that C++11 is established)
* Add "design -import"Clifford Wolf2017-06-301-3/+94
|
* Added "design -reset-vlog"Clifford Wolf2016-11-301-7/+32
|
* Spell check (by Larry Doolittle)Clifford Wolf2015-08-141-1/+1
|
* Fixed trailing whitespacesClifford Wolf2015-07-021-2/+2
|
* No implicit conversion from IdString to anything elseClifford Wolf2014-08-021-1/+1
|
* Preparations for RTLIL::IdString redesign: cleanup of existing codeClifford Wolf2014-08-021-1/+1
|
* Added module->design and cell->module, wire->module pointersClifford Wolf2014-07-311-2/+3
|
* Moved some stuff to kernel/yosys.{h,cc}, using Yosys:: namespaceClifford Wolf2014-07-311-0/+4
|
* Refactoring: Renamed RTLIL::Design::modules to modules_Clifford Wolf2014-07-271-11/+11
|
* Added "design -push" and "design -pop"Clifford Wolf2014-02-201-8/+45
|
* Fixed use of "cmd_error" in passes/cmds/design.ccClifford Wolf2014-02-071-2/+2
|
* Added design -stash/-copy-from/-copy-toClifford Wolf2014-02-061-13/+99
|
* Added "design" command (-reset, -save, -load)Clifford Wolf2013-07-271-0/+128