diff options
| author | azidar | 2016-07-27 13:48:50 -0700 |
|---|---|---|
| committer | azidar | 2016-07-27 13:48:50 -0700 |
| commit | 41a5d441079d518e91d7c9d80b3504c0560deb0a (patch) | |
| tree | 9cdc89a1fbb9a9b4c1f50835cb85d80712108ee9 /spec | |
| parent | 42d38081f19b25ccb78f81f451b58e77b3e96d53 (diff) | |
Fixed reg concrete syntax. #197.
Diffstat (limited to 'spec')
| -rw-r--r-- | spec/spec.pdf | bin | 244552 -> 244959 bytes | |||
| -rw-r--r-- | spec/spec.tex | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/spec/spec.pdf b/spec/spec.pdf Binary files differindex 2657bd51..bf5e4d23 100644 --- a/spec/spec.pdf +++ b/spec/spec.pdf diff --git a/spec/spec.tex b/spec/spec.tex index 72caadd0..406f8c5e 100644 --- a/spec/spec.tex +++ b/spec/spec.tex @@ -1754,7 +1754,7 @@ The concrete syntax of FIRRTL is defined in section \ref{syntax_tree}. Productio &\pipe &\pd{type}\vv{[}\pd{int}\vv{]} &\text{Vector}\\ \pd{field} &= &\opt{\vv{flip}} \pd{id} \vv{:} \pd{type} &\text{Bundle Field}\\ \pd{stmt} &= &\opt{\pd{info}} \vv{wire} \pd{id} \vv{:} \pd{type} &\text{Wire}\\ - &\pipe &\opt{\pd{info}} \vv{reg} \pd{id} \vv{:} \pd{type}, \pd{exp} \opt{\pd{exp}, \pd{exp}} &\text{Register}\\ + &\pipe &\opt{\pd{info}} \vv{reg} \pd{id} \vv{:} \pd{type} \opt{\vv{(with:} \vv{\{reset => (}\pd{exp}, \pd{exp}\vv{)\})}} &\text{Register}\\ &\pipe &\opt{\pd{info}} \vv{mem} \pd{id} \vv{:} \vv{(} &\text{Memory}\\ && \verb| |\vv{data-type =>} \pd{type}\\ && \verb| |\vv{depth =>} \pd{int}\\ |
