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 Rorsh14

  1. R

    VHDL: how to avoid latches

    Hi, and thank you for your quick reply! When I insert Clock into sensitivity list, and create "clocked process" with if(CLK'event and CLK = '1') then ... Then those latches go away, but I would prefer not to have this. I plan to connect those two input signals to mechanical buttons on my...
  2. R

    VHDL: how to avoid latches

    Hi, I'm trying to build an PWM generator, and I plan to have 2 input signals (1 bit each), where one would increment duty factor, and another one would decrement it. So, I have two signals, pulse length and pause length, and their sum will always be 100. Signal definitions: signal...
  3. R

    Multiplying signed fixed point vectors (two-complement representation)

    Hello, I'm trying to create a multiplier for real numbers (with fixed decimal point). So, let's assume I have two vectors, both 10 bits long. Form is like this> 1.3.6 (1 sign bit+3 integer value bits + 6 bits of behind decimal value). Now, I expect output to be 20 bits long, of course. However...
  4. R

    Full adder with 3 input signals (vectors)

    Don't know really, I just thought maybe I would need it for something else, and I'm still learning, so I considered this project as an exercise. To be honest, I would never think of what you did here... Thanks a lot for your comment, really helpful!
  5. R

    Full adder with 3 input signals (vectors)

    Hello and thank you for your fast reply. However, this doesn't solve my problem. You still have only one carry bit available, which is not enough. Not to mention you never use "c" vector. EDIT: I believe I have found a solution.. Can anyone experienced and well versed please review and tell me...
  6. R

    Full adder with 3 input signals (vectors)

    I'm sorry but I don't see an option of edition first post, so I had to do a double post. I have a new idea, can you please tell me if this makes sense and would it work? So, there are 12 bit vectors, to classic addition (like presented above on first 11 bits (10 downto 0)), and then, we have 4...
  7. R

    Full adder with 3 input signals (vectors)

    Hello, I'm learning VHDL and currently trying to implement full adder that has three inputs (a, b, c), and carry_in as is required for this type of adder. My idea was to implement regular full adder> entity full_adder is Port ( a : in STD_LOGIC; b : in STD_LOGIC...

Part and Inventory Search

Back
Top