BasicRouter.py (9465:4ae4f3f4b870) BasicRouter.py (11664:2365e9e396f7)
1# Copyright (c) 2011 Advanced Micro Devices, Inc.
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

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

29
30from m5.params import *
31from ClockedObject import ClockedObject
32
33class BasicRouter(ClockedObject):
34 type = 'BasicRouter'
35 cxx_header = "mem/ruby/network/BasicRouter.hh"
36 router_id = Param.Int("ID in relation to other routers")
1# Copyright (c) 2011 Advanced Micro Devices, Inc.
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

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

29
30from m5.params import *
31from ClockedObject import ClockedObject
32
33class BasicRouter(ClockedObject):
34 type = 'BasicRouter'
35 cxx_header = "mem/ruby/network/BasicRouter.hh"
36 router_id = Param.Int("ID in relation to other routers")
37 latency = Param.Cycles(1, "number of cycles inside router")