Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MikePopoloski committed Jan 10, 2021
1 parent c31daa2 commit 4f65873
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion docs/language-support.dox
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ LRM | Feature | Supported
{{m-success}} 13.3 | Tasks | v0.2
{{m-success}} 13.4 | Functions | v0.2
{{m-warning}} 13.5 | Subroutine calls and argument passing | partial
{{m-warning}} 13.6 | Import and export functions | partial
{{m-success}} 13.6 | Import and export functions | v0.6
{{m-success}} 13.7 | Task and function names | v0.2
{{m-dim}} 13.8 | Parameterized tasks and functions | N/A

Expand Down Expand Up @@ -446,6 +446,19 @@ LRM | Feature | Supported
{{m-danger}} 33 | Configuring the contents of a design | no
{{m-danger}} 34 | Protected envelopes | no

## 35. Direct programming interface

LRM | Feature | Supported
--- | ------- | ---------
{{m-success}} 35.2 | Overview | v0.6
{{m-dim}} 35.3 | Two layers of DPI | N/A
{{m-success}} 35.4 | Global namespace of imported and exported functions | v0.6
{{m-warning}} 35.5 | Imported tasks and functions | partial
{{m-success}} 35.6 | Calling imported functions | v0.6
{{m-success}} 35.7 | Exported functions | v0.6
{{m-success}} 35.8 | Exported tasks | v0.6
{{m-dim}} 35.9 | Disabling DPI tasks and functions | N/A

@section simulation Simulation

Simulation is not yet supported at all, but it will be at some point in the future.
Expand Down

0 comments on commit 4f65873

Please sign in to comment.