OpenCores
URL https://opencores.org/ocsvn/wf3d/wf3d/trunk

Subversion Repositories wf3d

[/] [wf3d/] [trunk/] [implement/] [rtl/] [de0/] [fm_vga_wrapper.v] - Diff between revs 2 and 4

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 2 Rev 4
Line 7... Line 7...
//
//
// Abstract:
// Abstract:
//   AVALON VGA Master
//   AVALON VGA Master
//
//
// Author:
// Author:
//   Kenji Ishimaru (kenji.ishimaru@prtissimo.com)
//   Kenji Ishimaru (info.wf3d@gmail.com)
//
//
//======================================================================
//======================================================================
//
//
// Copyright (c) 2015, Kenji Ishimaru
// Copyright (c) 2015, Kenji Ishimaru
// All rights reserved.
// All rights reserved.
Line 158... Line 158...
  .clk_vi(clk25m),
  .clk_vi(clk25m),
  .rst_x(rst_x),
  .rst_x(rst_x),
  // configuration registers
  // configuration registers
  .i_video_start(w_video_start),
  .i_video_start(w_video_start),
  .i_fb0_offset(w_fb0_offset),
  .i_fb0_offset(w_fb0_offset),
  .i_fb0_ms_offset(4'h0),
 
  .i_fb1_offset(w_fb1_offset),
  .i_fb1_offset(w_fb1_offset),
  .i_fb1_ms_offset(4'h0),
 
  .i_color_mode(w_color_mode),
  .i_color_mode(w_color_mode),
  .i_front_buffer(w_front_buffer),
  .i_front_buffer(w_front_buffer),
  .i_aa_en('d0),
 
  .i_fb_blend_en(1'b0),
 
  // status out
  // status out
  .o_vint_x(w_vint_x),
  .o_vint_x(w_vint_x),
  .o_vint_edge(w_vint_edge),
  .o_vint_edge(w_vint_edge),
  // dram if
  // dram if
  .o_req(o_avm_r),
  .o_req(o_avm_r),

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.