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 70d0b82 commit d45e90cCopy full SHA for d45e90c
compressedlut.h
@@ -28,6 +28,7 @@ namespace compressedlut {
28
void hls(const string& file_path, const string& table_name, const vector<int>& all_w_in, const vector<int>& all_w_out, const vector<int>& all_w_l, const vector<int>& all_w_s, const vector<vector<long int>>& all_t_lb, const vector<vector<long int>>& all_t_ust, const vector<vector<long int>>& all_t_bias, const vector<vector<long int>>& all_t_idx, const vector<vector<long int>>& all_t_rsh, int max_level);
29
void plaintable_hls(const string& file_path, const string& table_name, const vector<long int>& table_data);
30
int bit_width(long int value);
31
+ int bit_width_signed(long int min_value, long int max_value);
32
void help();
33
}
34
0 commit comments