Forum Discussion
Altera_Forum
Honored Contributor
14 years ago --- Quote Start --- I'm not an expert on this point, but I think there are mismatches between the top level signals and the names in the contraints file For example set CLK "clk" , but you clock is called sysclk in the top level set TX_CLK "tx_clk" , but this is tx_clk_0/_1/_2 at the top level and so on. --- Quote End --- But if I used the IP module as the top module, it would work. The IP module still use the name of tx_clk_0/_1/_2,etc.