URL
https://opencores.org/ocsvn/or1k/or1k/trunk
[/] [or1k/] [trunk/] [or1ksim/] [cuc/] [cuc.h] - Diff between revs 939 and 940
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 939 |
Rev 940 |
Line 285... |
Line 285... |
/* Schedule memory accesses
|
/* Schedule memory accesses
|
0 - exact; 1 - strong; 2 - weak; 3 - none */
|
0 - exact; 1 - strong; 2 - weak; 3 - none */
|
void schedule_memory (cuc_func *func, int otype);
|
void schedule_memory (cuc_func *func, int otype);
|
|
|
/* Generates verilog file out of insn dataflow */
|
/* Generates verilog file out of insn dataflow */
|
void output_verilog (cuc_func *func, char *filename);
|
void output_verilog (cuc_func *func, char *filename, char *funcname);
|
|
|
/* Recalculates bb[].cnt values, based on generated profile file */
|
/* Recalculates bb[].cnt values, based on generated profile file */
|
void recalc_cnts (cuc_func *f, char *bb_filename);
|
void recalc_cnts (cuc_func *f, char *bb_filename);
|
|
|
/* Calculate timings */
|
/* Calculate timings */
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.