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

undefined variables or signals using timing simulation

Altera_Forum
Honored Contributor II
1,214 Views

Hi, 

 

I'm confronted with a strange problem. 

I use modelsim altera starter edition to simulate my project. 

 

When i make a fonctionnal simulation there is absolutely no problem. 

But when i try to simulate the project with a timing simulation, a few variables or signals have some bits undefined. 

 

For exemple i see : \Reception|v_wordRX_val\: UUUUU0UUU 

 

The defined bits change according to the program and undefined bits stay undefined..... 

 

All my variables are initialized at the begin of each process ( for example : VARIABLE v_wordRx_idCarte : STD_LOGIC_VECTOR(7 downto 0) := (others => '0'); 

 

I worked around that by forcing the values of these variables or signals directly in modelsim but im not sure, it's acceptable. 

 

And i definitely don't see the origin of that problem. 

 

Thanks for your answers !
0 Kudos
0 Replies
Reply