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

Subversion Repositories bluespec_md6

[/] [bluespec_md6/] [trunk/] [MD6Control/] [test/] [encodeBits.h] - Blame information for rev 7

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 kfleming
#ifndef ENCODE_BITS_H
2
#define ENCODE_BITS_H
3
 
4
// The bluespec has a hardcoded maximum value...
5
#define MAX_SIZE (1<<(20+4))
6
 
7
 
8
// reads the first bits bits out of the file
9
void md6_file(char *filename,
10
              char *outinput,
11
              char *outresult,
12
              char *outsize,
13
              long long bits);
14
 
15
#endif

powered by: WebSVN 2.1.0

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