Skip to content

Commit

Permalink
update the directories for vitis_hls headers (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
bopeng-cruxml authored Mar 30, 2023
1 parent 33e3786 commit 787b1e6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion vitis/v2020_1/hls_isequal_isnotequal_apfixed.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#include "ap_fixed.h"
#include "stdint.h"
//#include "hls_fpo.h"
//#include "vivado/v2020_1/hls_half.h"
//#include "vitis/v2020_1/hls_half.h"

///isequal apfixed a & apfixed b
template <int W_, int I_>
Expand Down
2 changes: 1 addition & 1 deletion vitis/v2020_1/hls_math.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#define _X_HLSTMP_MATH__

#include <cmath>
#include "vivado/v2020_1/hls_half.h"
#include "vitis/v2020_1/hls_half.h"
#include "hls_fpo.h"
#include <stdint.h>

Expand Down
2 changes: 1 addition & 1 deletion vitis/v2020_1/utils/x_hls_traits.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

#include "ap_fixed.h"
#include "ap_int.h"
#include "vivado/v2020_1/hls_half.h"
#include "vitis/v2020_1/hls_half.h"
#include "x_hls_utils.h"
#include "x_hls_defines.h"
#include <stdint.h>
Expand Down
4 changes: 2 additions & 2 deletions vitis/v2020_1/utils/x_hls_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
#ifndef X_HLS_UTILS_H
#define X_HLS_UTILS_H
#include <stdint.h>
#include "ap_fixed.h"
#include "vivado/v2020_1/hls_half.h"
#include "vitis/v2020_1/ap_fixed.h"
#include "vitis/v2020_1/hls_half.h"
#include <limits>
#ifndef __SYNTHESIS__
#include <iostream>
Expand Down

0 comments on commit 787b1e6

Please sign in to comment.