Skip to content

Commit

Permalink
Fixing wrong indentation of the vga tb
Browse files Browse the repository at this point in the history
  • Loading branch information
ErickOF committed Jul 23, 2024
1 parent fe6f43f commit c687c47
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions modules/vga/src/vga_tb.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -196,12 +196,12 @@ int sc_main(int, char*[])
sc_close_vcd_trace_file(wf);
#endif // IPS_DUMP_EN

// Show the images in their respective windows
cv::imshow("TX image", tx_img);
cv::imshow("RX image", rx_img);
// Show the images in their respective windows
cv::imshow("TX image", tx_img);
cv::imshow("RX image", rx_img);

// Wait for a key press indefinitely to keep the windows open
cv::waitKey(0);
// Wait for a key press indefinitely to keep the windows open
cv::waitKey(0);

return 0;
}

0 comments on commit c687c47

Please sign in to comment.