Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
21615 Discussions

part of design disappear in technology map

leagend5489
Novice
735 Views

hi

 

I have a design that can be compiled. but part of design not use any source. I check RTL viewer, the part exist. but in technology map, it isn't existed.

 

Is it about timing constrait problem? 

 

thanks.

0 Kudos
1 Solution
leagend5489
Novice
718 Views

this problem is getting weird. I am closing this thread in this moment.

View solution in original post

0 Kudos
2 Replies
leagend5489
Novice
719 Views

this problem is getting weird. I am closing this thread in this moment.

0 Kudos
FvM
Honored Contributor II
696 Views

I'd like to give a general answer in case other forum users are reviewing the thread.

 

"Disappearing" logic is never caused by timing problems.

 

It's usually due to the fact that the synthesis tool removes any redundant logic. Redundant are all parts of your design that don't affect an output signal. Popular reasons are missing module connections,  unconnected clock or module is inadvertently hold in reset.

 

Regards

Frank

0 Kudos
Reply