aboutsummaryrefslogtreecommitdiffstats
path: root/manual/PRESENTATION_Prog
Commit message (Collapse)AuthorAgeFilesLines
* manual: Fix a custom pass example.Marcelina Koƛcielnicka2022-01-271-1/+1
| | | | Fixes #3156.
* Use C++11 final/override keywords.whitequark2020-06-181-3/+3
|
* Use in-tree include directory in manual buildXiretza2020-05-301-1/+4
| | | | | | | | This is basically the same issue as in tests/various/plugin.sh, which uses yosys-config to compile a plugin. `yosys-config --cxxflags` points to `$PREFIX/share/` (/usr/local/share by default), which might not exist yet or might be out of date. Building directly from the headers in ./share/ avoids this.
* 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)
* Added "yosys -D" featureClifford Wolf2016-04-211-1/+1
|
* Added some missing .gitignore in manual/Clifford Wolf2014-12-041-0/+1
|
* Various documentation updatesClifford Wolf2014-11-081-1/+6
|
* Renamed SIZE() to GetSize() because of name collision on Win32Clifford Wolf2014-10-101-1/+1
|
* Added module->design and cell->module, wire->module pointersClifford Wolf2014-07-312-24/+17
|
* Refactoring: Renamed RTLIL::Design::modules to modules_Clifford Wolf2014-07-271-4/+4
|
* Refactoring: Renamed RTLIL::Module::cells to cells_Clifford Wolf2014-07-271-1/+1
|
* Refactoring: Renamed RTLIL::Module::wires to wires_Clifford Wolf2014-07-271-3/+3
|
* Progress in presentationClifford Wolf2014-06-225-0/+103