prince

The Prince lightweight block cipher in Verilog. (by secworks)

Prince Alternatives

Similar projects and alternatives to prince

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better prince alternative or higher similarity.

prince reviews and mentions

Posts with mentions or reviews of prince. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-10.
  • Learning Verilog and FPGA
    8 projects | news.ycombinator.com | 10 Jan 2023
    I would also recommend to use non-blocking assignments only for register updates, not in any description of combinational logic. It is (IMHO) much easier to read Verilog code with blocking assignments for logic since you basically can read the statements one after the other and mentally think that the RHS on a statement has been updated.

    IF I may point to my own code, the prince cipher core shows how I use non-blocking assignments in a very simple reg update process. The datapath is in a separate, pure combinational process. And the control path is handled by the finite state machine update logic process at the end.

    https://github.com/secworks/prince/blob/master/src/rtl/princ...

    The SystemVerilog always_comb and always_ff type of processes makes the distincion much clearer. But the same strategy holds for Verilog, and IMHO helps out understand the code. And often makes it less complex.

Stats

Basic prince repo stats
1
7
3.5
4 months ago

secworks/prince is an open source project licensed under BSD 2-clause "Simplified" License which is an OSI approved license.

The primary programming language of prince is Verilog.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com