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

Subversion Repositories epc_rfid_transponder

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 2 to Rev 3
    Reverse comparison

Rev 2 → Rev 3

/epc_rfid_transponder/trunk/TagCtrl.vhd
8,9 → 8,7
--
-- Description : top level of the tag control - Includes TagFSM.
--
-- Author : Erwing R. Sanchez Sanchez <erwing.sanchezsanchez@polito.it>
--
-- Last change : 11 October 06 - Erwing Sanchez
-- Author : Erwing R. Sanchez Sanchez <erwing.sanchez@polito.it>
--
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
/epc_rfid_transponder/trunk/InvSelFlagsCtrl.vhd
12,9 → 12,7
-- suitable interface with the flag model and deals with
-- refreshing procedures.
--
-- Authors : Erwing R. Sanchez <erwing.sanchezsanchez@polito.it>
--
-- Rev. History : 29 June 06
-- Authors : Erwing R. Sanchez <erwing.sanchez@polito.it>
--
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
/epc_rfid_transponder/trunk/epc_tag.vhd
11,10 → 11,8
--
-- Description : EPC tag package
--
-- Authors : Erwing R. Sanchez <erwing.sanchezsanchez@polito.it>
-- Authors : Erwing R. Sanchez <erwing.sanchez@polito.it>
--
-- Rev. History : 21 july 06 - First Draft
--
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
 
/epc_rfid_transponder/trunk/memctrl.vhd
10,9 → 10,7
--
-- Description : Flash memory controller.
--
-- Authors : Erwing Sanchez <erwing.sanchezsanchez@polito.it>
--
-- Rev. History : Erwing Sanchez -- 17/07/06
-- Authors : Erwing Sanchez <erwing.sanchez@polito.it>
--
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
/epc_rfid_transponder/trunk/receiver.vhd
11,10 → 11,8
-- Description : Tag receiver detects valid frames decoding command
-- preambles and frame-syncs.
--
-- Authors : Erwing R. Sanchez <erwing.sanchezsanchez@polito.it>
--
-- Rev. History : 21 june 06 - First Draft
--
-- Authors : Erwing R. Sanchez <erwing.sanchez@polito.it>
s--
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
 
/epc_rfid_transponder/trunk/pseudoRNG.vhd
13,9 → 13,7
-- Better performance may be reached using a leap-forward
-- LFSR implementation...!!!
--
-- Authors : Erwing R. Sanchez <erwing.sanchezsanchez@polito.it>
--
-- Rev. History : 17 july 06 - First Draft
-- Authors : Erwing R. Sanchez <erwing.sanchez@polito.it>
--
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
/epc_rfid_transponder/trunk/tag.vhd
9,9 → 9,7
--
-- Description : top level of the whole architecture
--
-- Author : Erwing R. Sanchez Sanchez <erwing.sanchezsanchez@polito.it>
--
-- Last change : 20 July 06 - Erwing Sanchez
-- Author : Erwing R. Sanchez Sanchez <erwing.sanchez@polito.it>
--
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
/epc_rfid_transponder/trunk/shiftreg.vhd
10,9 → 10,7
--
-- Description : Simple Shift Register
--
-- Authors : Erwing R. Sanchez <erwing.sanchezsanchez@polito.it>
--
-- Rev. History : 30 June 06
-- Authors : Erwing R. Sanchez <erwing.sanchez@polito.it>
--
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
/epc_rfid_transponder/trunk/transmitter.vhd
11,9 → 11,7
-- Currently is reduced to simple Parallel-Serial
-- converter.
--
-- Author : Erwing R. Sanchez Sanchez <erwing.sanchezsanchez@polito.it>
--
-- Last change : 17 Oct 06 - Erwing Sanchez
-- Author : Erwing R. Sanchez Sanchez <erwing.sanchez@polito.it>
--
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
/epc_rfid_transponder/trunk/InvSelFlags.vhd
12,9 → 12,7
-- includes persistence time as described in the EPC
-- standard v. 1.09.
--
-- Authors : Erwing R. Sanchez <erwing.sanchezsanchez@polito.it>
--
-- Rev. History : 29 June 06
-- Authors : Erwing R. Sanchez <erwing.sanchez@polito.it>
--
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
/epc_rfid_transponder/trunk/tb_InvSelFlag.vhd
11,9 → 11,7
--
-- Description : Inventoried and Selected flag test bench.
--
-- Authors : Erwing R. Sanchez <erwing.sanchezsanchez@polito.it>
--
-- Rev. History : 16 Oct 06
-- Authors : Erwing R. Sanchez <erwing.sanchez@polito.it>
--
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
/epc_rfid_transponder/trunk/crc16encdec.vhd
10,10 → 10,8
--
-- Description : Tag CRC16 encoder/decoder
--
-- Authors : Erwing R. Sanchez <erwing.sanchezsanchez@polito.it>
-- Authors : Erwing R. Sanchez <erwing.sanchez@polito.it>
--
-- Rev. History : 10 July 06
--
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
 
