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 Adrian3

  1. A

    Altera Cyclone IV Internal Memory - ROM: 1-Port Problem

    Many, many thanks for the reply. So my code; //--------------- reg [6:0] address; reg clock; wire [15:0] q; Spriterom u1( address, clock, q); initial clock=0;[/B] //-------------- Is this correct or should I be using "clk" instead of "clock". During the H_SCAN > HZSYNC+HBACK_PORCH and...
  2. A

    Altera Cyclone IV Internal Memory - ROM: 1-Port Problem

    Hi, I have created a MIF file containing 100 x 16bit values. The values point to a colour palette which contains the RGB values for 10 colours. In Quartus Prime Lite I have used the IP Catalogue to create a ROM: 1-Port file My top Verilog HDL file references the ROM file which when compiled /...

Part and Inventory Search

Back
Top