main.cc (10538:1a9e235cab09) main.cc (11153:20bbfe5b2b86)
1/*
2 * Copyright (c) 2014 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

112 initSignals();
113
114 setClockFrequency(1000000000000);
115 curEventQueue(getEventQueue(0));
116
117 Stats::initSimStats();
118 Stats::registerHandlers(CxxConfig::statsReset, CxxConfig::statsDump);
119
1/*
2 * Copyright (c) 2014 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

112 initSignals();
113
114 setClockFrequency(1000000000000);
115 curEventQueue(getEventQueue(0));
116
117 Stats::initSimStats();
118 Stats::registerHandlers(CxxConfig::statsReset, CxxConfig::statsDump);
119
120 Trace::enabled = true;
120 Trace::enable();
121 setDebugFlag("Terminal");
122 // setDebugFlag("CxxConfig");
123
124 const std::string config_file(argv[arg_ptr]);
125
126 CxxConfigFileBase *conf = new CxxIniFile();
127
128 if (!conf->load(config_file.c_str())) {

--- 191 unchanged lines hidden ---
121 setDebugFlag("Terminal");
122 // setDebugFlag("CxxConfig");
123
124 const std::string config_file(argv[arg_ptr]);
125
126 CxxConfigFileBase *conf = new CxxIniFile();
127
128 if (!conf->load(config_file.c_str())) {

--- 191 unchanged lines hidden ---