mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-22 05:07:21 -04:00
Rename ariane_pkg to standalone compilations unit
This commit is contained in:
parent
ed894993ba
commit
98700454be
3 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -9,7 +9,7 @@ top_level = core_tb
|
|||
test_top_level = core_tb
|
||||
|
||||
# Ariane PKG
|
||||
ariane_pkg = include/ariane_pkg.svh
|
||||
ariane_pkg = include/ariane_pkg.sv
|
||||
# utility modules
|
||||
util = $(wildcard src/util/*.sv*)
|
||||
# test targets
|
||||
|
|
|
@ -3,7 +3,7 @@ ariane:
|
|||
include,
|
||||
]
|
||||
files: [
|
||||
include/ariane_pkg.svh,
|
||||
include/ariane_pkg.sv,
|
||||
src/util/instruction_tracer_if.sv,
|
||||
src/util/instruction_tracer_pkg.sv,
|
||||
src/ariane.sv,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue