X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=c%CE%BBash%2FCLasH%2FTranslator.hs;fp=c%CE%BBash%2FCLasH%2FTranslator.hs;h=c120edc9badd448ee71837540c98d4e89adec115;hb=a34491e0fb9e9559ca0e7389b712b6e0de073c2e;hp=b61f5f942b8ba7b62eb0ea8200045b295899ef08;hpb=82210ea1ed3bbf1acd5cecef5bc0771e36613bf5;p=matthijs%2Fmaster-project%2Fc%CE%BBash.git diff --git "a/c\316\273ash/CLasH/Translator.hs" "b/c\316\273ash/CLasH/Translator.hs" index b61f5f9..c120edc 100644 --- "a/c\316\273ash/CLasH/Translator.hs" +++ "b/c\316\273ash/CLasH/Translator.hs" @@ -103,7 +103,7 @@ moduleToVHDL env cores specs = do -- Create a testbench for any entry that has test input mkTest (_, _, Nothing) = return Nothing mkTest (top, _, Just input) = do - bndr <- createTestbench Nothing input top + bndr <- createTestbench Nothing cores input top return $ Just bndr -- Run the given translator session. Generates a new UniqSupply for that