aboutsummaryrefslogtreecommitdiffstats
path: root/passes/cmds/trace.cc
Commit message (Collapse)AuthorAgeFilesLines
* kernel: more pass by const ref, more speedupsEddie Hung2020-03-181-1/+1
|
* Add log_debug() frameworkClifford Wolf2019-04-221-0/+34
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Consistent use of 'override' for virtual methods in derived classes.Henner Zeller2018-07-201-9/+8
| | | | | | | | | 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)
* Rethrow with "catch(...) throw;"Clifford Wolf2015-01-251-2/+2
|
* Introducing YS_OVERRIDE, YS_FINAL, YS_ATTRIBUTE, YS_NORETURNClifford Wolf2014-11-091-6/+6
|
* Fixed typo in "log_cmd_error_exception"Clifford Wolf2014-11-071-2/+2
|
* namespace YosysClifford Wolf2014-09-271-0/+1
|
* Fixed build with gcc-4.6Clifford Wolf2014-08-071-6/+6
|
* Added ModIndex helper class, some changes to RTLIL::MonitorClifford Wolf2014-08-011-3/+3
|
* Added "trace" commandClifford Wolf2014-07-311-0/+97