Sha256: 87164bed25a34ca57a00e5b87b3fba1eb737609cde4b507b50adc58e8e50d388

Contents?: true

Size: 352 Bytes

Versions: 2

Compression:

Stored size: 352 Bytes

Contents

/*
  Copyright 2008 Suraj N. Kurapati
  See the file named LICENSE for details.
*/

#ifndef HOST_H
#define HOST_H

    #include "verilog.h"

    // should be called in vlog_startup_routines
    PLI_INT32 RubyVPI_host_init(p_cb_data aCallback);

    // should be called at end of simulation
    PLI_INT32 RubyVPI_host_fini(p_cb_data aCallback);

#endif

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ruby-vpi-21.0.0 ext/host.h
ruby-vpi-21.1.0 ext/host.h