tensor: Rename half.hpp -> half.h
addResource() thinks it's a Verilog source file if it ends in .hpp, for some reason.
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
#include "VX_config.h"
|
||||
|
||||
#include <bit>
|
||||
#include "half.hpp"
|
||||
#include "half.h"
|
||||
|
||||
extern "C" {
|
||||
void dpi_fadd(bool enable, int dst_fmt, int64_t a, int64_t b, const svBitVecVal* frm, int64_t* result, svBitVecVal* fflags);
|
||||
|
||||
Reference in New Issue
Block a user