Knowledge Base Article
Stratix V Advanced Channel Placement assignments required for PIPE x8 Gen1, Gen2, and Gen3 Configurations placed on Hard IP pin locations
Description
Advance Channel placement assignments are required for PIPE PHY x8 Gen1, Gen2 and Gen3 Configurations, when placed on HardIP pin locations. Customer need to edit the .qsf file. Two parameter need to be edit in order to resolve the filter error.. Below is the parameter.
I. master channel =4
II. reserve channel =true
Resolution
set_parameter -name reserved_channel true -to "pipe_gen3_x8:pipe_gen3_x8_l|altera_xcvr_pipe:pipe_gen3_x8_inst|sv_xcvr_pipe_nr:pipe_nr_inst|sv_xcvr_pipe_native:transceiver_core"set_parameter -name reserved_channel true -to "pipe_gen3_x8:pipe_gen3_x8_r|altera_xcvr_pipe:pipe_gen3_x8_inst|sv_xcvr_pipe_nr:pipe_nr_inst|sv_xcvr_pipe_native:transceiver_core"
set_parameter -name master_ch_number 4 -to "pipe_gen3_x8:pipe_gen3_x8_l|altera_xcvr_pipe:pipe_gen3_x8_inst|sv_xcvr_pipe_nr:pipe_nr_inst|sv_xcvr_pipe_native:transceiver_core"
set_parameter -name master_ch_number 4 -to "pipe_gen3_x8:pipe_gen3_x8_r|altera_xcvr_pipe:pipe_gen3_x8_inst|sv_xcvr_pipe_nr:pipe_nr_inst|sv_xcvr_pipe_native:transceiver_core"
Updated 1 month ago
Version 3.0No CommentsBe the first to comment