peculiar process behavioral when using modelsim se 5.8d

when simulating the code below with modelsim SE 5.8d (and above), the CD, Sync, and WaitCnt don't get the correct values under reset ('1', '0', and 1 respectively). instead, they get 'U','U', and 0. when running the simulation with Modelsim SE 5.8 they do get the correct values.

------------------------------------------------- signal CD :std_logic; signal Sync :std_logic; signal WaitCnt : integer range 0 to ..;

begin

reset

Reply to
Hezi Hershkovitz
Loading thread data ...

ElectronDepot website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.