mirror of
https://github.com/openhwgroup/cva5.git
synced 2025-04-23 21:47:15 -04:00
updated compile order with missing div algorithms
This commit is contained in:
parent
b3f33f8644
commit
4405f17510
1 changed files with 2 additions and 0 deletions
|
@ -63,12 +63,14 @@
|
|||
../core/div_algorithms/div_radix4.sv
|
||||
../core/div_algorithms/div_radix8.sv
|
||||
../core/div_algorithms/div_radix4_ET.sv
|
||||
../core/div_algorithms/div_radix4_ET_full.sv
|
||||
../core/div_algorithms/div_radix16.sv
|
||||
../core/msb.sv
|
||||
../core/msb_naive.sv
|
||||
../core/clz.sv
|
||||
../core/div_algorithms/div_quick_clz_mk2.sv
|
||||
../core/div_algorithms/div_quick_clz.sv
|
||||
../core/div_algorithms/div_quick_radix4.sv
|
||||
../core/div_algorithms/div_quick_naive.sv
|
||||
../core/div_algorithms/div_algorithm.sv
|
||||
../core/div_unit.sv
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue