X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=c%CE%BBash%2FCLasH%2FVHDL%2FConstants.hs;h=71c1c2135b7b1b1d092505279bf91388577d2b5a;hb=65215495d0faf2aac6f53f06e539f62deb31185f;hp=9c372ecd711519d91ec05feafedd61133e798448;hpb=d94fff8d7e24f6518588786141e0ba08d3141ea7;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 9c372ec..71c1c21 100644 --- "a/c\316\273ash/CLasH/VHDL/Constants.hs" +++ "b/c\316\273ash/CLasH/VHDL/Constants.hs" @@ -294,6 +294,9 @@ sizedIntId = "SizedInt" tfvecId :: String tfvecId = "TFVec" +blockRAMId :: String +blockRAMId = "blockRAM" + -- | output file identifier (from std.textio) showIdString :: String showIdString = "show"