Forum Discussion
qrive1
New Contributor
6 years agoIs this enough?
SreekumarR_G_Intel
Frequent Contributor
6 years agoThank you for sharing the files ,
Reason I requested for the file that I assumed you already done the constraint manually and getting the this warning. Hence I am curious to know what is going on :) ..
Anyway I noticed you didnt add constraint ,Can you create .sdc file (Add to the project) and add below commands to it . Once I added , those warning went off
derive_pll_clocks -create_base_clocks
derive_clock_uncertainty
create_clock -period 10.000 -name refclk1 -waveform {0 5} [get_ports {clk_ffly0_ref}]
Also Noticed your top module of VHDL is incomplete . (i.e) VHDL based RTL must add the component port and port mapping of those component .
Attached modified top module file for reference.
Thank you,
Regards,
Sree