OpenCores
URL https://opencores.org/ocsvn/configurable_crc_core/configurable_crc_core/trunk

Subversion Repositories configurable_crc_core

[/] [configurable_crc_core/] [trunk/] [tb/] [crc_7.v] - Diff between revs 2 and 4

Show entire file | Details | Blame | View Log

Rev 2 Rev 4
Line 1... Line 1...
 
//this code is generate automatically by https://www.ghsi.de/CRC/index.php?
 
//for compare.
module crc_7(
module crc_7(
    input    clk, rst,
    input    clk, rst,
    input    crc_en,
    input    crc_en,
    input    sda_i,
    input    sda_i,
    output   reg [ 6: 0] crc_o
    output   reg [ 6: 0] crc_o

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.