URL
https://opencores.org/ocsvn/xge_mac/xge_mac/trunk
Subversion Repositories xge_mac
[/] [xge_mac/] [trunk/] [tbench/] [systemc/] [crc.h] - Rev 30
Go to most recent revision | Compare with Previous | Blame | View Log
/* * efone - Distributed internet phone system. * * (c) 1999,2000 Krzysztof Dabrowski * (c) 1999,2000 ElysiuM deeZine * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * */ /* based on implementation by Finn Yannick Jacobs. */ void chksum_crc32gentab (); u_int32_t chksum_crc32 (sc_uint<8> *block, unsigned int length); //extern u_int32_t crc_tab[256];
Go to most recent revision | Compare with Previous | Blame | View Log