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 teteu86

  1. T

    Verifying bit_vector help needed

    Re: Verifying bit_vector Thanks FvM. I'm trying to write a code for a controller of elevator. Until tonight, I'll post the results here.
  2. T

    Verifying bit_vector help needed

    Verifying bit_vector Hi. I have these ports: up: buffer bit_vector(1 to 11); floor: buffer integer range 1 to 11; How can I verify if there is as least one element after up(floor) that is 1? For example: up<="00100000001" If floor is 2, up(floor) = 0. If floor is 3, up(floor) = 1. If I'm...
  3. T

    Project of an elevator controller - code in VHDL

    I'm have a lot of warnings like these: Warning: Found clock high time violation at 510.0 ns on register "|Vhdl1|andar[3]~reg0" Info: Detected more than 1000 clock time violations -- stopped clock time violation reporting What it should be?
  4. T

    Project of an elevator controller - code in VHDL

    Hi. I still can't do it! Someone please help? I'm trying to start with the code, but I'm not getting it done.
  5. T

    Project of an elevator controller - code in VHDL

    Elevator code in VHDL. I am starting in programming with VHDL, and I already got a project of a controller of an elevator. From where should I get start? I'm familiarized with programming but VHDL is pretty different from basic form of programming that I know a bit. If there are some done...

Part and Inventory Search

Back
Top