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 Defton

  1. D

    Help me design and program HD44780 in Verilog

    Re: HD44780 fpga core Good news! I've done the similiar controller and it works! Now, the professor is asking to do the same on ADSP-BF533 EZ-KIT Lite®! He said that we need try to simulate the same thing, example-to send 40bits over SPORT interface or SPI. So, help anyone? I'm buying a...
  2. D

    Help me design and program HD44780 in Verilog

    Re: HD44780 fpga core Guys, i've done this so far... i'ts on croatian, so maybe it will be hard to understand, but you will probably figure it out! module HD44780( RS, RW, E, Seg_out, Com_out, Data_Bus, CLK, CLK_REDAK, EN_READ, CLK_SEG_OUT); input RS...
  3. D

    Help me design and program HD44780 in Verilog

    Re: HD44780 fpga core Impossible, it's hard, we cant do it without precise details in datasheet.. :(
  4. D

    Help me design and program HD44780 in Verilog

    Re: HD44780 fpga core Ok, thanx for help. Can u help me to start? I started writing the code. What i got here is this.. Please condsider that i'm a total noob in this so.. :) `timescale 1ns / 1ps module HD44780(RS, RW, E, DB, DB1); //MPU Interface input RS, RW, E; // input [7:0]DB1...
  5. D

    Help me design and program HD44780 in Verilog

    Re: HD44780 fpga core @FvM I asked my professor yesterday, what are we really trying to make. He respond that we are going to TRY to make the HD44780 with everything, cause it's a industry standard and it can't be found in parts, control chip an LCD. It's a challenge he said. Also i asked him...
  6. D

    Help me design and program HD44780 in Verilog

    Re: HD44780 fpga core Tell that to my professor. ;) No purpose. We will probably connect the LCD panel on FPGA to try if it works. So it is not possible?
  7. D

    Help me design and program HD44780 in Verilog

    Re: HD44780 fpga core Right, i wasn't clear enough, my bad. We need to make all of this in Verilog: **broken link removed**
  8. D

    Help me design and program HD44780 in Verilog

    HD44780 fpga core Hi, everyone! I need help and a lot of it. I have a project on my universty, my team needs to program the WHOLE HD44780 LCD controller in Verilog on Xilinx Spartan 3e. We are begginers in FPGA modeling in Verilog, so it's pretty hard for us to even start. Good thing in this...

Part and Inventory Search

Back
Top