A tiny Open POWER ISA softcore written in VHDL 2008
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#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);
|
|
|