URL
https://opencores.org/ocsvn/qaz_libs/qaz_libs/trunk
Show entire file |
Details |
Blame |
View Log
Rev 43 |
Rev 44 |
Line 49... |
Line 49... |
c_get_array(va);
|
c_get_array(va);
|
$display("^^^ %16.t | %m | %p |", $time, va);
|
$display("^^^ %16.t | %m | %p |", $time, va);
|
endtask
|
endtask
|
|
|
// --------------------------------------------------------------------
|
// --------------------------------------------------------------------
|
function new;
|
|
$display("^^^ | video_frame_dpi | new");
|
|
endfunction
|
|
|
|
// --------------------------------------------------------------------
|
|
function void init(int width, int height, buffer_in_size=2, buffer_out_size=2);
|
function void init(int width, int height, buffer_in_size=2, buffer_out_size=2);
|
video_array_t a_h;
|
video_array_t a_h;
|
$display("^^^ | video_frame_dpi | init");
|
$display("^^^ | video_frame_dpi | init");
|
this.array_buffer = new(buffer_in_size);
|
this.array_buffer = new(buffer_in_size);
|
this.buffer_in = new(buffer_in_size);
|
this.buffer_in = new(buffer_in_size);
|
Line 85... |
Line 80... |
$display("^^^ | video_frame_dpi | exit");
|
$display("^^^ | video_frame_dpi | exit");
|
exit_py_dpi();
|
exit_py_dpi();
|
endfunction
|
endfunction
|
|
|
// --------------------------------------------------------------------
|
// --------------------------------------------------------------------
|
|
function new;
|
|
$display("^^^ | video_frame_dpi | new");
|
|
endfunction
|
|
|
|
// --------------------------------------------------------------------
|
endclass : video_frame_dpi
|
endclass : video_frame_dpi
|
|
|
© copyright 1999-2023
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.