Update synthflow and adapt makefile

This commit is contained in:
Koray Yanik 2022-02-08 16:14:13 +00:00
parent c8756dafa6
commit da29d148bf
2 changed files with 3 additions and 7 deletions

View File

@ -1,11 +1,7 @@
TB = tb_top
SOURCES = gb.sv cpu.sv alu.sv registers.sv control.sv decode.sv rom.sv tb_top.sv clkgen.sv
INCLUDES = cpu_pkg.svh
PATH_SRC = ../rtl:../rtl/cpu:../rtl/shared:../sim/tbench:../sim/shared
gb.sdb: cpu.sdb rom.sdb cpu_pkg.sdb
cpu.sdb: control.sdb registers.sdb alu.sdb cpu_pkg.sdb
control.sdb: decode.sdb cpu_pkg.sdb
alu.sdb: cpu_pkg.sdb
registers.sdb: cpu_pkg.sdb
include ../synthflow/vivado/Makefile.rules
include ../synthflow/vivado/Makefile.rules

@ -1 +1 @@
Subproject commit 767277e341012aa54acd72d26be9ea2fc921ca0c
Subproject commit 3f8450ac6a619226060b09f22ac5418537b40d70