sim_vhpi_c.h 273 B

123456789101112
  1. #include <stdint.h>
  2. #define vhpi0 2 /* forcing 0 */
  3. #define vhpi1 3 /* forcing 1 */
  4. char *from_string(void *__p);
  5. uint64_t from_std_logic_vector(unsigned char *p, unsigned long len);
  6. void to_std_logic_vector(unsigned long val, unsigned char *p,
  7. unsigned long len);