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

Subversion Repositories hwlu

[/] [hwlu/] [trunk/] [sw/] [common.h] - Blame information for rev 10

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 10 kavi
/************************************************************/
2
/* Filename   : common.h                                    */
3
/* Description: Prototypes for commonly used functions.     */
4
/* Author     : Nikolaos Kavvadias, <nkavv@physics.auth.gr> */
5
/* Date       : Tuesday, 09/02/2010.                        */
6
/* Revision   : --                                          */
7
/************************************************************/
8
 
9
#include <stdio.h>
10
 
11
 
12
void print_vhdl_header_common(FILE *);
13
unsigned ipow(unsigned, unsigned);
14
unsigned dectobin(unsigned, int);
15
unsigned log2(unsigned);
16
void print_binary_value(FILE *, int, int);
17
void print_binary_value_fbone(FILE *, int);

powered by: WebSVN 2.1.0

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