X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=Translator.hs;h=c16406be3aef2781484251c56a21d3e5fb394f54;hb=5b7046a2981a1e65483527cab15314dd140e0002;hp=53befc228e6ef947107b72141d9cb7c713fd5606;hpb=2ab93a2a97e22ca0bd57a2738fd0a48104fffbe5;p=matthijs%2Fmaster-project%2Fc%CE%BBash.git diff --git a/Translator.hs b/Translator.hs index 53befc2..c16406b 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 ["dff"] -- Write VHDL to file writeVHDL vhdl "../vhdl/vhdl/output.vhdl"