X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=Translator.hs;h=cf2fb966876c5ffd612d00360dfe772a4adf2110;hb=0082f01a853476cdcec0e73bacf8c0d4508dbec0;hp=53befc228e6ef947107b72141d9cb7c713fd5606;hpb=c77b7153a516c7dab7824520dd391189270a570b;p=matthijs%2Fmaster-project%2Fc%CE%BBash.git diff --git a/Translator.hs b/Translator.hs index 53befc2..cf2fb96 100644 --- a/Translator.hs +++ b/Translator.hs @@ -45,7 +45,7 @@ main = do -- Load the module core <- loadModule "Adders.hs" -- Translate to VHDL - vhdl <- moduleToVHDL core ["sfull_adder"] + vhdl <- moduleToVHDL core ["shifter"] -- Write VHDL to file writeVHDL vhdl "../vhdl/vhdl/output.vhdl"