aboutsummaryrefslogtreecommitdiffstats
path: root/src/VeriFuzz/Sim/XST.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/VeriFuzz/Sim/XST.hs')
-rw-r--r--src/VeriFuzz/Sim/XST.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VeriFuzz/Sim/XST.hs b/src/VeriFuzz/Sim/XST.hs
index e5e3e06..324f227 100644
--- a/src/VeriFuzz/Sim/XST.hs
+++ b/src/VeriFuzz/Sim/XST.hs
@@ -76,6 +76,6 @@ runSynthXST sim (SourceInfo top src) = do
]
echoP "XST: done"
where
- modFile = fromText $ "xst_" <> top
+ modFile = fromText top
xstFile = modFile <.> "xst"
prjFile = modFile <.> "prj"