URL
https://opencores.org/ocsvn/async_sdm_noc/async_sdm_noc/trunk
Only display areas with differences |
Details |
Blame |
View Log
Rev 31 |
Rev 37 |
/*
|
/*
|
Asynchronous SDM NoC
|
Asynchronous SDM NoC
|
(C)2011 Wei Song
|
(C)2011 Wei Song
|
Advanced Processor Technologies Group
|
Advanced Processor Technologies Group
|
Computer Science, the Univ. of Manchester, UK
|
Computer Science, the Univ. of Manchester, UK
|
|
|
Authors:
|
Authors:
|
Wei Song wsong83@gmail.com
|
Wei Song wsong83@gmail.com
|
|
|
License: LGPL 3.0 or later
|
License: LGPL 3.0 or later
|
|
|
The SystemC class to keep a module of the simulation analysis object.
|
The SystemC class to keep a module of the simulation analysis object.
|
|
|
History:
|
History:
|
27/02/2011 Initial version. <wsong83@gmail.com>
|
27/02/2011 Initial version. <wsong83@gmail.com>
|
28/05/2011 Clean up for opensource. <wsong83@gmail.com>
|
28/05/2011 Clean up for opensource. <wsong83@gmail.com>
|
|
|
*/
|
*/
|
|
|
#include "anaproc.h"
|
#include "anaproc.h"
|
|
|
NCSC_MODULE_EXPORT(AnaProc)
|
NCSC_MODULE_EXPORT(AnaProc)
|
|
|
// the simulation analysis object, global object
|
// the simulation analysis object, global object
|
sim_ana * ANA = new sim_ana(Warm_UP, Record_Period);
|
sim_ana * ANA = new sim_ana(Warm_UP, Record_Period);
|
|
|
|
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.