Functions | |
void | CreateResourceHeader (void) |
Create the header file for ac_resources class. | |
void | CreateTypeHeader (void) |
Create the header file for ArchC types. | |
void | CreateISAHeader (void) |
Create the header file for the AC_ISA derived class. | |
void | CreateARCHHeader (void) |
Create the header file for the AC_ARCH derived class. | |
void | CreateStgHeader (ac_stg_list *stage_list, char *pipe_name) |
Create the header files for pipeline stages. | |
void | CreateProcessorHeader (void) |
Create the header file for the processor module. | |
void | CreateParmHeader (void) |
Create the header file for ArchC common parameters. | |
void | CreateRegsHeader (void) |
Create the header file for ArchC formatted registers. | |
void | CreateCoverifHeader (void) |
Create the header file for ArchC co-verification class. | |
void | CreateStatsHeader (void) |
Create the header file for ArchC statistics collection class. | |
void | CreateArchSyscallHeader (void) |
Create the header file for ArchC model syscalls. | |
void | CreateMakefile (void) |
Create a Makefile for teh ArchC nodel. | |
void | CreateResourceImpl (void) |
Create the .cpp file for ac_resources class. | |
void | CreateStgImpl (ac_stg_list *stage_list, char *pipe_name) |
Create the .cpp file for pipeline stages. | |
void | CreateRegsImpl (void) |
Create the .cpp template file for formatted registers. | |
void | CreateImplTmpl (void) |
Create the .cpp template file for behavior description. | |
void | CreateMainTmpl (void) |
Create the .cpp template file for the main function. | |
void | CreateProcessorImpl (void) |
Create the .cpp file for processor module. | |
void | CreateARCHImpl (void) |
Create the .cpp file for AC_ARCH derived class. |