FSConfig.py (4104:10b99ef0a7ff) FSConfig.py (4167:ce5d0f62f13b)
1# Copyright (c) 2006-2007 The Regents of The University of Michigan
2# All rights reserved.
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

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

127 self.testsys = testSystem
128 self.drivesys = driveSystem
129 self.etherlink = EtherLink(int1 = Parent.testsys.tsunami.etherint[0],
130 int2 = Parent.drivesys.tsunami.etherint[0])
131 if dumpfile:
132 self.etherdump = EtherDump(file=dumpfile)
133 self.etherlink.dump = Parent.etherdump
134
1# Copyright (c) 2006-2007 The Regents of The University of Michigan
2# All rights reserved.
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

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

127 self.testsys = testSystem
128 self.drivesys = driveSystem
129 self.etherlink = EtherLink(int1 = Parent.testsys.tsunami.etherint[0],
130 int2 = Parent.drivesys.tsunami.etherint[0])
131 if dumpfile:
132 self.etherdump = EtherDump(file=dumpfile)
133 self.etherlink.dump = Parent.etherdump
134
135 self.clock = '1THz'
136 return self
135 return self