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

Subversion Repositories hamming

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 10 to Rev 11
    Reverse comparison

Rev 10 → Rev 11

/trunk/ham_7_4_enc/bench/ham_7_4_enc_wb_tb.v
1,5 → 1,79
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
/trunk/ham_7_4_enc/rtl/verilog/ham_7_4_enc_wb.v
13,8 → 13,8
//// ////
//// Copyright (C) 2004 Soner Yesil & Burak Okcan ////
//// soneryesil@opencores.org ////
//// burakokcan@opencores.org ////
//// ////
//// burakokcan@opencores.org ////
//// ////
//// This source file may be used and distributed without ////
//// restriction provided that this copyright statement is not ////
//// removed from the file and that any derivative work contains ////
76,7 → 76,7
 
STB_I : Active HIGH.
DAT_I[7:0] : Message input, valid when STB_I, CYC_I and WE_I are HIGH. DAT_I[7:4] is ignored.
DAT_O[7:0] : Codeword. Can be monitored by a master module when WE_I is LOW. DAT_O[7] is stuck at 0.
DAT_O[7:0] : Codeword. Can be monitored by a master module when WE_I is LOW. DAT_O[7] is not used.
ADR_I : Not Used
ACK_O : Acknowledge signal: Ready for new data when ACK_O is HIGH.
WE_I : Encoding is performed when WE_I is HIGH.
85,7 → 85,7
NON-WISHBONE SIGNALS
--------------------
 
CODEWORD[7:0] : Codeword. Can be monitored by a master module when WE_I is LOW. DAT_O[7] is stuck at 0.
CODEWORD[7:0] : Codeword. Can be monitored by a master module when WE_I is LOW. CODEWORD[7] is not used.
DV_OUT : Indicates valid codeword when HIGH.
 
*/

powered by: WebSVN 2.1.0

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