Sha256: 171a4dd5e502e1a001846b262b3b59556f3ad7b08289b97e07de7cb634edf800
Contents?: true
Size: 398 Bytes
Versions: 2
Compression:
Stored size: 398 Bytes
Contents
/* Copyright 2006 Suraj N. Kurapati See the file named LICENSE for details. */ ///\file A proxy for all Verilog headers of interest to us. #ifndef VERILOG_H #define VERILOG_H // Use our verbatim copy of the official IEEE Std 1364-2005 // header file, which was obtained from this URL: // http://www.boydtechinc.com/ptf/archive/ptf_2005/0737.html #include "vpi_user.h" #endif
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ruby-vpi-21.0.0 | ext/verilog.h |
ruby-vpi-21.1.0 | ext/verilog.h |