X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Fc%CE%BBash.git;a=blobdiff_plain;f=clash%2FCLasH%2FVHDL%2FConstants.hs;h=23ac95d5e12c725e65e4502ac50763479489a5cf;hp=c70ca71a04258b589b76798815a9a509ec4c9bb3;hb=7f6a8f38eea6aec322fad713d9b8dd67ffd0a9de;hpb=98f12a87ff98c614f678ee71a895066de072a069 diff --git a/clash/CLasH/VHDL/Constants.hs b/clash/CLasH/VHDL/Constants.hs index c70ca71..23ac95d 100644 --- a/clash/CLasH/VHDL/Constants.hs +++ b/clash/CLasH/VHDL/Constants.hs @@ -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