dac_fmc_ebz: NUM_LINKS added to system_top.v
parent
7702079af5
commit
4790d334ad
|
@ -36,6 +36,7 @@
|
|||
`timescale 1ns/100ps
|
||||
|
||||
module system_top #(
|
||||
parameter NUM_LINKS = 2,
|
||||
parameter DEVICE_CODE = 0
|
||||
) (
|
||||
|
||||
|
|
|
@ -36,6 +36,7 @@
|
|||
`timescale 1ns/100ps
|
||||
|
||||
module system_top #(
|
||||
parameter NUM_LINKS = 2,
|
||||
parameter DEVICE_CODE = 0
|
||||
) (
|
||||
|
||||
|
|
|
@ -80,6 +80,7 @@ tx_sysref_p SYSREF2_P G06 FMC_HPC0_LA00_CC_P Y4 IO_L13P_T2L_
|
|||
*/
|
||||
|
||||
module system_top #(
|
||||
parameter NUM_LINKS = 2,
|
||||
parameter DEVICE_CODE = 0
|
||||
) (
|
||||
|
||||
|
|
Loading…
Reference in New Issue