yosys/techlibs/ecp5
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
..
Makefile.inc ecp5: Initial arith_map implementation 2018-07-13 15:46:12 +02:00
arith_map.v ecp5: ECP5 synthesis fixes 2018-07-16 14:33:13 +02:00
cells_map.v ecp5: Adding synchronous set/reset support 2018-07-14 16:18:01 +02:00
cells_sim.v ecp5: Fixing miscellaneous sim model issues 2018-07-16 15:56:12 +02:00
dram.txt ecp5: Add DRAM match rule 2018-07-13 16:25:52 +02:00
drams_map.v ecp5: Adding DRAM map 2018-07-13 14:08:42 +02:00
synth_ecp5.cc Consistent use of 'override' for virtual methods in derived classes. 2018-07-20 23:51:06 -07:00