yosys/frontends/ilang
Henner Zeller 3aa4484a3c Consistent use of 'override' for virtual methods in derived classes.
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)
2018-07-20 23:51:06 -07:00
..
.gitignore Updated .gitignore file for ilang and verilog frontends 2014-10-15 01:14:38 +02:00
Makefile.inc Adjust makefiles to work with out-of-tree builds 2015-08-12 15:04:44 +02:00
ilang_frontend.cc Consistent use of 'override' for virtual methods in derived classes. 2018-07-20 23:51:06 -07:00
ilang_frontend.h Fixed trailing whitespaces 2015-07-02 11:14:30 +02:00
ilang_lexer.l Added $global_clock verilog syntax support for creating $ff cells 2016-10-14 12:33:56 +02:00
ilang_parser.y Added avail params to ilang format, check module params in 'hierarchy -check' 2016-10-22 11:05:49 +02:00