Implement API change of shiftl and shiftr, limit Prelude import of HardwareTypes
[matthijs/master-project/cλash.git] / clash / CLasH / VHDL / Constants.hs
index c70ca71a04258b589b76798815a9a509ec4c9bb3..23ac95d5e12c725e65e4502ac50763479489a5cf 100644 (file)
@@ -155,11 +155,11 @@ dropId = "drop"
 
 -- | shiftl function identifier
 shiftlId :: String
-shiftlId = "shiftl"
+shiftlId = "shiftIntoL"
 
 -- | shiftr function identifier
 shiftrId :: String
-shiftrId = "shiftr"
+shiftrId = "shiftIntoR"
 
 -- | rotl function identifier
 rotlId :: String