Add builtin blockRAM primitive
[matthijs/master-project/cλash.git] / cλash / CLasH / VHDL / Constants.hs
index 9c372ecd711519d91ec05feafedd61133e798448..71c1c2135b7b1b1d092505279bf91388577d2b5a 100644 (file)
@@ -294,6 +294,9 @@ sizedIntId = "SizedInt"
 tfvecId :: String
 tfvecId = "TFVec"
 
+blockRAMId :: String
+blockRAMId = "blockRAM"
+
 -- | output file identifier (from std.textio)
 showIdString :: String
 showIdString = "show"