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 viveks2585

  1. V

    Perl scripting help required

    Hi Jason, Thank you for the post. It was helpfull Thanks, VivekS
  2. V

    Availability of cheap Spartan3 board in India.

    Hi, You can try to buy spartan 3e boards. Digilent are the seller who can give you the board. Cost will be around 4.5k and more depending on the models. "Basys 2 Spartan-3E FPGA Board" would be ideal board for your requirement. You will find boards which are lesser cost but the supporting...
  3. V

    Perl scripting help required

    Hi, xls file is the spreadsheet file format from microsoft office. *.xls file it is. I have tried to read from excel file and it works. but i am not able to pick from required column and row and put in on a txt file. Please help me... Thanks,
  4. V

    Perl scripting help required

    Hi, Please help me. I need a perl script which extracts the particular row, coloum from an excel sheet and puts it on a text file (*.txt). Can any one help me out how it can be done. I have been trying out with parseexcel, but not able to find the right way of doing it. Thanks, Vivek.S
  5. V

    RTL Always block for FSM

    Re: RTL Always block styles Hi, Before we start coding any design, we need to know what is combinational and sequential logic. By using blocking and non-blocking we can create different logic. Once the concept of BA and NBA is understood, i think you can clear your doubts yourself. Please...
  6. V

    Multiplier and Accumulator in Verilog

    Hi, You cannot call a file inside always block. Please understand what does always block does. If you want the same functionality then instantiate it assign the output of booth_mul signal to ber used in the always block. By this means you can manipulate Thanks, Vivek.S
  7. V

    UVM pack

    Hi, Please use uvm_pack and uvm_unpack for this. It will solve your issue. Thanks, Vivek.S
  8. V

    ideas/topics for research work in VLSI digital design

    Hi, Take memory interface protocols for research work as there is lots of area of development. Concentrate on one area and start research. For interface protocols like emmc,sd, onfi etc, please google and see and you will find plenty. Thanks, Vivek.S
  9. V

    How does these display work making the log report coloured for required word

    Hi, Thank you for the post. It was helpfull for understand the requirement, Thanks, Vivek.S
  10. V

    different ways to implement mux

    Hi, Using conditional operator, there will be an issue with select lines if they are x or z. But when you use if else for implementing the mux, then x in select line then it will execute else condition. For beter understanding, just implement the design and run the simulation once. Always a...
  11. V

    How does these display work making the log report coloured for required word

    Hi, This is a UVM code which shows some display statements. if ( fatal_count > 0 || error_count > 0 ) $display( "*** %s SIMULATION FAILED %s ***", white_chars_on_red, reset_color ); else if ( warning_count > 0 ) $display( "*** %s SIMULATION PASSED (warnings=%0d) %s ***"...
  12. V

    Most Efficient means of converting wind energy to electrical energy(230v AC)

    Hi, If the power generation is just for small requirement and not commercial purpose then VAWT gives a good power out with less wind. Check this site:- https://en.wikipedia.org/wiki/Vertical_axis_wind_turbine. In this site General aerodynamics, explains the physics of generating the power.
  13. V

    how to increase the ethernet cable length beyond 100mts?

    Hi, From the market, you can purchase the ethernet extender by which you can extend the cable length without any degradation of signal. Circuits are available by google search but it is not possible to build one due to its complexity. But you can design one and check its functionality by...
  14. V

    Most Efficient means of converting wind energy to electrical energy(230v AC)

    If the wind is not heavy then you can go for vertical axis wind turbines. They do not require as much wind to generate power, thus allowing them to be closer to the ground. So you can experiment with this VAWT which will be suitable for the condition. It will not be efficient to convert to small...
  15. V

    Is it possible to convert *.do file to *.svcf

    Is it possible to convert *.do (waveformat of modelsim) to *.scvf (waveformat of simvision). Can i import *.do file to open waveform in simvision ?

Part and Inventory Search

Back
Top