Vonn
Full Member level 4
Thank God ! Finally I caaaaaaaaaaatch it :lol:
It works with the UCF constrain : INST "signal name" INIT = value;
The problem was that my code is FSM based
so I defined the current state and next state flip flops with zeros as my initia ( reset ) state is defined as zero in the code !
But when I refered to the synthesizer report I found a statment :
( The FSM was implemented as one-hot )
In one hot ; for example If you have five states ; It creats 5 f/fs
and the coding is
00001
00010
00100
01000
10000
so , there is no "00000" state and all my tries was to initialize with zeros !
That's all ; I just want to share this with you and also want to thank you all for your posts ...Viva elektroda
It works with the UCF constrain : INST "signal name" INIT = value;
The problem was that my code is FSM based
so I defined the current state and next state flip flops with zeros as my initia ( reset ) state is defined as zero in the code !
But when I refered to the synthesizer report I found a statment :
( The FSM was implemented as one-hot )
In one hot ; for example If you have five states ; It creats 5 f/fs
and the coding is
00001
00010
00100
01000
10000
so , there is no "00000" state and all my tries was to initialize with zeros !
That's all ; I just want to share this with you and also want to thank you all for your posts ...Viva elektroda