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 sagar_saga01

  1. S

    Parellel ro serial converter

    I have a typical problem for which i am not getting the idea. I have written a code for adaptive huffman in verilog for data compression.I am converting the fixed size data 8 bit to variable one by assigning the code.Every thing works fine like reading the data from file, assigning code, but...
  2. S

    Regarding working on byte in VHDL

    Hello i am working on compression & decompression algorithm. I have to work on 8 bits. I am confused how to use textio by which i can read a complete text file with it. if u have a example code please post me. Can anybody suggest me. I also tried with verilog but $fgetc operand is not supported...
  3. S

    reading a file in verilog using $fgetc

    verilog fgets Hello, I am writing code for text compression in verilog. I am struck at initial phase. How can i read a long text file in verilog , other than using the {readmemh} statement. because it has the limitation of perticular memory size.but I want to read a text file of 156kB. I used...
  4. S

    about $fopen,$fgetc,$fputc

    verilog fputc I am using xilinx ISE 9.1 , but it is not suporting some of the commands used for file operation.how i can make use of it.. do i have to include some library
  5. S

    How to measure throughput of a circuit?

    Hello i have designed a Losslessdata compressor working onthe basis of Parelle Dictonary LZW algorithm. When i give the input string its give the output string which is less no of bytes compared to input. Now i want to measue the throughput of the circuit.I am using clock of time period 1nsec...
  6. S

    How to measure throuput of a ckt

    I have designed a compressor with clock input,if i want to measue the throuput that how many bytes are comeing per sec , how it can me measured . Please reply thanks Sagar
  7. S

    How can i read a text file inut in verilog

    where can i see the commands or sytax which r usefull to read the text data in the verilog code. I am working on a datacompression architecture in which i have to give input as a text file. How i can read it Please reply Thanks Sagar
  8. S

    Reading .exe file in testbench

    Hello, i am working on lossless data compression architecture using vhdl/verilog. I want to read some standard .txt and .exe files . can some one tell me where i can find related material for it. Thanks veeru

Part and Inventory Search

Back
Top