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

Subversion Repositories hwlu

[/] [hwlu/] [trunk/] [sw/] [common.h] - Rev 16

Go to most recent revision | Compare with Previous | Blame | View Log

/************************************************************/
/* Filename   : common.h                                    */
/* Description: Prototypes for commonly used functions.     */
/* Author     : Nikolaos Kavvadias, <nkavv@physics.auth.gr> */
/* Date       : Tuesday, 09/02/2010.                        */
/* Revision   : --                                          */
/************************************************************/
 
#include <stdio.h>
 
 
void print_vhdl_header_common(FILE *);
unsigned ipow(unsigned, unsigned);
unsigned dectobin(unsigned, int);
unsigned log2(unsigned);
void print_binary_value(FILE *, int, int);
void print_binary_value_fbone(FILE *, int);
 

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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