A
ALuPin
Guest
Hi,
I have the following question:
Given one signal "l_data" which is created in a clock synchronous process.
As an concurrent assignment I have the following:
l_data_help <= l_data;
l_data_help(4) <= NOT l_data(4);
When compiling that Modelsim does NOT show any warning although it is
a multiple source.
Am I right?
Rgds
I have the following question:
Given one signal "l_data" which is created in a clock synchronous process.
As an concurrent assignment I have the following:
l_data_help <= l_data;
l_data_help(4) <= NOT l_data(4);
When compiling that Modelsim does NOT show any warning although it is
a multiple source.
Am I right?
Rgds