-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule prince-vhdl
updated
11 files
+95 −0 | sim/prince_axis_tb.v | |
+71 −0 | sim/prince_tb.v | |
+2 −0 | sim/prince_tb_features.v | |
+111 −0 | verilog/axi_stream_wrapper.v | |
+34 −0 | verilog/linear_m.v | |
+30 −0 | verilog/linear_m_inv.v | |
+76 −0 | verilog/linear_mprime.v | |
+190 −0 | verilog/prince_core.v | |
+61 −0 | verilog/prince_top.v | |
+64 −0 | verilog/sbox.v | |
+64 −0 | verilog/sbox_inv.v |