breagen / MachSuite

Benchmarks for Accelerator Design and Customized Architectures
http://www.eecs.harvard.edu/~reagen/papers/machsuite.pdf
Other
114 stars 47 forks source link

vivado_hls fail #11

Open RonakRaheja opened 6 years ago

RonakRaheja commented 6 years ago

I have been using Machsuite to benchmark a tool that we're developing. However, when I try to do a 'make hls', I get linking errors (underfined references). So, I copied the support.c and support.h files to all benchmarks local directories and added local_support.c and support.c to the hls.tcl file.

Now, I am only able to successfully see results for a few benchmarks. I see issues with the following benchmarks: md grid md knn spmv stencil2d stencil3d

Does anyone else see this issue? Thanks, Ronak

ghost commented 5 years ago

@Ronak Were you able to solve the issue? I have issue doing C simulation in HLS. Did you come across it?