diff --git a/dotnet-tools.json b/dotnet-tools.json index decbdbda8..d9461a2ea 100644 --- a/dotnet-tools.json +++ b/dotnet-tools.json @@ -15,7 +15,7 @@ ] }, "fable": { - "version": "3.0.5", + "version": "3.1.0", "commands": [ "fable" ] diff --git a/package-lock.json b/package-lock.json index d46c64b51..728fe9580 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "issie", - "version": "1.0.10", + "version": "1.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/src/Renderer/Common/CommonTypes.fs b/src/Renderer/Common/CommonTypes.fs index c3cc46ea4..18f546eaa 100644 --- a/src/Renderer/Common/CommonTypes.fs +++ b/src/Renderer/Common/CommonTypes.fs @@ -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