mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-23 13:27:16 -04:00
remove outdated
This commit is contained in:
parent
b3fbdba7f3
commit
cd50018087
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ module zbb #(parameter WIDTH=32) (
|
|||
output logic [WIDTH-1:0] ZBBResult); // ZBB result
|
||||
|
||||
logic [WIDTH-1:0] CntResult; // count result
|
||||
logic [WIDTH-1:0] MinResult,MaxResult, MinMaxResult; // min,max result
|
||||
logic [WIDTH-1:0] MinMaxResult; // min,max result
|
||||
logic [WIDTH-1:0] ByteResult; // byte results
|
||||
logic [WIDTH-1:0] ExtResult; // sign/zero extend results
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue