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 pgadde1

  1. P

    How does inout pin declaration in VHDL work?

    I wonder why everybody left vhdl!! Thankyou so much for your time. QUOTE=mrflibble;1119901]I doubt the inout is going to work that way... My vhdl skill is virtually non-existent so I´d better give you a random link: http://www.altera.com/support/examples/vhdl/v_bidir.html And then in your...
  2. P

    How does inout pin declaration in VHDL work?

    Yeah u are right am trying to intialize inout pins the same way as in pins in both .vhdl and test bench but its showing UUUU. Syntax am using Sel inout std_logic_vectors := "00"
  3. P

    How does inout pin declaration in VHDL work?

    Re: vhdl inout pins Hi am trying to do something similar here in vhdl I am taking a output from a component and its giving me the correct output But when I try to feedback it it back to the input its not working. EX: input in std_logic_vector = "1110" ---some constnt value sel : inout...
  4. P

    Help on VHDL design of counter using LUT of FPGA

    I am not aware of this concept of using carry chains in a CLB and programming in vhdl. I 'll start looking in that direction. Thanks - - - Updated - - - Yeah I was given a project, asked me to develop a Test pattern gernerator(up down binarycounter ) which uses a CLB in FPGA in VHDL . So I...
  5. P

    Help on VHDL design of counter using LUT of FPGA

    I need to build a updown counter using a CLB in virtex -4 FPGA. I can only use components inside it i.e. LUT. So I need to bulid a 4bit binary up down counter using LUTs
  6. P

    Help on VHDL design of counter using LUT of FPGA

    Thanks for the replies. I had to build a pattern generator/updown counter using LUTs. I dont know how to do this because it has 4 inputs and one output and I need a 4 bit up down binary counter .so thats why am using LUT's 16:1 mux . Could you please let me know how to achieve it using...
  7. P

    Help on VHDL design of counter using LUT of FPGA

    Thanks for the reply vipin. But I need to use components in virtex4 fpga and build a up down counter. so I need to use a 16:1 mux and a D FF (D FF if needed). But in the link there are gates I need it with a 16:1 mux. So any help in this direction is really helpful.
  8. P

    Help on VHDL design of counter using LUT of FPGA

    hi, I am facing the similar problem. Please let me know if u find a solution for it

Part and Inventory Search

Back
Top