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 Oscar99haha

  1. O

    Altera DE2 115 GPIO pin

    Hi I was trying to connect my altera de2-115 board to external 5V relay. The output gpio 11 is depends on my switch 17. When switch 17 is turn up, gpio 11 will output to 5V relay. i tried it on my own but why does the GPIO not giving any output? And also my pin planner had set it to 3.3V...
  2. O

    FPGA DE2-115 + LCD

    module testingLCD(SW,LEDR,LCD_DATA, LCD_EN, LCD_RW, LCD_ON, LCD_BLON); input [17:0] SW; inout [7:0] LCD_DATA; output [17:0] LEDR; output LCD_EN; output LCD_ON; output LCD_BLON; output LCD_RW; reg[7:0] data; reg rw; reg en; assign LCD_ON= 1'b1; assign LCD_BLON = 1'b1; assign LEDR = SW...
  3. O

    FPGA DE2-115 + LCD

    Hi everyone, im so new to this Verilog FPGA DE2-115 Altera. Could anyone shows me the way in displaying the LCD with simple "Hello World" using verilog? i've been trying for myself for the past 2 weeks and is really struggling me. Thank you so much

Part and Inventory Search

Back
Top