iverilog/vhdlpp/vhdlreal.h

12 lines
136 B
C++

#ifndef __vhdlreal_h
#define __vhdlreal_h
#include "config.h"
class vhdlreal {
public:
vhdlreal(char* text) {}
};
#endif