RubyDirectedTester.py (8832:247fee427324) RubyDirectedTester.py (8839:eeb293859255)
1# Copyright (c) 2010 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

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

43 issue_writes = Param.Bool(True, "issue writes if true, otherwise reads")
44
45class InvalidateGenerator(DirectedGenerator):
46 type = 'InvalidateGenerator'
47 addr_increment_size = Param.Int(64, "address increment size")
48
49class RubyDirectedTester(MemObject):
50 type = 'RubyDirectedTester'
1# Copyright (c) 2010 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

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

43 issue_writes = Param.Bool(True, "issue writes if true, otherwise reads")
44
45class InvalidateGenerator(DirectedGenerator):
46 type = 'InvalidateGenerator'
47 addr_increment_size = Param.Int(64, "address increment size")
48
49class RubyDirectedTester(MemObject):
50 type = 'RubyDirectedTester'
51 cpuPort = VectorPort("the cpu ports")
51 cpuPort = VectorMasterPort("the cpu ports")
52 requests_to_complete = Param.Int("checks to complete")
53 generator = Param.DirectedGenerator("the request generator")
52 requests_to_complete = Param.Int("checks to complete")
53 generator = Param.DirectedGenerator("the request generator")