v1.0.0-rc.34
This commit is contained in:
@@ -11,8 +11,8 @@ TEST_CASE("FPGA_FrameWriterTestIgnore") {
|
||||
hls::stream<ap_uint<512>> adu_histo_in;
|
||||
hls::stream<ap_uint<512>> integration_in;
|
||||
hls::stream<ap_uint<512>> spot_finder_in;
|
||||
hls::stream<ap_uint<256>> roi_calc_in;
|
||||
hls::stream<ap_uint<128>> pixel_calc_in;
|
||||
hls::stream<ap_uint<512>> roi_calc_in;
|
||||
hls::stream<ap_uint<PIXEL_COUNT_WIDTH>> pixel_calc_in;
|
||||
hls::stream<axis_completion > s_axis_completion;
|
||||
hls::stream<ap_axiu<512,1,1,1> > host_memory_out;
|
||||
hls::stream<axis_datamover_ctrl> datamover_out_cmd;
|
||||
|
||||
Reference in New Issue
Block a user