Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by hilal-t

  1. H

    Using SRAM as frame buffer in de2-115

    Thank you for reply. I am newbie in FPGA, sorry for poorly commented code. What I need is: At sync time of the VGA I need to write the frame data to SRAM. when VGA in displaying mode I need to read the stored buffer from SRAM. at reset I want to clear the buffer in SRAM. What I did is: At...
  2. H

    Using SRAM as frame buffer in de2-115

    Hello guys, I have problem in using sram as frame buffer I have tried the following code but i got random pixel where I expect to get black screen with one red dot in the center. I write on sram at sync. time code for writing and reading from SRAM // SRAM_control reg [19:0] addr_reg...
  3. H

    [SOLVED] What does WR1_LENGTH1 means in SDRAM Controller

    in fact this is example of streaming video from d5m camera to vga I will attach the project file I am using de2-115 board thank you for your help
  4. H

    [SOLVED] What does WR1_LENGTH1 means in SDRAM Controller

    What does WR1_LENGTH means here //SDRam Read and Write as Frame Buffer Sdram_Control u7 ( .RESET_N(KEY[0]), .CLK(sdram_ctrl_clk), // FIFO Write Side 1 .WR1_DATA({1'b0,sCCD_G[11:7],sCCD_B[11:2]}), .WR1(sCCD_DVAL), .WR1_ADDR(0), `ifdef VGA_640x480p60 .WR1_MAX_ADDR(640*480/2)...

Part and Inventory Search

Back
Top