aboutsummaryrefslogtreecommitdiffstats
path: root/src/VeriFuzz/Sim/XST.hs
diff options
context:
space:
mode:
authorYann Herklotz <git@ymhg.org>2019-04-23 13:58:52 +0100
committerYann Herklotz <git@ymhg.org>2019-04-23 13:58:52 +0100
commit528395c067815474af4e9d850352a1332434a321 (patch)
tree58095bc89509746ae43541c7860529407cc5a615 /src/VeriFuzz/Sim/XST.hs
parent1940ee0912a95382c0045e150b01617b61238871 (diff)
downloadverismith-528395c067815474af4e9d850352a1332434a321.tar.gz
verismith-528395c067815474af4e9d850352a1332434a321.zip
Fix XST Synthesis
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"