URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 940 |
Rev 941 |
Line 280... |
Line 280... |
|
|
/* Unroll loop b times times and return new function. Original
|
/* Unroll loop b times times and return new function. Original
|
function is unmodified. */
|
function is unmodified. */
|
cuc_func *preunroll_loop (cuc_func *func, int b, int preroll, int unroll, char *bb_filename);
|
cuc_func *preunroll_loop (cuc_func *func, int b, int preroll, int unroll, char *bb_filename);
|
|
|
|
/* Clean memory and data dependencies */
|
|
void clean_deps (cuc_func *func);
|
|
|
/* 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 */
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.