Skip to content
Snippets Groups Projects
Commit 0caeca64 authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Used hdl_config.py with mode=1 to change build_synth_dir key value into...

Used hdl_config.py with mode=1 to change build_synth_dir key value into /home/kooistra/svnroot/UniBoard_FP7/RadioHDL/trunk/build for all hdllib.cfg dictionary files.
parent 87545f70
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ hdl_library_clause_name = technology_lib ...@@ -3,7 +3,7 @@ hdl_library_clause_name = technology_lib
hdl_lib_uses = hdl_lib_uses =
build_sim_dir = $HDL_BUILD_DIR build_sim_dir = $HDL_BUILD_DIR
build_synth_dir = build_synth_dir = $HDL_BUILD_DIR
synth_files = synth_files =
technology_pkg.vhd technology_pkg.vhd
......
...@@ -3,7 +3,7 @@ hdl_library_clause_name = tech_iobuf_lib ...@@ -3,7 +3,7 @@ hdl_library_clause_name = tech_iobuf_lib
hdl_lib_uses = technology ip_stratixiv hdl_lib_uses = technology ip_stratixiv
build_sim_dir = $HDL_BUILD_DIR build_sim_dir = $HDL_BUILD_DIR
build_synth_dir = build_synth_dir = $HDL_BUILD_DIR
synth_files = synth_files =
tech_iobuf_component_pkg.vhd tech_iobuf_component_pkg.vhd
......
...@@ -3,7 +3,7 @@ hdl_library_clause_name = ip_arria10_lib ...@@ -3,7 +3,7 @@ hdl_library_clause_name = ip_arria10_lib
hdl_lib_uses = technology hdl_lib_uses = technology
build_sim_dir = $HDL_BUILD_DIR build_sim_dir = $HDL_BUILD_DIR
build_synth_dir = build_synth_dir = $HDL_BUILD_DIR
synth_files = synth_files =
ip_arria10_ram_crw_crw.vhd ip_arria10_ram_crw_crw.vhd
......
...@@ -3,7 +3,7 @@ hdl_library_clause_name = ip_stratixiv_lib ...@@ -3,7 +3,7 @@ hdl_library_clause_name = ip_stratixiv_lib
hdl_lib_uses = technology numonyx_m25p128 hdl_lib_uses = technology numonyx_m25p128
build_sim_dir = $HDL_BUILD_DIR build_sim_dir = $HDL_BUILD_DIR
build_synth_dir = build_synth_dir = $HDL_BUILD_DIR
synth_files = synth_files =
ip_stratixiv_ram_crwk_crw.vhd ip_stratixiv_ram_crwk_crw.vhd
......
...@@ -3,7 +3,7 @@ hdl_library_clause_name = ip_stratixiv_tse_sgmii_gx_lib ...@@ -3,7 +3,7 @@ hdl_library_clause_name = ip_stratixiv_tse_sgmii_gx_lib
hdl_lib_uses = technology hdl_lib_uses = technology
build_sim_dir = $HDL_BUILD_DIR build_sim_dir = $HDL_BUILD_DIR
build_synth_dir = build_synth_dir = $HDL_BUILD_DIR
synth_files = synth_files =
ip_stratixiv_tse_sgmii_gx.vho ip_stratixiv_tse_sgmii_gx.vho
......
...@@ -3,7 +3,7 @@ hdl_library_clause_name = ip_stratixiv_tse_sgmii_lvds_lib ...@@ -3,7 +3,7 @@ hdl_library_clause_name = ip_stratixiv_tse_sgmii_lvds_lib
hdl_lib_uses = common hdl_lib_uses = common
build_sim_dir = $HDL_BUILD_DIR build_sim_dir = $HDL_BUILD_DIR
build_synth_dir = build_synth_dir = $HDL_BUILD_DIR
synth_files = synth_files =
ip_stratixiv_tse_sgmii_lvds.vho ip_stratixiv_tse_sgmii_lvds.vho
......
...@@ -3,7 +3,7 @@ hdl_library_clause_name = ip_virtex4_lib ...@@ -3,7 +3,7 @@ hdl_library_clause_name = ip_virtex4_lib
hdl_lib_uses = hdl_lib_uses =
build_sim_dir = $HDL_BUILD_DIR build_sim_dir = $HDL_BUILD_DIR
build_synth_dir = build_synth_dir = $HDL_BUILD_DIR
synth_files = synth_files =
......
...@@ -3,7 +3,7 @@ hdl_library_clause_name = tech_memory_lib ...@@ -3,7 +3,7 @@ hdl_library_clause_name = tech_memory_lib
hdl_lib_uses = technology ip_stratixiv ip_arria10 ip_virtex4 hdl_lib_uses = technology ip_stratixiv ip_arria10 ip_virtex4
build_sim_dir = $HDL_BUILD_DIR build_sim_dir = $HDL_BUILD_DIR
build_synth_dir = build_synth_dir = $HDL_BUILD_DIR
synth_files = synth_files =
tech_memory_component_pkg.vhd tech_memory_component_pkg.vhd
......
...@@ -3,7 +3,7 @@ hdl_library_clause_name = tech_transceiver_lib ...@@ -3,7 +3,7 @@ hdl_library_clause_name = tech_transceiver_lib
hdl_lib_uses = technology ip_stratixiv common dp hdl_lib_uses = technology ip_stratixiv common dp
build_sim_dir = $HDL_BUILD_DIR build_sim_dir = $HDL_BUILD_DIR
build_synth_dir = build_synth_dir = $HDL_BUILD_DIR
synth_files = synth_files =
tech_transceiver_component_pkg.vhd tech_transceiver_component_pkg.vhd
......
...@@ -3,7 +3,7 @@ hdl_library_clause_name = tech_tse_lib ...@@ -3,7 +3,7 @@ hdl_library_clause_name = tech_tse_lib
hdl_lib_uses = technology ip_stratixiv_tse_sgmii_lvds ip_stratixiv_tse_sgmii_gx common dp hdl_lib_uses = technology ip_stratixiv_tse_sgmii_lvds ip_stratixiv_tse_sgmii_gx common dp
build_sim_dir = $HDL_BUILD_DIR build_sim_dir = $HDL_BUILD_DIR
build_synth_dir = build_synth_dir = $HDL_BUILD_DIR
synth_files = synth_files =
tech_tse_component_pkg.vhd tech_tse_component_pkg.vhd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment