Skip to content

therbom/prince

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

prince

The Prince lightweight block cipher in Verilog.

Status

Core is functionally completed. Both core and top level provides correct results for all test vectors. The core is lint clean. The core has been implemented in hardware.

Introduction

Prince is a lightweight, low latency block cipher suitable for Iot and embedded systems. The key is 128 bits and the block size is 64 bits.

Implementation

The implementation is currently a pipelined designs with three pipeline stages. With a cycle to initalize the state and a cycle for latching the result the latency is five cycles. The design does not use any RAM blocks nor DSPs.

Implementation results

Altera Cyclone V

  • Device: 5CGXFC7C7F23C8
  • Tool version: Intel Quartus Prime 19.1
  • ALMs: 993
  • Regs: 716
  • Fmax: 102 MHz

Xilinx Artix-7

  • Device: xc7a200tsbv484-2
  • Tool version: Vivado 2019.2
  • LUTs: 1587
  • FFs: 646
  • Fmax: 150 MHz

About

The Prince lightweight block cipher in Verilog.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Verilog 94.2%
  • Makefile 5.8%