URL
https://opencores.org/ocsvn/cryptosorter/cryptosorter/trunk
Subversion Repositories cryptosorter
[/] [cryptosorter/] [trunk/] [readme.txt] - Rev 6
Compare with Previous | Blame | View Log
There are many files included in this distribution. However, the followingfiles implement the core functionality of the design and should be examinedto get a flavor of the design operation. All path names are given relativeto the base directory.memocodeDesignContest07/hardware/Feeder/BRAMFeeder.bsvmemocodeDesignContest2008/aesCores/bsv/aesCipherTop.bsv - controller for aesCoresmemocodeDesignContest2008/sort/Sort.bsv - Builds a full sort treee from VLevel FIFOsmemocodeDesignContest2008/sort/BRAMLevelFIFOAdders/BRAMVLevelFIFO.bsv - time multiplexes a BRAM between multiplelogical fifos. This is the key module in the sort tree.memocodeDesignContest2008/ctrl/mkCtrl.bsv - control module orchestrating memory, the sorter, and the aes.memocodeDesignContest2008/xup/PLBMaster/PLBMaster.bsv - Parametric PLB bus mastermemocodeDesignContest2008/xup/Top/Sorter.bsv - top level moduleIf you would like to build the code, there are a few useful targets toconsider. The xup directory contains several fpga implementations.These were built using Xilinx EDK 9.2. The precise build recipe is below:cd memocodeDesignContest2008/xup/build/make top_verilogOf course, this merely builds the hardware. Some effort is required toplace a working copy on the fpga. Please email the project owners fordetails on how to do this.
