X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=c%CE%BBash%2FCLasH%2FVHDL%2FConstants.hs;h=9c372ecd711519d91ec05feafedd61133e798448;hb=d94fff8d7e24f6518588786141e0ba08d3141ea7;hp=b0236f5364351ec63b333aabc1940c34193d1259;hpb=d699d2f50e6d172308ef56adec01ace357ef0a0f;p=matthijs%2Fmaster-project%2Fc%CE%BBash.git diff --git "a/c\316\273ash/CLasH/VHDL/Constants.hs" "b/c\316\273ash/CLasH/VHDL/Constants.hs" index b0236f5..9c372ec 100644 --- "a/c\316\273ash/CLasH/VHDL/Constants.hs" +++ "b/c\316\273ash/CLasH/VHDL/Constants.hs" @@ -229,9 +229,24 @@ hwandId = "hwand" lengthTId :: String lengthTId = "lengthT" +fstId :: String +fstId = "fst" + +sndId :: String +sndId = "snd" + -- Equality Operations -equalsId :: String -equalsId = "==" +equalityId :: String +equalityId = "==" + +inEqualityId :: String +inEqualityId = "/=" + +boolOrId :: String +boolOrId = "||" + +boolAndId :: String +boolAndId = "&&" -- Numeric Operations