Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
17255 Discussions

Instantiation of one module disturbing other module functionality

Altera_Forum
Honored Contributor II
1,105 Views

Hello, 

 

Am using Cyclone V device (5CSEBA5U23). I written verilog code for ADC module and it is instantiated in top module,its working well... When i have added other module which for reading the encoder data, my ADC module behavior changed. when i commented encoder module instantiate, ADC module is working well. For ADC Module and Encoder module no signals are in common. 

 

How can i solve the problem?
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
422 Views

Have you checked the timing of your design? The quick way is to look at Compilation Reports in Quartus under the section "TimeQuest Timing Analyzer". Is it getting worse when you instantiate both modules?

0 Kudos
Reply