I'm trying to implement a parallel sorting network. I'm curious to how one would write a for-generate statement to generate 128 instances of this sorting circuit?
It's supposed to sort 256 8-bit numbers from least to greatest without a clock using only combinational logic.
This is a link to the paper on the sorting network I'm trying to use:
Links to the circuit and sorting network diagram are below.
No comments:
Post a Comment