rubytest-ruby.py (9827:f47274776aa0) rubytest-ruby.py (9841:69c158420c51)
1# Copyright (c) 2006-2007 The Regents of The University of Michigan
2# Copyright (c) 2009 Advanced Micro Devices, Inc.
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;

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

60options.l1d_size="256B"
61options.l1i_size="256B"
62options.l2_size="512B"
63options.l3_size="1kB"
64options.l1d_assoc=2
65options.l1i_assoc=2
66options.l2_assoc=2
67options.l3_assoc=2
1# Copyright (c) 2006-2007 The Regents of The University of Michigan
2# Copyright (c) 2009 Advanced Micro Devices, Inc.
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;

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

60options.l1d_size="256B"
61options.l1i_size="256B"
62options.l2_size="512B"
63options.l3_size="1kB"
64options.l1d_assoc=2
65options.l1i_assoc=2
66options.l2_assoc=2
67options.l3_assoc=2
68options.ports=32
68
69# Turn on flush check for the hammer protocol
70check_flush = False
71if buildEnv['PROTOCOL'] == 'MOESI_hammer':
72 check_flush = True
73
74#
75# create the tester and system, including ruby

--- 50 unchanged lines hidden ---
69
70# Turn on flush check for the hammer protocol
71check_flush = False
72if buildEnv['PROTOCOL'] == 'MOESI_hammer':
73 check_flush = True
74
75#
76# create the tester and system, including ruby

--- 50 unchanged lines hidden ---