/epc_rfid_transponder/trunk/tagfsm.vhd
10,9 → 10,7
--
-- Description : Tag finite state machine (Mealy).
--
-- Authors : Erwing R. Sanchez <erwing.sanchezsanchez@polito.it>
--
-- Rev. History : 28 June 06 - First Draft
-- Authors : Erwing R. Sanchez <erwing.sanchez@polito.it>
--
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
/epc_rfid_transponder/trunk/flashmemEPC.vhd
11,13 → 11,14
-- Description : Flash memory model.
--
-- Author : Paolo Bernardi <paolo.bernardi@polito.it>
-- Erwing R. Sanchez <erwing.sanchez@polito.it>
--
-- Rev. History : Erwing Sanchez -- 17/07/06
-- Rev. History : E.R. Sanchez
-- - Ready/busy input removed because not used
-- - "Bits" generic removed
-- - RP input removed
-- - Command codes changed to work with Data = 16
-- E.R. Sanchez -- 13/10/06
-- E.R. Sanchez
-- - Include Parameters & Initialization
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
/epc_rfid_transponder/trunk/flashmemUSR.vhd
11,13 → 11,14
-- Description : Flash memory model.
--
-- Author : Paolo Bernardi <paolo.bernardi@polito.it>
-- Erwing R. Sanchez <erwing.sanchez@polito.it>
--
-- Rev. History : Erwing Sanchez -- 17/07/06
-- Rev. History : E.R. Sanchez
-- - Ready/busy input removed because not used
-- - "Bits" generic removed
-- - RP input removed
-- - Command codes changed to work with Data = 16
-- E.R. Sanchez -- 13/10/06
-- E.R. Sanchez
-- - Include Parameters & Initialization
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
/epc_rfid_transponder/trunk/counterclear.vhd
10,10 → 10,7
--
-- Description : Counter with clear.
--
-- Authors : Erwing R. Sanchez <erwing.sanchezsanchez@polito.it>
--
-- Rev. History : 22 july 06
--
-- Authors : Erwing R. Sanchez <erwing.sanchez@polito.it>
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
 
/epc_rfid_transponder/trunk/symbdec.vhd
8,9 → 8,7
-- Description : Tag symbol decoder detects valid frames decoding command
-- preambles and frame-syncs.
--
-- Authors : Erwing R. Sanchez <erwing.sanchezsanchez@polito.it>
--
-- Rev. History : 21 june 06 - First Draft
-- Authors : Erwing R. Sanchez <erwing.sanchezs@polito.it>
--
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
/epc_rfid_transponder/trunk/flashmemRSV.vhd
11,13 → 11,14
-- Description : Flash memory model.
--
-- Author : Paolo Bernardi <paolo.bernardi@polito.it>
-- Erwing R. Sanchez <erwing.sanchez@polito.it>
--
-- Rev. History : Erwing Sanchez -- 17/07/06
-- Rev. History : E.R. Sanchez
-- - Ready/busy input removed because not used
-- - "Bits" generic removed
-- - RP input removed
-- - Command codes changed to work with Data = 16
-- E.R. Sanchez -- 13/10/06
-- E.R. Sanchez
-- - Include Parameters & Initialization
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
/epc_rfid_transponder/trunk/cmmdec.vhd
10,10 → 10,8
--
-- Description : Tag Command decoder
--
-- Authors : Erwing R. Sanchez <erwing.sanchezsanchez@polito.it>
-- Authors : Erwing R. Sanchez <erwing.sanchez@polito.it>
--
-- Rev. History : 26 June 06 - First Draft
--
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
 
/epc_rfid_transponder/trunk/flashmemTID.vhd
11,13 → 11,14
-- Description : Flash memory model.
--
-- Author : Paolo Bernardi <paolo.bernardi@polito.it>
-- Erwing R. Sanchez <erwing.sanchez@polito.it>
--
-- Rev. History : Erwing Sanchez -- 17/07/06
-- Rev. History : E.R. Sanchez
-- - Ready/busy input removed because not used
-- - "Bits" generic removed
-- - RP input removed
-- - Command codes changed to work with Data = 16
-- E.R. Sanchez -- 13/10/06
-- E.R. Sanchez
-- - Include Parameters & Initialization
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
/epc_rfid_transponder/trunk/crc5encdec.vhd
10,10 → 10,8
--
-- Description : Tag CRC5 encoder/decoder
--
-- Authors : Erwing R. Sanchez <erwing.sanchezsanchez@polito.it>
--
-- Rev. History : 10 July 06
--
-- Authors : Erwing R. Sanchez <erwing.sanchez@polito.it>
--
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
 

powered by: WebSVN 2.1.0

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