mirror of
https://github.com/openhwgroup/cva5.git
synced 2025-04-20 12:07:53 -04:00
typo
This commit is contained in:
parent
2daba49113
commit
e3ee58c74f
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ module div_unit
|
|||
|
||||
////////////////////////////////////////////////////
|
||||
//Div core
|
||||
div_algorithm #(XLEN) div (.*, .start_algorithm(start_algorithm), .A(complementerA), .B(complementerB), .Q(quotient), .R(remainder), .complete(computation_complete), .ack(computation_complete), .B_is_zero(divisor_zero));
|
||||
div_algorithm #(XLEN) div (.*, .start(start_algorithm), .A(complementerA), .B(complementerB), .Q(quotient), .R(remainder), .complete(computation_complete), .ack(computation_complete), .B_is_zero(divisor_zero));
|
||||
|
||||
////////////////////////////////////////////////////
|
||||
//Output bank
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue