[libre-riscv-dev] [Bug 217] create a "ring" system which allows pad locations to be specified conveniently

bugzilla-daemon at libre-soc.org bugzilla-daemon at libre-soc.org
Tue Apr 21 16:22:10 BST 2020


https://bugs.libre-soc.org/show_bug.cgi?id=217

--- Comment #75 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> ---
(In reply to Luke Kenneth Casson Leighton from comment #74)

> this is a standard recursive graph-walk algorithm, from edges to nodes
> to find more (unique, not-previously-seen) edges:
> 
> 1. here are the starting inputs/outputs
> 2. what cells are connected to them
> 3. add their inputs and outputs to a NEW list to recursively search
> 4. make sure that in the NEW list, the OLD list is excluded from the search
> 5. repeat from step 2. with the new list

i will see if i can do this.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the libre-riscv-dev mailing list