From a640c7e87b0891402c5e51d8b96cac91d6ab1570 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Wed, 3 Apr 2019 18:26:56 +0100 Subject: Add quick fix to run without dsp48 --- src/VeriFuzz/Sim/XST.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/VeriFuzz/Sim/XST.hs') diff --git a/src/VeriFuzz/Sim/XST.hs b/src/VeriFuzz/Sim/XST.hs index 9019db8..026f5e7 100644 --- a/src/VeriFuzz/Sim/XST.hs +++ b/src/VeriFuzz/Sim/XST.hs @@ -65,6 +65,6 @@ runSynthXST sim (SourceInfo top src) outf = do ] echoP "XST: done" where - modFile = "xst_" <> fromText top + modFile = fromText $ "xst_" <> top xstFile = modFile <.> "xst" prjFile = modFile <.> "prj" -- cgit