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 Mr.LB

  1. M

    from verilog to vhdl code

    good man,... i think you can not do all for him.
  2. M

    from verilog to vhdl code

    sorry ,FPGA does not support floating operation. in FPGA world ,you can just do all your work with '1' or '0'. in fact you caculate floating numbers in dsp or mcu ,because in the dsp or mcu ,we use some Algorithm instead of direct floating operation,with make you act as operating floating...
  3. M

    from verilog to vhdl code

    assign sum5=D2 + {D2[23],D2[23:1]}; //mean :i think you don't understand the connection symbol{ }. because the verilog support bit operation,so{D2[23],D2[23:1]}; means a new data contruct by D2[23],D2[23:1].the new data's highest bit is D2[23],and the rest is D2[23:1]. an easy example...
  4. M

    from verilog to vhdl code

    i think you can easily have a quick learn to verilog.it not much different . i learned vhdl first ,but now i use verilog more . they are very similar .
  5. M

    How to communicate FPGA board with PC via USB?

    hei ,bigdoggure,Thanks very much .I know what am I going to do .
  6. M

    How to communicate FPGA board with PC via USB?

    Re: HELP WITH USB?? THX,In fact ,I am trying to use usb2.0 to connect to pc.I have used the use-rs232 already to send datas.
  7. M

    ModelSIM error "Failed to find 'glbl' in hierarchical n

    Failed to find 'glbl' in hierarchical name. - Xilinx User Community Forums I meet the same problem ,I check the xilinx ,then the above can solve it. notice this vsim work.my_design work.glbl be care the work.glbl
  8. M

    VHDL codes for the phase accumulator and the LUT required in NCO

    Re: nco code haha,I can see my figure,because there is one time ,i did so. you can use the rom in the fpga then,read them out, it is quite easy.
  9. M

    How to communicate FPGA board with PC via USB?

    HELLO,PLEASE GIVE SOME ADVISE, I AM DESIGNING MY FPGA BORAD ,AND I WANT TO MAKE COMMUNICATION WITH PC THROUGH USB.I WANT TO KNOW HOW I CAN DO THAT,INCLUDING HARDWARE AND SOFTWARE,OR INTREDUCE ANY BOOKS FOR ME . THANKS A LOT. NICE DAY.
  10. M

    How to generate the 30s delay, traffic light, vhdl code

    How to generate delay? DESIGN A COUNTER AND BE CAREFUL WITH YOU SYSTEM CLOCK FOR EXAMPLE YOU HAVE A CLOCK FO 40M ,25ns FOR ONE CYCLE.YOU WILL DESIGN A COUNTER OF (30S+2S)/25NS IT ISN'T VERY DIFFICULT,IS IT?
  11. M

    How can i get power report - FPGA Development?

    Re: power IF IN QUARTUSII I CAN GET MY POWER REPORT BY SELECT PROCESSING POWER ANALYZER TOOL MAYBE YOU CAN FIND IT IN SOME PLACE ON THE SOFTWARE

Part and Inventory Search

Back
Top