diff options
| author | azidar | 2015-12-10 14:36:33 -0800 |
|---|---|---|
| committer | azidar | 2016-01-16 11:45:00 -0800 |
| commit | fd35220712129f5f0074444008702af4aaf19ad2 (patch) | |
| tree | 8ac0a08ac325f452b11f4195b86640e65092669f /src/main/stanza/firrtl-ir.stanza | |
| parent | 2beab33ac298470bc04caf1c3b7a5a0d17d465d4 (diff) | |
Finished adding clocks to Stop and Print
Diffstat (limited to 'src/main/stanza/firrtl-ir.stanza')
| -rw-r--r-- | src/main/stanza/firrtl-ir.stanza | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/stanza/firrtl-ir.stanza b/src/main/stanza/firrtl-ir.stanza index 5bc1ea68..d3f60646 100644 --- a/src/main/stanza/firrtl-ir.stanza +++ b/src/main/stanza/firrtl-ir.stanza @@ -158,10 +158,12 @@ public defstruct Connect <: Stmt : ;LOW public defstruct StopStmt <: Stmt : ;LOW info: FileInfo with: (as-method => true) ret: Int + clk: Expression public defstruct PrintfStmt <: Stmt : ;LOW info: FileInfo with: (as-method => true) string: String args: List<Expression> + clk: Expression public defstruct EmptyStmt <: Stmt ;LOW |
