C
Cazed
Guest
Hi,
I'm working with my first large scale VHDL project and have run into some
problems. I'm currently implementing a serial bus interface and getting a
bunch of warnings.
Warning number two below is repeated for all the bits of rx_vector and for
all bits of tx_buffer.
Source: http://pastebin.com/351900
Warnings:
@W: CL112 :"C:\Actelprj\pwmtest\hdl\sb2.vhd":94:4:94:5|Feedback mux
created for signal rx_buffer[16:1]. Did you forget the set/reset
assignment for this signal?
@W: CL179 :"C:\Actelprj\pwmtest\hdl\sb2.vhd":101:4:101:5|Found
combinational loop at rx_vector[15]
Should I worry about these warnings?
I have tried to sort them out but nothing seem to work...
If anything else seem weird please let me know
Regards
/Ĺke "Cazed" Forslund
I'm working with my first large scale VHDL project and have run into some
problems. I'm currently implementing a serial bus interface and getting a
bunch of warnings.
Warning number two below is repeated for all the bits of rx_vector and for
all bits of tx_buffer.
Source: http://pastebin.com/351900
Warnings:
@W: CL112 :"C:\Actelprj\pwmtest\hdl\sb2.vhd":94:4:94:5|Feedback mux
created for signal rx_buffer[16:1]. Did you forget the set/reset
assignment for this signal?
@W: CL179 :"C:\Actelprj\pwmtest\hdl\sb2.vhd":101:4:101:5|Found
combinational loop at rx_vector[15]
Should I worry about these warnings?
I have tried to sort them out but nothing seem to work...
If anything else seem weird please let me know
Regards
/Ĺke "Cazed" Forslund