while(NextEdge!=0,0->0,0):
Source, Destination = GetNextEdge()
modified = false
while(Source!=Destination):
while(AdvanceXisPossible(Source, Destination)):
AdvanceX(Source)
modified = true
while(AdvanceYisPossible(Source, Destination)):
AdvanceY(Source)
modified = True
if(modified = False):
EraseEdge()
Break
-
Notifications
You must be signed in to change notification settings - Fork 1
lesc-ufv/cgra-routing
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
SForum 2020 : "A Run-time Hardware Routing Implementation for CGRA Overlays" code and data.
Topics
Resources
Stars
Watchers
Forks
Packages 0
No packages published