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 SmellyNuisance

  1. S

    FPGA I2C Can write to EEPROM but not read from EEPROM DE0 Nano Board

    Okay, I am still stuck :( That was on my mind. So in the read module I have changed this part 6'd33 : DATA[7] <= SDI; 6'd34 : DATA[6] <= SDI; 6'd35 : DATA[5] <= SDI; 6'd36 : DATA[4] <= SDI; 6'd37 : DATA[3] <= SDI; 6'd38 : DATA[2] <= SDI; 6'd39 : DATA[1] <= SDI; 6'd40...
  2. S

    FPGA I2C Can write to EEPROM but not read from EEPROM DE0 Nano Board

    Correct, the turns a 50 MHz clock into the I2C clock SCL clock and operations counter. Should I change the example to make a slow clock outside of the modules? Is it better style? I will give this a try. I agree. Its just this write sample is the only one I could find thats a complete...
  3. S

    FPGA I2C Can write to EEPROM but not read from EEPROM DE0 Nano Board

    Hello I am learning FPGA's using a DE0-Nano Cyclone IV board from Terasic. Using verilog and I2C, I can write to the boards onboard 24LC02B I2C 2K EEPROM, but I cannot read the EEPROM. So I can read but not write. The reason I know I can write to the EEPROM, is because after writing, I use...

Part and Inventory Search

Back
Top