dac_fmc_ebz/a10soc: Tool expect that all config parameters exists on top entity
parent
522aacf6d8
commit
253a8cb6ee
|
@ -36,9 +36,10 @@ source ../../scripts/adi_project_intel.tcl
|
||||||
source ../common/config.tcl
|
source ../common/config.tcl
|
||||||
|
|
||||||
adi_project dac_fmc_ebz_a10soc [list \
|
adi_project dac_fmc_ebz_a10soc [list \
|
||||||
JESD_L [get_config_param L] \
|
JESD_L [get_config_param L] \
|
||||||
MODE $mode \
|
MODE $mode \
|
||||||
DEVICE $device \
|
DEVICE $device \
|
||||||
|
DEVICE_CODE $device_code \
|
||||||
]
|
]
|
||||||
|
|
||||||
set_global_assignment -name OPTIMIZATION_MODE "HIGH PERFORMANCE EFFORT"
|
set_global_assignment -name OPTIMIZATION_MODE "HIGH PERFORMANCE EFFORT"
|
||||||
|
|
|
@ -36,7 +36,10 @@
|
||||||
`timescale 1ns/100ps
|
`timescale 1ns/100ps
|
||||||
|
|
||||||
module system_top #(
|
module system_top #(
|
||||||
parameter JESD_L = 4
|
parameter JESD_L = 4,
|
||||||
|
parameter MODE = 4,
|
||||||
|
parameter DEVICE = "AD9172",
|
||||||
|
parameter DEVICE_CODE = 1
|
||||||
) (
|
) (
|
||||||
|
|
||||||
// clock and resets
|
// clock and resets
|
||||||
|
|
Loading…
Reference in New Issue