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 Ye2x

  1. Y

    optimizing lookup table?

    i see, so we can combine till the last bit that will be same? for example, B <= "00000000" when a = 1 until 18 B <= "00000000" when b = 19 until 24 can we do the same like before?
  2. Y

    optimizing lookup table?

    hi, i got a problem can we group similar entry that give the same output in look up table for example, B <= "0000" when a = "0000" else "0000" when a = "0001" else "0000" when a = "0010" else "0000" when a = "0011" else "0001" when a = "0100" else "0001" when a = "0101" else "1111" can we...
  3. Y

    a problem about a^2 in VHDL

    ok. Thank you guys. will the you again if i got the solution.
  4. Y

    a problem about a^2 in VHDL

    i see, so it also can be translated that way thanks Manoj but if i implement it into a program and try to manifest the hardware, will it make delay bigger when the value is getting bigger?
  5. Y

    a problem about a^2 in VHDL

    so a**2 = a*a? i see, sorry, i'm still newbie on VHDL, so i'm still learning so basically to get a^2 i 'must' use a multiplier and there no other way to do it right? to get the result, i've tried to use the wallace method from my senior, the result is ok, but need to improve the delay...
  6. Y

    a problem about a^2 in VHDL

    i'm looking for a tricky way to solve that it's like when you need to multiply by two, such as 3*2, you can use a shift register to make it is there a tricky way like that to do the a^2? ---------- Post added at 14:48 ---------- Previous post was at 14:46 ---------- @verylsi if i want to do...
  7. Y

    a problem about a^2 in VHDL

    Hi, i got a problem can we do a^2 without doing a*a or a+a+a+...+a? if we can, how about the coding? thanks

Part and Inventory Search

Back
Top