aboutsummaryrefslogtreecommitdiffstats
path: root/src/VeriFuzz/Sim
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2019-05-20 17:00:56 +0100
committerYann Herklotz <git@yannherklotz.com>2019-05-20 17:00:56 +0100
commitd9258cd3d7cf8474436134a75cfc5ff48b5beff0 (patch)
treef06329969da3a81a698ce7ca7225ea559d8144e4 /src/VeriFuzz/Sim
parenta6c69c67a9d3923443fccad77293c365f4bbc0d3 (diff)
downloadverismith-d9258cd3d7cf8474436134a75cfc5ff48b5beff0.tar.gz
verismith-d9258cd3d7cf8474436134a75cfc5ff48b5beff0.zip
Only compare against the identity synth
Diffstat (limited to 'src/VeriFuzz/Sim')
-rw-r--r--src/VeriFuzz/Sim/Quartus.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VeriFuzz/Sim/Quartus.hs b/src/VeriFuzz/Sim/Quartus.hs
index c93603e..ece00eb 100644
--- a/src/VeriFuzz/Sim/Quartus.hs
+++ b/src/VeriFuzz/Sim/Quartus.hs
@@ -57,7 +57,7 @@ runSynthQuartus sim (SourceInfo top src) = do
logger "Running Quartus synthesis"
ex (exec "quartus_map")
[top, "--source=" <> toTextIgnore inpf, "--family=Cyclone V"]
- ex (exec "quartus_fit") [top, "--part=5CGXFC7D6F31C6"]
+ ex (exec "quartus_fit") [top, "--part=5CGTFD9E5F35C7N"]
ex (exec "quartus_eda") [top, "--simulation", "--tool=vcs"]
liftSh $ do
cp (fromText "simulation/vcs" </> fromText top <.> "vo")