URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 1148 |
Rev 1244 |
Line 207... |
Line 207... |
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) */
|
/* returns log2(x) */
|
/*
|
int log2_int (unsigned long 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 */
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.