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 shreeharshakg

  1. S

    real to floating point conversion in vhdl

    hi sir, i have tried that... i am using xilinx 9.2i ise , it did not support . i want to convert a real number say 2.035 or -1.67 to single precision floating point . can u please help me.... thank you.....
  2. S

    real to floating point conversion in vhdl

    hi sir, how can i convert a real number into floating point (single precision) in vhdl.... can you please help me.... thank you...... - shree
  3. S

    real to floating point conversion

    hi sir, in vhdl how can we convert a real number to single precision floating point format... can u please help me.... thank you.... - shree
  4. S

    decimal to floating point conversion

    Hi, sir, i want to convert a decimal number , say -2.673, 0.985, ... to 8 bit floating point. with the first bit as MSB to denote the sign of the number , then next 3 bits for the exponent and the last 4 bits for mantissa. eg : 2.625 2 = 10 in binary 0.625 × 2 = 1.25 0.25 × 2 =...
  5. S

    decimal to floating point conversion

    Hi, sir, i want to convert a decimal number ( eg : 0.256, -0.984, -1.25,..) to binary. can anybody please help me, how could this be done in VHDL. thanking you, sincerely, shree
  6. S

    designing LUT using VHDL - please help

    designing LUT using VHDL Hi, Sir, i am designing DA-FIR filter using sysgen. now i have designed FIR filter and i am getting the coefficient values. they are real numbers, eg: 0.27655, -0.0976,...... now i want to design an LUT which should do the following : * address is 0 to 15...
  7. S

    decimal to 8-bit binary conversion

    hi, sir, i'm working on DA-FIR filter generation using sysgen. i want to design a LUT for the same . so i am using vhdl code to design the LUT. i have designed the FIR filter. so i'm getting the coefficients form it . there are real numbers.. eg: 0.27656, -0.0984,... so initially i have to...

Part and Inventory Search

Back
Top