aboutsummaryrefslogtreecommitdiffstats
path: root/passes/tests/test_autotb.cc
Commit message (Collapse)AuthorAgeFilesLines
* Fixing old e-mail addresses and deadnamesClaire Xenia Wolf2021-06-081-1/+1
| | | | | | | | s/((Claire|Xen|Xenia|Clifford)\s+)+(Wolf|Xen)\s+<(claire|clifford)@(symbioticeda.com|clifford.at|yosyshq.com)>/Claire Xenia Wolf <claire@yosyshq.com>/gi; s/((Nina|Nak|N\.)\s+)+Engelhardt\s+<nak@(symbioticeda.com|yosyshq.com)>/N. Engelhardt <nak@yosyshq.com>/gi; s/((David)\s+)+Shah\s+<(dave|david)@(symbioticeda.com|yosyshq.com|ds0.me)>/David Shah <dave@ds0.me>/gi; s/((Miodrag)\s+)+Milanovic\s+<(miodrag|micko)@(symbioticeda.com|yosyshq.com)>/Miodrag Milanovic <micko@yosyshq.com>/gi; s,https?://www.clifford.at/yosys/,http://yosyshq.net/yosys/,g;
* Use C++11 final/override keywords.whitequark2020-06-181-2/+2
|
* Add plusargs for output files in test_autotb outputClaire Wolf2020-05-021-3/+10
| | | | Signed-off-by: Claire Wolf <claire@symbioticeda.com>
* Clean up `passes/tests/test_autotb.cc`.Alberto Gonzalez2020-04-061-12/+8
|
* kernel: big fat patch to use more ID::*, otherwise ID(*)Eddie Hung2020-04-021-6/+6
|
* Document (* gentb_skip *) attr for test_autotbEddie Hung2019-09-061-0/+3
|
* Update test_autotb doc to reflect default value of zeroEddie Hung2019-07-261-1/+3
|
* Add doc for "test_autotb -seed" optionEddie Hung2019-07-261-0/+3
|
* Consistent use of 'override' for virtual methods in derived classes.Henner Zeller2018-07-201-2/+2
| | | | | | | | | 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)
* Cosmetic fix in test_autotb.ccClifford Wolf2016-09-191-2/+2
|
* Avoid creating very long strings in test_autotbClifford Wolf2016-09-191-4/+10
|
* Bugfix in test_autotbClifford Wolf2016-08-181-0/+4
|
* Added "test_autotb -seed" (and "autotest.sh -S")Clifford Wolf2016-08-061-3/+8
|
* Improvements and fixes in autotest.sh script and test_autotbClifford Wolf2016-05-201-3/+3
|
* Close opened dump file.Kaj Tuomi2016-05-191-0/+1
|
* Fix for Modelsim transcript line warp issue #164Kaj Tuomi2016-05-191-7/+13
|
* Fixed test_autotb for modules with many cell portsClifford Wolf2016-04-251-3/+6
|
* Added "yosys -D" featureClifford Wolf2016-04-211-1/+1
|
* Re-created command-reference-manual.tex, copied some doc fixes to online helpClifford Wolf2015-08-141-1/+1
|
* Spell check (by Larry Doolittle)Clifford Wolf2015-08-141-1/+1
|
* Fixed trailing whitespacesClifford Wolf2015-07-021-3/+3
|
* Some test related fixesClifford Wolf2015-02-121-1/+1
| | | | (incl. removal of three bad test cases)
* Replaced std::unordered_map as implementation for Yosys::dictClifford Wolf2014-12-261-12/+12
|
* Renamed SIZE() to GetSize() because of name collision on Win32Clifford Wolf2014-10-101-2/+2
|
* namespace YosysClifford Wolf2014-09-271-0/+1
|
* Changed backend-api from FILE to std::ostreamClifford Wolf2014-08-231-93/+93
|
* More cleanups related to RTLIL::IdString usageClifford Wolf2014-08-021-22/+22
|
* Added "test_autotb -n <num_iter>" optionClifford Wolf2014-08-011-9/+27
|
* Renamed "write_autotest" to "test_autotb" and moved to passes/tests/Clifford Wolf2014-07-291-0/+335