I am trying to create a pipelined module in verilog ( say module pipeline1 )
Inside that pipeline, i want to create another pipeline ( say module pipeline2)
Is this logic possible? or is a pipeline inside a pipeline not possible?
Thanks
I have implemented pipeline2 , but when it is integrate it into pipeline1 ( creating multiple instance of pipeline2 inside pipeline1) , I am not getting any results.