diff options
Diffstat (limited to 'ABC/Driver.dcl')
-rw-r--r-- | ABC/Driver.dcl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ABC/Driver.dcl b/ABC/Driver.dcl new file mode 100644 index 0000000..e5dd9f6 --- /dev/null +++ b/ABC/Driver.dcl @@ -0,0 +1,7 @@ +definition module ABC.Driver + +from ABC.Def import ::State, ::Instruction +from ABC.GraphStore import ::Desc + +boot :: ([Instruction], [Desc]) -> State +fetch_cycle :: State -> State |