Skip to content

Commit

Permalink
Merge pull request #610 from davideschiavone/core-v-mcu
Browse files Browse the repository at this point in the history
remove PMP from src file
  • Loading branch information
davideschiavone authored Feb 2, 2021
2 parents 120ac3e + 0c286a0 commit ae5b08b
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src_files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,17 @@ cv32e40p_regfile_rtl:
./rtl/include,
]
files: [
./rtl/cv32e40p_register_file_latch.sv,
./rtl/cv32e40p_register_file_ff.sv,
]

cv32e40p:
vlog_opts: [
-L fpnew_lib,
]
incdirs: [
./rtl/include,
../../rtl/includes,
]
files: [
./rtl/include/cv32e40p_apu_core_pkg.sv,
./rtl/include/cv32e40p_fpu_pkg.sv,
./rtl/include/cv32e40p_pkg.sv,
./bhv/include/cv32e40p_tracer_pkg.sv,
./rtl/cv32e40p_alu.sv,
Expand All @@ -59,8 +57,7 @@ cv32e40p:
./rtl/cv32e40p_sleep_unit.sv,
./rtl/cv32e40p_core.sv,
./rtl/cv32e40p_apu_disp.sv,
./rtl/cv32e40p_fifo.sv,
./rtl/cv32e40p_pmp.sv,
./rtl/cv32e40p_fifo.sv
]

cv32e40p_vip_rtl:
Expand Down

0 comments on commit ae5b08b

Please sign in to comment.