Esempio n. 1
0
        public static void RunTest()
        {
            FetchStage testFetchStage = new FetchStage();

            for (int i = 0; i < 200; i++)
            {
                testFetchStage.Fetch();
                testFetchStage.Clear();
            }
        }
Esempio n. 2
0
        public static void RunTest()
        {
            FetchStage testFetchStage = new FetchStage();

            for (int i = 0; i < 200; i++)
            {
                testFetchStage.Fetch();
                testFetchStage.Clear();
            }
        }