X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=c%CE%BBash%2FCLasH%2FVHDL%2FConstants.hs;h=8c96148cec95b23c56a6e88cacf52ef82ed17c36;hb=2414125a735f59f0abfc3a1e07743b5fca767cf1;hp=54a294115f9308dce7ece44404d90a06b328d08a;hpb=ad2117f458eff2df15c177052f2967b96a675015;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 54a2941..8c96148 100644 --- "a/c\316\273ash/CLasH/VHDL/Constants.hs" +++ "b/c\316\273ash/CLasH/VHDL/Constants.hs" @@ -235,6 +235,9 @@ fstId = "fst" sndId :: String sndId = "snd" +splitId :: String +splitId = "split" + -- Equality Operations equalityId :: String equalityId = "=="