Giter Site home page Giter Site logo

bch_verilog's People

Contributors

emeb avatar mgjaggers avatar russdill avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

bch_verilog's Issues

can not find corrent files

Hello, thank you for sharing. I'm a graduate student from Wenzhou University. In order to create a project, I encountered some problems when importing the design resources you shared. The problem is as follows: when importing xilinx_ decoder(one file from your shared files), you will be asked to add "u_ pipeline:xil_ defaultlib.pipeline" this file,but I did not find this file in the folder you shared.Besides,when you add the file"bch_syndrome(one file in you BCH files)", you will be asked to add other files that do not exist in your file in the sub file folder. The development platform I use is vivado 2019.3 .
捕获

modelsim simulation compile error

** Error: (vsim-3978) bch_math.v(347): Cannot mix packed and unpacked types in this operation.

Time: 0 ns Iteration: 0 Instance: /tb_sim/u_sim/TMEC/u_error_one/u_chien_reg/genblk2/u_mult File: bch_math.v

BCH Encoder Different result from MATLAB

Hi,
First of all thank you for making this great project.

One thing that I have problem with is the difference between the output of bch encoder for BCH(127,71) from MATLAB comm.BCHEncoder even if generator polynomials are the same.
I checked the ENC parameter and it's the same as "genpoly(127,71)" function from MATLAB.

But when I input the same data to both "bch_encode" and MATLAB function i get different encoded data. Actually the difference is only in the second part of data not the original part of data.

Can you please tell me why ?
Thanks

key_ready used before declared.

I ran into this issue when running VCS on the bch_decoder.v. The code uses wire "key_ready" on line 111 but it is declared below that point. Because of that, VCS spits out this error:

Error-[IND] Identifier not declared
bch_decoder.v, 111
  Identifier 'key_ready' has not been declared yet. If this error is not 
  expected, please check if you have set `default_nettype to none.

I've moved the key_ready wire declaration to another spot above line 111 and that solves the issue.

Makefile.xilinx - nothing to be done for 'all'

What is the correct procedure to run Makefile.xilinx?
Whenever I try to run:
make -f Makefile.xilinx
I obtain
make: Nothing to be done for 'all'

Note
Successfully compiled Icarus Makefile and ran and visualised the simulation data.

Details
Xilinx ISE 14.7 installed and path environment setup correctly.
OS: Redhat 6.10

Literature about the bch

Hello, thank you very much for your generous sharing. I would like to know more information about bch. Have you published any literature ? If yes, could you tell me the name of the document?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.