Skip to content

Commit

Permalink
update nagareyama to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcl committed Jan 11, 2021
1 parent 2028500 commit 7393662
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
]
},
"fable": {
"version": "3.0.5",
"version": "3.1.0",
"commands": [
"fable"
]
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/Renderer/Common/CommonTypes.fs
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ module CommonTypes
// Types instantiating objects in the Digital extension.
type ComponentType =
| Input of BusWidth: int | Output of BusWidth: int | IOLabel
| BusSelection of OutputWidth: int * OutputLSBit: int
| BusCompare of BusWidth: int * CompareValue: uint32
| BusSelection of OutputWidth: int * OutputLSBit: int
| Constant of Width: int * ConstValue: int
| Not | And | Or | Xor | Nand | Nor | Xnor |Decode4
| Mux2 | Demux2
Expand Down

0 comments on commit 7393662

Please sign in to comment.