We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe6f43f commit c687c47Copy full SHA for c687c47
modules/vga/src/vga_tb.cpp
@@ -196,12 +196,12 @@ int sc_main(int, char*[])
196
sc_close_vcd_trace_file(wf);
197
#endif // IPS_DUMP_EN
198
199
- // Show the images in their respective windows
200
- cv::imshow("TX image", tx_img);
201
- 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);
202
203
- // Wait for a key press indefinitely to keep the windows open
204
- cv::waitKey(0);
+ // Wait for a key press indefinitely to keep the windows open
+ cv::waitKey(0);
205
206
return 0;
207
}
0 commit comments