intdev.hh (6216:2f4020838149) intdev.hh (7811:a8fc35183c10)
1/*
2 * Copyright (c) 2008 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

229 }
230
231 IntLine(Params *p) : SimObject(p), source(p->source), sink(p->sink)
232 {
233 source->addSink(sink);
234 }
235};
236
1/*
2 * Copyright (c) 2008 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

229 }
230
231 IntLine(Params *p) : SimObject(p), source(p->source), sink(p->sink)
232 {
233 source->addSink(sink);
234 }
235};
236
237}; // namespace X86ISA
237} // namespace X86ISA
238
239#endif //__DEV_X86_INTDEV_HH__
238
239#endif //__DEV_X86_INTDEV_HH__