FPGA, SoC, And CPLD Boards And Kits
FPGA Evaluation and Development Kits
5892 Discussions

I am working with the cyclone V device.Currently i am processing the lvds signals.

JGeor12
Beginner
611 Views

The major problem is, i cannot route the input lvds signal between the input to the LVDS_RX IP and input to the lcd externally connected at the same time.Either as input to the lcd or IP is possible.Is there any way for routing the lvds signal simultaneously to both the inputs.

I have already asked the same question in intel forum,but didn't get any response.Since it is very urgent,kindly give the answer as soon as possible.

 

0 Kudos
10 Replies
SreekumarR_G_Intel
454 Views

I am not getting your question ; You were saying you are not able to connect the output of the LVDS IP to your LCD ?

Would it possible to share the deisgn to check quickly ?

 

Thank you ,

 

Regards,

Sree

0 Kudos
JGeor12
Beginner
454 Views

The output of ip is not connected to the lcd. The input of this lcd is lvds signals.So here the problems is , i can't give lvds signals as input to RX ip and LCD at the same time.only one is possible.

0 Kudos
SreekumarR_G_Intel
454 Views

i am really not getting your questions , Kindly attach the design and error message ..i will work on it and try to give the soultion if i can.

Thanks

0 Kudos
JGeor12
Beginner
454 Views

I am connecting the LVDS output from a board A1 to the custom board with FPGA 5CEBA2F23C8. This is then transmitted to HDMI interface. I also need to loopback the LVDS data coming to the custom board to an LCD. But while compiling in Quartus some errors are occuring in 'Fitter( (Place and Route)'

The following are the error messages:

 

Error (170143): Final fitting attempt was unsuccessful

Info (170138): Failed to route the following 6 signal(s)

Info (170139): Signal "lvdse_in[0]~input"

Info (170139): Signal "lvdse_in[4]~input"

Info (170139): Signal "lvdse_in[1]~input"

Info (170139): Signal "lvdse_in[5]~input"

Info (170139): Signal "lvdse_in[2]~input"

Info (170139): Signal "lvdse_in[6]~input"

 

0 Kudos
SreekumarR_G_Intel
454 Views

Can you attach the design ? There is a way you to attach the design privtaely in the fourm if you think design is confidential.

or attcah the smillar design only with IP and interface part and replicate the error.

0 Kudos
JGeor12
Beginner
454 Views

The attached file is the verilog file.I have highlighted the part where routing issues occured in the code.While running it i got the below problems.

Error (170143): Final fitting attempt was unsuccessful

Info (170138): Failed to route the following 6 signal(s)

Info (170139): Signal "lvdse_in[0]~input"

Info (170139): Signal "lvdse_in[4]~input"

Info (170139): Signal "lvdse_in[1]~input"

Info (170139): Signal "lvdse_in[5]~input"

Info (170139): Signal "lvdse_in[2]~input"

Info (170139): Signal "lvdse_in[6]~input"

 

0 Kudos
SreekumarR_G_Intel
454 Views

hey buddy, why not just qar files :)..you have i have to look at your design and instantiated all the IP.

can you please send me the qar files ?

In quartus -> project Arch project -> (Generate .qar )

 

0 Kudos
JGeor12
Beginner
454 Views
0 Kudos
SreekumarR_G_Intel
454 Views

Thank you for the qar file ; you are getting this error since you are connecting the reference clk input to the LVDS channel and the fifo.

Quartus wont be able to route the same .

 

Can you use the other fabric clock in FIFO instead of lvdse_clk ?

 

 

0 Kudos
JGeor12
Beginner
454 Views

Thank you for the reply.But actually the fifo is not fed by the input lvds clock ,it is fed by the output clock of LVDS_RX ip and it is used for writing .So can you check it and specify on clocks.

0 Kudos
Reply