Deleted Added
sdiff udiff text old ( 13288:f1c04129f709 ) new ( 13292:0dc64d73b440 )
full compact
1/*
2 * Copyright 2018 Google, Inc.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are
6 * met: redistributions of source code must retain the above copyright
7 * notice, this list of conditions and the following disclaimer;
8 * redistributions in binary form must reproduce the above copyright

--- 196 unchanged lines hidden (view full) ---

205 insert(p045) && insert(p046) && insert(p047) && insert(p048) &&
206 insert(p049) && insert(p050) && insert(p051) && insert(p052) &&
207 insert(p053) && insert(p054) && insert(p055) && insert(p056) &&
208 insert(p057) && insert(p058) && insert(p059) && insert(p060) &&
209 insert(p061) && insert(p062) && insert(p063) && insert(p064);
210 _gem5_module->bindPorts(proxies);
211}
212
213const std::vector<sc_object *> &
214sc_module::get_child_objects() const
215{
216 return _gem5_module->obj()->get_child_objects();
217}
218
219const std::vector<sc_event *> &
220sc_module::get_child_events() const

--- 613 unchanged lines hidden ---