You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
273 B
C
12 lines
273 B
C
5 years ago
|
#include <stdint.h>
|
||
|
|
||
|
#define vhpi0 2 /* forcing 0 */
|
||
|
#define vhpi1 3 /* forcing 1 */
|
||
|
|
||
|
char *from_string(void *__p);
|
||
|
|
||
|
uint64_t from_std_logic_vector(unsigned char *p, unsigned long len);
|
||
|
|
||
|
void to_std_logic_vector(unsigned long val, unsigned char *p,
|
||
|
unsigned long len);
|