Josephchiang
Member level 1
- Joined
- Oct 2, 2013
- Messages
- 38
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 6
- Location
- Hsinchu, Taiwan, Taiwan
- Activity points
- 400
Dear all,
I met the problem when I ran the gate level simulation.
I know exactly reason why did that happen,but no ideal how to fix it up.
The trouble is that the input port of reset is essential in digital circuit design normally. The reset signal will be enabled during chip is power on, then the the inital value of each register will be assigned.
But in my case the reset signal is not available due to specific constraint(The initial state/value of finite state machine/resiger is unknow, but it is not critical during this application.) . Even though without the reset signal, the whole chip needs to function well. It seems that it make sense in real world, but it encounter the problem owe to "unknow value in register in the begginning"during the simulation.
The problem could be fixed up during the RTL simulation by using initial begin to defined the initial condition(settling the value for programming) of each register.
But after logic synthesis(Use design compiler), all the register turn out to be connection with logic gates so could not defined initail condition on connection net. It's not able to simulate like that.
The output waveform is shown below, as you can see the output result of each net is not difine.
I would really appreciate any help.
I met the problem when I ran the gate level simulation.
I know exactly reason why did that happen,but no ideal how to fix it up.
The trouble is that the input port of reset is essential in digital circuit design normally. The reset signal will be enabled during chip is power on, then the the inital value of each register will be assigned.
But in my case the reset signal is not available due to specific constraint(The initial state/value of finite state machine/resiger is unknow, but it is not critical during this application.) . Even though without the reset signal, the whole chip needs to function well. It seems that it make sense in real world, but it encounter the problem owe to "unknow value in register in the begginning"during the simulation.
The problem could be fixed up during the RTL simulation by using initial begin to defined the initial condition(settling the value for programming) of each register.
But after logic synthesis(Use design compiler), all the register turn out to be connection with logic gates so could not defined initail condition on connection net. It's not able to simulate like that.
The output waveform is shown below, as you can see the output result of each net is not difine.
I would really appreciate any help.