Guest
Hi All,
I was wondering how operators like "less than", "less than or equal
to", etc are synthesized.
E.g.:
sig_x = '1' when siga >= sigb else '0'
with siga and sigb are 8 bit vectors
Is it done with full adders, subtracting sigb from siga, or is it done
in another way.
Kind regards, Wim
I was wondering how operators like "less than", "less than or equal
to", etc are synthesized.
E.g.:
sig_x = '1' when siga >= sigb else '0'
with siga and sigb are 8 bit vectors
Is it done with full adders, subtracting sigb from siga, or is it done
in another way.
Kind regards, Wim