We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3de81d0 commit 15c6e38Copy full SHA for 15c6e38
src/finn/custom_op/fpgadataflow/hls/lookup_hls.py
@@ -98,7 +98,7 @@ def read_npy_data(self):
98
packed_bits = self.get_instream_width()
99
packed_hls_type = "ap_uint<%d>" % packed_bits
100
elem_hls_type = dtype.get_hls_datatype_str()
101
- npy_type = "int64_t"
+ npy_type = "float"
102
npy_in = "%s/input_0.npy" % code_gen_dir
103
self.code_gen_dict["$READNPYDATA$"] = []
104
self.code_gen_dict["$READNPYDATA$"].append(
0 commit comments