ikki
Joined: 02 Nov 2008 Posts: 15
|
06 Mar 2009 10:34 Synthesis |
|
|
|
|
Hi there,
I have some warnings which I would love to solve it when synyhesizing it using Leonardo Spectrum
These are the warnings
"C:/Jaz Synthesis Latest/rs232_060309/rs232_rxd.vhd",line 73: Warning, iShiftRegister is not assigned under reset; need loops to preserve its value.
"C:/Jaz Synthesis Latest/rs232_060309/rs232_rxd.vhd",line 73: Warning, iDataOut1 is not assigned under reset; need loops to preserve its value.
-- Compiling entity Rs232Txd(Rs232Txd_Arch)
"C:/Jaz Synthesis Latest/rs232_060309/rs232_txd.vhd",line 73: Warning, iTxdBuffer is not assigned under reset; need loops to preserve its value.
Info, Command 'read' finished successfully
-- Boundary optimization.
-- Start pre-optimization for design .work.Rs232Rxd.Rs232Rxd_Arch
"C:/Jaz Synthesis Latest/rs232_060309/rs232_rxd.vhd", line 63:Info, Inferred counter instance 'iClock1x' of type 'counter_up_sclear_clock_clk_en_4'
"C:/Jaz Synthesis Latest/rs232_060309/rs232_rxd.vhd", line 79:Info, Inferred counter instance 'iNoBitsReceived' of type 'counter_up_aclear_clock_4'
-- Start pre-optimization for design .work.Rs232Txd.Rs232Txd_Arch
"C:/Jaz Synthesis Latest/rs232_060309/rs232_txd.vhd", line 62:Info, Inferred counter instance 'iClockDiv' of type 'counter_up_sclear_clock_clk_en_4'
"C:/Jaz Synthesis Latest/rs232_060309/rs232_txd.vhd", line 78:Info, Inferred counter instance 'iNoBitsSent' of type 'counter_up_aclear_clock_4'
-- Start pre-optimization for design .work.RS232.RS232_Arch
CAn anyone tell me what does the warning is referring ?
The signals stated there is not under reset ? ~ what does that mean ?
Also, I wouldl ike to know how do we initialise initial value if the synthesize ignore any initialisation ?
|
|