blob: b1e51f80218281f18d83a007e2582e845ad12f4a (
plain)
1
2
3
4
5
6
7
8
9
10
|
define core
$(this)/deps := axixbar picorv32
$(this)/rtl_top := gfx_top
$(this)/rtl_dirs := .
$(this)/rtl_files := gfx_pkg.sv gfx_top.sv
$(this)/vl_main := main.cpp
$(this)/vl_pkgconfig := sdl2
endef
|