A simple VHDL question

Could anyone explain what is the meaning of

out0 '0');

in the following VHDL code.

if reset = '1' then out0 '0'); out1 '0'); else out0

Reply to
jaypt
Loading thread data ...

Could anyone explain what is the meaning of

out0 '0');

in the following VHDL code.

if reset = '1' then out0 '0'); out1 '0'); else out0

Reply to
jaypt

Could anyone explain the meaning of

out0 '0');

in the following VHDL code

if reset = '1' then out0 '0'); out1 '0'); else out0

Reply to
jaypt

Yes, it puts all the signal of out0 to '0', whatever is the width of out0

snipped-for-privacy@hotmail.com wrote:

Reply to
Sylvain Munaut

if reset equals to 1 out0 all bits equal to 0

Reply to
guhaoqi

ElectronDepot website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.