Commit 55d32782 authored by Lucas Russo's avatar Lucas Russo

hdl/syn/afc_v3/*/*/Manifest.py: add new machine_pkg hdlmake variable

Now, dsp-cores repository employs a new variable in which we
select the machine we want. Currently, we support UVX (130MSPS ADC)
and Sirius (130MSPS ADC).
parent 962a84c4
......@@ -8,5 +8,7 @@ syn_top = "dbe_bpm_dsp"
syn_project = "dbe_bpm_dsp.xise"
syn_tool = "ise"
machine_pkg = "uvx_130M"
modules = { "local" : [ "../../../top/afc_v3/dbe_bpm_dsp_fmc130m_4ch" ] };
......@@ -8,5 +8,7 @@ syn_top = "dbe_bpm_dsp"
syn_project = "dbe_bpm_dsp.xise"
syn_tool = "ise"
machine_pkg = "uvx_130M"
modules = { "local" : [ "../../../top/afc_v3/dbe_bpm_dsp_fmc130m_4ch_2_to_1_mux" ] };
......@@ -10,5 +10,7 @@ syn_tool = "vivado"
files = ["project.vhd"];
machine_pkg = "uvx_130M"
modules = { "local" : [ "../../../../top/afc_v3/vivado/dbe_bpm_dsp_fmc130m_4ch_2_to_1_mux_ddr_2_3" ] };
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