dac_fmc_ebz/a10soc: Tool expect that all config parameters exists on top entity

main
Istvan Csomortani 2020-03-17 08:12:37 +00:00 committed by István Csomortáni
parent 522aacf6d8
commit 253a8cb6ee
2 changed files with 8 additions and 4 deletions

View File

@ -36,9 +36,10 @@ source ../../scripts/adi_project_intel.tcl
source ../common/config.tcl
adi_project dac_fmc_ebz_a10soc [list \
JESD_L [get_config_param L] \
MODE $mode \
DEVICE $device \
JESD_L [get_config_param L] \
MODE $mode \
DEVICE $device \
DEVICE_CODE $device_code \
]
set_global_assignment -name OPTIMIZATION_MODE "HIGH PERFORMANCE EFFORT"

View File

@ -36,7 +36,10 @@
`timescale 1ns/100ps
module system_top #(
parameter JESD_L = 4
parameter JESD_L = 4,
parameter MODE = 4,
parameter DEVICE = "AD9172",
parameter DEVICE_CODE = 1
) (
// clock and resets