A
Alex
Guest
I'm trying to find if there's a syntax for this (this doesn't work):
OUTPUT_BIT <= ((value1_4bit & value2_4bit) - value3_8bit) (7);
In summary, .. in a single statement, combining two 4 bit values,
subtracting an 8bit value from them, and getting the most significant
bit of the result. Is there a way to synthesize this outside of a
process statement?
If it matters, i'm using Xilinx ISE 8.2.03i.
Thanks,
Alex McHale
OUTPUT_BIT <= ((value1_4bit & value2_4bit) - value3_8bit) (7);
In summary, .. in a single statement, combining two 4 bit values,
subtracting an 8bit value from them, and getting the most significant
bit of the result. Is there a way to synthesize this outside of a
process statement?
If it matters, i'm using Xilinx ISE 8.2.03i.
Thanks,
Alex McHale