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

Subversion Repositories or1k

[/] [or1k/] [tags/] [stable_0_2_0_rc2/] [or1ksim/] [cuc/] [cuc.h] - Diff between revs 1308 and 1555

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

Rev 1308 Rev 1555
Line 205... Line 205...
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_int (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);

powered by: WebSVN 2.1.0

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