Skip to content

Commit

Permalink
Update compressedlut.h
Browse files Browse the repository at this point in the history
  • Loading branch information
kiabuzz authored Jan 20, 2024
1 parent 70d0b82 commit d45e90c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compressedlut.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ namespace compressedlut {
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);
void plaintable_hls(const string& file_path, const string& table_name, const vector<long int>& table_data);
int bit_width(long int value);
int bit_width_signed(long int min_value, long int max_value);
void help();
}

Expand Down

0 comments on commit d45e90c

Please sign in to comment.