Hi all I am getting a lot of errors while building a recursive parameterized sorter because of compiler telling me to add provisos of the form n/2,n/4,n/8 so on and so forth due to divide and conquer approach of the implementation. I can either try non recursive implementation but that defeats the purpose of learning and using recursion.The code has been attached
I know this is RISC V group but I can't find a dedicated blue spec community.Please help