X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=c%CE%BBash%2FCLasH%2FVHDL%2FConstants.hs;h=50bb9222a4681eba55297c44b67968ddf486f232;hb=66ef5bd26b2c02cb12e702c60668294fd80ea8c2;hp=04e727410b0e8ed63061fa6c12078ad3823f9038;hpb=68452976b782fcf291a678330ca3a9703e8c7c35;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 04e7274..50bb922 100644 --- "a/c\316\273ash/CLasH/VHDL/Constants.hs" +++ "b/c\316\273ash/CLasH/VHDL/Constants.hs" @@ -266,6 +266,9 @@ toUnsignedId = "to_unsigned" resizeId :: String resizeId = "resize" +smallIntegerId :: String +smallIntegerId = "smallInteger" + sizedIntId :: String sizedIntId = "SizedInt"