Commit 37a0bac6 authored by Lucas Russo's avatar Lucas Russo

syn/*/afc3: change machine name as dsp-cores changed in commit a392a3e718

parent 369011d2
......@@ -33,6 +33,6 @@ if os.path.isfile("synthesis_descriptor_pkg.vhd"):
else:
sys.exit("Generate the SDB descriptor before using HDLMake (./build_synthesis_sdb.sh)")
machine_pkg = "sirius_250M";
machine_pkg = "sirius_sr_250M";
modules = { "local" : [ "../../../../top/afc_v3/vivado/dbe_bpm2" ] };
......@@ -33,6 +33,6 @@ if os.path.isfile("synthesis_descriptor_pkg.vhd"):
else:
sys.exit("Generate the SDB descriptor before using HDLMake (./build_synthesis_sdb.sh)")
machine_pkg = "uvx_250M";
machine_pkg = "uvx_sr_250M";
modules = { "local" : [ "../../../../top/afc_v3/vivado/dbe_bpm2" ] };
......@@ -33,6 +33,6 @@ if os.path.isfile("synthesis_descriptor_pkg.vhd"):
else:
sys.exit("Generate the SDB descriptor before using HDLMake (./build_synthesis_sdb.sh)")
machine_pkg = "uvx_130M"
machine_pkg = "uvx_sr_130M"
modules = { "local" : [ "../../../../top/afc_v3/vivado/dbe_bpm" ] };
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