This repository has been archived by the owner on Apr 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
masking-ise: Work on finite field instructions.
- See #33 - Integrate instructions into decoder and operand selection. - Operations are routed to the masking ALU correctly. - Currently the masking ALU just executes the instructions as a nop. - Unit tests written, but expected result needs calculating. Still to do: - Formal checker. - Expected result for the unit test. - Masking ALU instruction implementation. On branch scarv/xcrypto/masking-ise Your branch is up-to-date with 'origin/scarv/xcrypto/masking-ise'. Changes to be committed: modified: docs/masking-ise.md modified: flow/gtkwave/verilator.gtkw modified: rtl/core/frv_common.vh modified: rtl/core/frv_masked_alu.v modified: rtl/core/frv_pipeline_decode.v modified: rtl/core/frv_pipeline_decode.vh modified: rtl/core/frv_pipeline_execute.v modified: verif/unit/masking-ise/masked-instrs.S modified: verif/unit/masking-ise/masking-ise.c
- Loading branch information
1 parent
683bded
commit 942abdb
Showing
9 changed files
with
101 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters