mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-03 02:05:21 +00:00
Optimized Zbkx
This commit is contained in:
parent
9f53c54f57
commit
c110d0bb03
@ -31,8 +31,6 @@ module zbkx #(parameter WIDTH=32)
|
|||||||
output logic [WIDTH-1:0] ZBKXResult);
|
output logic [WIDTH-1:0] ZBKXResult);
|
||||||
|
|
||||||
logic [WIDTH-1:0] xperm_lookup;
|
logic [WIDTH-1:0] xperm_lookup;
|
||||||
logic [WIDTH-1:0] XPERM8_Result;
|
|
||||||
logic [WIDTH-1:0] XPERM4_Result;
|
|
||||||
integer i;
|
integer i;
|
||||||
|
|
||||||
always_comb begin
|
always_comb begin
|
||||||
|
Loading…
Reference in New Issue
Block a user