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 arfaengg

  1. A

    Clustering by Matlab function

    Can anyone explain me in detail how 'bwconncomp' function in MATLAB make clusters for 1 Dimentional data and 2 dimentional data ? Regards
  2. A

    Template class in System C

    // My systemC using template class code is below. When I do C-synthesis on vivado, I get the Error Please anyone help sooner where the problem resides. #include "systemc.h" template <class T> SC_MODULE(DF_ADDER) { sc_fifo_in<T> input1; sc_fifo_in<T> input2; sc_fifo_out<T> output; void...
  3. A

    [moved] Convert Verilog code to systemC

    Can I convert verilog code to systemC using vivado? I know vivado converts the systemC code to verilog. But I have verilog code that i want to translate into verilog. What should I do? If vivado cannot do this, which tool should I use?
  4. A

    BitTorrent code in Cplus plus for beginners

    I like to create Bittorent using a library. I like a very basic code just like "Hello World" for beginners. I just want to know how it works. Can any one tell me that?
  5. A

    Pattern Matching Counter in Verilog

    Plz tell how to do parts a, b, c. Design algorithmic state machine comprising of controller and data path implemented in RTL based model, which can find how many times a 4-bit feedable virus pattern occurs in a data file (data file is attached). a) Draw structural block diagram of controller...
  6. A

    Calculate Weighted Mean

    Following number of transactions were observed in each hour of a day 9, 15, 11, 12, 3, 5, 10, 20, 14, 6, 8, 8, 12, 12, 18, 15, 6, 9, 18, 11, 12, 10, 6, 8 Calculate the true (simple) and weighted mean of the above sample values. Also measure the range and variation in number of transactions...

Part and Inventory Search

Back
Top