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

Subversion Repositories or1k

[/] [or1k/] [tags/] [stable_0_2_0/] [or1ksim/] [cuc/] [cuc.h] - Diff between revs 940 and 941

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 */

powered by: WebSVN 2.1.0

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