Hi,
I'm taking a class in numerical numerical methods and we have an assignment on floating-point arithmetic.
I thought it might be fun to implement this in VHDL.
But the assignment require us to use FP numbers with base10 instead for of base2
Is there any way to implement logic in VHDL with 10 logic levels instead the normal 2?
I don't care if it will never synthesize, but for simulation I can't see any reasons for it not being possible? I just can't find any types or methods that will support 10 level logic - is it possible? If, how?