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 nansity

  1. N

    Anyone Can help me translate this code to VHDL?

    void solve(void){ int temp,temp1,velo; { velo=temp*36; DISBUF[2]=(velo/1000); temp1 =(velo%1000); DISBUF[1]=(temp1/100); } } This is a some of C code for separate the number and sent it to 7-segment...
  2. N

    how to fix this ERROR?: ERROR:ProjectMgmt - TOE: ITclInterp:

    dpm_ngdbuildrun thanks you so much,echo47 i'll try.
  3. N

    how to fix this ERROR?: ERROR:ProjectMgmt - TOE: ITclInterp:

    xilinx invalid command name 0 Anyone khnow How to fix this ERROR.It can't implement and got me this message ERROR:ProjectMgmt - TOE: ITclInterp::ExecuteCmd gave Tcl result 'invalid command name "0"'. Tcl_ErrnoId: unknown error Tcl_ErrnoMsg: No error _cmd: ::xilinx::Dpm::dpm_chTransformExecute...
  4. N

    what do you think about DFA and MatlabR14 ?

    What about using Digital Filter Analyzer (DFA) from digitalfilter.com? It can generate VHDL for simulated filter design. Coefficients are stored in a ROM table and intermediate multiplication results are stored in RAM block.. then summed. I had a question for anyone who had used it before. How...
  5. N

    How to interfacing ADC Tc7109CPL with FGA?

    Hi,Can you help me for something? I want to use the fpga interface for the dual-slope A/D converter using TC7109CPL my analog input is Sine Wave signal so... How is design vhdl code to read the amplitute of sine signal? can you suggest me? thank you a lot!!

Part and Inventory Search

Back
Top