Skip to content

Adding support for Scalar Crypto Extension (Bitmanip instructions for Cryptography, Zbkb) #1754

Adding support for Scalar Crypto Extension (Bitmanip instructions for Cryptography, Zbkb)

Adding support for Scalar Crypto Extension (Bitmanip instructions for Cryptography, Zbkb) #1754

Triggered via pull request December 9, 2024 06:54
@munailwaqarmunailwaqar
synchronize #2653
Status Success
Total duration 1m 2s
Artifacts

verible.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

Annotations

1 warning
format: core/decoder.sv#L872
[verible-verilog-format] reported by reviewdog 🐶 Raw Output: core/decoder.sv:872:- {7'b000_0100, 3'b100}: core/decoder.sv:873:- begin core/decoder.sv:874:- if (instr.instr[24:20] == 5'b00000) core/decoder.sv:875:- instruction_o.op = ariane_pkg::ZEXTH; core/decoder.sv:876:- else core/decoder.sv:877:- illegal_instr_bm = 1'b1; core/decoder.sv:872:+ { core/decoder.sv:873:+ 7'b000_0100, 3'b100 core/decoder.sv:874:+ } : begin core/decoder.sv:875:+ if (instr.instr[24:20] == 5'b00000) instruction_o.op = ariane_pkg::ZEXTH; core/decoder.sv:876:+ else illegal_instr_bm = 1'b1;