Commit 822f2b34 authored by Dimitris Lampridis's avatar Dimitris Lampridis

hdl: automatically rebuild firmware before synthesis/simulation

parent 0b04e115
......@@ -18,6 +18,8 @@ fetchto = "../../../dependencies"
ctrls = ["bank3_64b_32b"]
syn_pre_project_cmd = "make -C ../../../software/firmware"
syn_post_project_cmd = (
"$(TCL_INTERPRETER) " + \
fetchto + "/general-cores/tools/sdb_desc_gen.tcl " + \
......
......@@ -16,6 +16,8 @@ syn_tool = "ise"
fetchto = "../../../dependencies"
syn_pre_project_cmd = "make -C ../../../software/firmware"
syn_post_project_cmd = (
"$(TCL_INTERPRETER) " + \
fetchto + "/general-cores/tools/sdb_desc_gen.tcl " + \
......
......@@ -8,6 +8,8 @@ vcom_opt = "-93 -mixedsvvh"
fetchto = "../../../dependencies"
sim_pre_cmd = "EXTRA2_CFLAGS='-DSIMULATION' make -C ../../../software/firmware"
ctrls = ["bank3_64b_32b"]
include_dirs = [
......
......@@ -8,6 +8,8 @@ vcom_opt = "-93 -mixedsvvh"
fetchto="../../../dependencies"
sim_pre_cmd = "EXTRA2_CFLAGS='-DSIMULATION' make -C ../../../software/firmware"
include_dirs = [
"../include",
fetchto + "/general-cores/sim/",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment