|
Realtimestagram
|
Processes | |
| release_process | ( tb_clk , tb_rst , end_of_file ) |
flowchart: release_process | |
| reading_input_pixels | ( tb_clk ) |
| writing_output_file | ( tb_clk ) |
| h_and_v_counters | ( tb_clk ) |
Signals | |
| tb_clk | std_logic := ' 0 ' |
| tb_rst | std_logic := ' 0 ' |
| tb_enable | std_logic := ' 0 ' |
| tb_done | std_logic := ' 0 ' |
| dut_data_valid | std_logic := ' 0 ' |
| end_of_file | std_logic := ' 0 ' |
| pixel_tmp | std_logic_vector ( wordsize - 1 downto 0 ) := ( others = > ' 0 ' ) |
Files | |
| file_input_pixel | text open read_mode is input_file |
| File containing pixels for input of the testbench. | |
| file_output_pixel | text open write_mode is output_file |
| File used as output for the tesbench. | |
|
Process |
|
Process |
|
Process |
flowchart: release_process
[Release process]
|
Process |
|
Signal |
|
Signal |
|
File |
File containing pixels for input of the testbench.
|
File |
File used as output for the tesbench.
|
Signal |
|
Signal |
|
Signal |
|
Signal |
1.8.12