This commit is contained in:
Blaise Tine
2021-03-04 20:51:03 -08:00
parent 8a86bddd3e
commit 062d02ddce
37 changed files with 163 additions and 77 deletions

View File

@@ -109,10 +109,7 @@ clean-asesim:
clean-vlsim:
$(MAKE) -C vlsim clean
clean:
clean-fpga
clean-asesim
clean-vlsim
clean: clean-fpga clean-asesim clean-vlsim
ifneq ($(MAKECMDGOALS),clean)
-include .depend

View File

@@ -6,4 +6,5 @@ lint_off -rule WIDTH -file "../../../hw/rtl/fp_cores/fpnew/*"
lint_off -rule UNUSED -file "../../../hw/rtl/fp_cores/fpnew/*"
lint_off -rule LITENDIAN -file "../../../hw/rtl/fp_cores/fpnew/*"
lint_off -rule IMPORTSTAR -file "../../../hw/rtl/fp_cores/fpnew/*"
lint_off -rule PINCONNECTEMPTY -file "../../../hw/rtl/fp_cores/fpnew/*"
lint_off -rule PINCONNECTEMPTY -file "../../../hw/rtl/fp_cores/fpnew/*"
lint_off -file "../rtl/fp_cores/fpnew/*"

View File

@@ -1,5 +1,5 @@
`include "vortex_afu.vh"
`include "VX_define.vh"
`include "vortex_afu.vh"
/* verilator lint_off IMPORTSTAR */
import ccip_if_pkg::*;
import local_mem_cfg_pkg::*;