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 max420

  1. M

    data rate of a design in fpga implementation

    hi i find it on a project report "spartan 2e 1339 LUTs (87%),88MHz" how to find the data rate of a design with xilinx/altera software?please help.thanks in advance
  2. M

    Cyclone II or spartan 2

    Hello all.i have two fpga boards with me Altera DE1 and Digilent Pegasus Board,which have Cyclone II and spartan 2 FPGA respectively.I synthesize my design both on Quartus and Xilinx and got the synthesis report and device utilization summary for both of them respectfully.Now with the help of...
  3. M

    how to get synthesis report in quartus software

    hi i am a new user of quartus.i want to view the synthesis report of my project.i get a very long report in xilinx, but i do not know how to get the report in quartus.i need the report in quartus as i use Altera DE1 board.please help me.thank you.
  4. M

    please help

    i m doing reed solomon encoder and decoder implementation in fpga using verilog.what is the test plan/test environment for this project?my professor ask me to submit the test environment.but i have no idea about the test environment.what should i give in this particular section of my project...
  5. M

    reed solomon encoder decoder implementation in fpga

    hi i am doing a project named implentation of reed solomon encoder and decoder in fpga using verilog.what is the software i should use for synthesis?Quartus or Xilinx?my professor has Altera DE1 board and spartan2.What is better for me?any advice.thanks a lot.
  6. M

    Galois Field multiplier

    Is it possible to implement a 5 bit Galois Field multiplier?I found the equations for 8bit in the net which is given below: module gf256mult(a, b, z); input [7:0] a; input [7:0] b; output [7:0] z; assign z[0] =...
  7. M

    reed solomon decoder verilog code

    ya i saw those they are matlab and vhdl code.i want verilog code.please help.thanks>>>>>
  8. M

    reed solomon decoder verilog code

    hi anybody help me for reed solomon encoder and decoder verilog code.thank you all.

Part and Inventory Search

Back
Top