URL
https://opencores.org/ocsvn/pdp1/pdp1/trunk
[/] [pdp1/] [trunk/] [rtl/] [verilog/] [vector2scanline.v] - Diff between revs 6 and 7
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 6 |
Rev 7 |
Line 157... |
Line 157... |
expwptr <= expwptr+1;
|
expwptr <= expwptr+1;
|
end
|
end
|
end
|
end
|
|
|
|
|
// Fron buffer address
|
// Front buffer address
|
assign scanout_addr = {bufsel,xout_i};
|
assign scanout_addr = {bufsel,xout_i};
|
assign scanout_clk = clk_video_i;
|
assign scanout_clk = clk_video_i;
|
always @(posedge scanout_clk) begin
|
always @(posedge scanout_clk) begin
|
// Wipe front buffer
|
// Wipe front buffer
|
scanlines[scanout_addr] <= wipe_i;
|
scanlines[scanout_addr] <= wipe_i;
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.