OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_47/] [or1ksim/] [cuc/] [cuc.h] - Diff between revs 932 and 933

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 932 Rev 933
Line 204... Line 204...
extern cuc_insn insn[MAX_INSNS];
extern cuc_insn insn[MAX_INSNS];
extern int num_insn;
extern int num_insn;
extern int reloc[MAX_INSNS];
extern int reloc[MAX_INSNS];
extern FILE *flog;
extern FILE *flog;
 
 
 
/* returns log2(x) */
 
int log2 (unsigned long x);
 
 
/* Loads from file into global array insn */
/* Loads from file into global array insn */
int cuc_load (char *in_fn);
int cuc_load (char *in_fn);
 
 
/* Negates conditional instruction */
/* Negates conditional instruction */
void negate_conditional (cuc_insn *ii);
void negate_conditional (cuc_insn *ii);
Line 287... Line 290...
void recalc_cnts (cuc_func *f, char *bb_filename);
void recalc_cnts (cuc_func *f, char *bb_filename);
 
 
/* Calculate timings */
/* Calculate timings */
void analyse_timings (cuc_func *func, cuc_timings *timings);
void analyse_timings (cuc_func *func, cuc_timings *timings);
 
 
 
/* Calculates facts, that are determined by conditionals */
 
void insert_conditional_facts (cuc_func *func);
#endif /* __DATAF_H__ */
#endif /* __DATAF_H__ */
 
 
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.