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 alierossi

  1. A

    Help me fix a Verilog code for using switch with a clock

    verilog problem.. can you correct my code... i dont how to use switch with the clock. so that when i on the swicth the clock start j is start counting. plez help me. module counter( output reg [7:0] keluar, input clk, input switch, ); // reg [5:0] result = 6'b000000; reg en = 1'b0; reg [2:0]i...
  2. A

    vhdl code to call data from .txt file

    did you mean i have no other choice. i must insert 1000 value and 1000 address in my code?
  3. A

    vhdl code to call data from .txt file

    anyone know how to call data from .txt using vhdl code? i have develop a rom that store data like below.... library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.STD_LOGIC_ARITH.ALL; use IEEE.STD_LOGIC_signed.ALL; ---- Uncomment the following library declaration if instantiating ---- any Xilinx...
  4. A

    floating point to binary in VHDL

    floating point to binary hi.. how can i convert value 0.3 and -0.3 to binary to store the binary value in my rom? can anyone give an idea. should i do it like this..... i try to convert it to 8 bit. so the last bit is for the sign number. then i get the answer is 00010011 for value 0.3 and...
  5. A

    please help me about look up table

    please help me. any advice?
  6. A

    anyone provide fpga service?

    anyone? plez help...
  7. A

    please help me about look up table

    xilinx tool documentation did not help... can anyone tell me ... please...
  8. A

    please help me about look up table

    any example of the vhdl code for this rom?
  9. A

    anyone provide fpga service?

    anyone can help me to do a simple project about fpga... espcially who live in malaysia... contact me quickly...
  10. A

    please help me about look up table

    can u give me an example... i actually use xilinx spartan 3e... please help me...
  11. A

    please help me about look up table

    yes analog data value... sooryy i dont understand what are u mentioned...can give more explaination and example to me... please help me...
  12. A

    please help me about look up table

    hi... i am doing my project about look up table... i have 4000 data with value like this data no > value 1 > 0.3 2 > 0.4 3 > 0.8 4 > 0.3 5 > 0.5 6 >...
  13. A

    please help me about simple look up table in vhdl

    how can i built a look up table inside fpga based on the data in table below. the table is until data no 4000. please help me. i am new in fpga and vhdl code. thank you.

Part and Inventory Search

Back
Top