mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-20 04:07:36 -04:00
Makefile: Fix compile order of packages (#396)
(cherry picked from commit 71627a3729abda6ed04038dfd387dba6357ff9d9) Co-authored-by: pawelku <pawelku@aldec.com.pl>
This commit is contained in:
parent
b70eadd3b6
commit
9cebe8a238
1 changed files with 3 additions and 3 deletions
|
@ -17,6 +17,9 @@
|
|||
// Description: File list for OpenPiton flow
|
||||
+incdir+src/common_cells/include/
|
||||
+incdir+src/util/
|
||||
include/riscv_pkg.sv
|
||||
src/riscv-dbg/src/dm_pkg.sv
|
||||
include/ariane_pkg.sv
|
||||
src/common_cells/src/deprecated/rrarbiter.sv
|
||||
src/common_cells/src/deprecated/fifo_v1.sv
|
||||
src/common_cells/src/deprecated/fifo_v2.sv
|
||||
|
@ -54,9 +57,6 @@ src/fpu/src/fpnew_opgroup_multifmt_slice.sv
|
|||
src/fpu/src/fpnew_rounding.sv
|
||||
src/fpu/src/fpnew_top.sv
|
||||
src/axi/src/axi_pkg.sv
|
||||
src/riscv-dbg/src/dm_pkg.sv
|
||||
include/riscv_pkg.sv
|
||||
include/ariane_pkg.sv
|
||||
tb/ariane_soc_pkg.sv
|
||||
include/ariane_axi_pkg.sv
|
||||
include/wt_cache_pkg.sv
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue