Skip to content

pilliq/scheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scheduler

An ILOC local forward list instruction scheduler.

Usage

./scheduler [options] < [ILOC program]

Options

-a Prioritize instructions with longest latency-weighted path heuristic

-b Prioritize instructions with highest latency heuristic

-c Prioritize instructions with random priorities

-o OUTPUT_FILE Store scheduled program in OUTPUT_FILE

-g GRAPH_FILE Generate and store a GraphViz dot file of the input program's dependency graph to GRAPH_FILE

About

An ILOC instruction scheduler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published