Skip to content

Commit

Permalink
Fix cmake rule issues
Browse files Browse the repository at this point in the history
Signed-off-by: Maciej Dudek <mdudek@antmicro.com>
  • Loading branch information
mtdudek committed Jul 15, 2021
1 parent 8ab92eb commit 4f09f87
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions devices/chipdb_xilinx.cmake
Expand Up @@ -95,17 +95,17 @@ function(generate_xc7_device_db)
set(multiValueArgs)

cmake_parse_arguments(
create_rapidwright_device_db
generate_xc7_device_db
"${options}"
"${oneValueArgs}"
"${multiValueArgs}"
${ARGN}
)

set(device ${create_rapidwright_device_db_device})
set(part ${create_rapidwright_device_db_part})
set(device_target ${create_rapidwright_device_db_device_target})
set(family ${create_rapidwright_device_db_family})
set(device ${generate_xc7_device_db_device})
set(part ${generate_xc7_device_db_part})
set(device_target ${generate_xc7_device_db_device_target})
set(family ${generate_xc7_device_db_family})

create_rapidwright_device_db(
device ${device}
Expand Down Expand Up @@ -134,7 +134,7 @@ function(generate_xc7_device_db)
patch_data ${PYTHON_INTERCHANGE_PATH}/test_data/series7_luts.yaml
input_device ${constraints_device}
output_target constraints_luts_device
output_name ${device}
output_name ${device}_constraints_luts
)

get_target_property(input_device_loc ${constraints_luts_device} LOCATION)
Expand Down
4 changes: 2 additions & 2 deletions third_party_versions.txt
@@ -1,5 +1,5 @@
b106c3ab421fe7b9b5986c42a234b3fba2190e3b third_party/RapidWright (v2020.2.6-beta-2-gb106c3a)
+78abf3f30770ccc6d0e1f5dbfeaef2666f55acf6 third_party/fpga-interchange-schema (v0.0-75-g78abf3f)
78abf3f30770ccc6d0e1f5dbfeaef2666f55acf6 third_party/fpga-interchange-schema (v0.0-75-g78abf3f)
9b07ad2bb62fbf8af789c9e4669715c974b4912d third_party/make-env (v0.0-51-g9b07ad2)
+ddad49dc5c0a0acd151fdf9600031f124089f1a2 third_party/python-fpga-interchange (v0.0.16-21-gddad49d)
ddad49dc5c0a0acd151fdf9600031f124089f1a2 third_party/python-fpga-interchange (v0.0.16-21-gddad49d)
1c8e05fd1e9a79ceb8b996a0996674122eed086f third_party/xilinx-unisims (heads/master)

0 comments on commit 4f09f87

Please sign in to comment.