You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.
We have a combinational bitonic sorter. A realistic bitonic sorter would be pipelined. One easy way to do this is the make a variant of the two sorter that has registers at its two outputs (i.e. delay). Then this can be provided as the higher order circuit argument. Netlist generation should then use the sequential interface feature.
The text was updated successfully, but these errors were encountered:
We have a combinational bitonic sorter. A realistic bitonic sorter would be pipelined. One easy way to do this is the make a variant of the two sorter that has registers at its two outputs (i.e.
delay
). Then this can be provided as the higher order circuit argument. Netlist generation should then use the sequential interface feature.The text was updated successfully, but these errors were encountered: