3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-09-04 17:17:43 +00:00
yosys/techlibs/greenpak4
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
..
cells_blackbox.v Added RESET_TO_MAX parameter to $__COUNT_ cell. Cannot yet be extracted. 2017-09-14 10:26:32 -07:00
cells_latch.v
cells_map.v Added RESET_TO_MAX parameter to $__COUNT_ cell. Cannot yet be extracted. 2017-09-14 10:26:32 -07:00
cells_sim.v
cells_sim_ams.v
cells_sim_digital.v Fixed typo in error message 2017-09-01 06:45:10 -07:00
cells_sim_wip.v
gp_dff.lib
greenpak4_dffinv.cc Consistent use of 'override' for virtual methods in derived classes. 2018-07-20 23:51:06 -07:00
Makefile.inc Added blackbox $__COUNT_ cell model 2017-09-01 06:44:28 -07:00
synth_greenpak4.cc Consistent use of 'override' for virtual methods in derived classes. 2018-07-20 23:51:06 -07:00