change run command
authorJacob Lifshay <programmerjake@gmail.com>
Tue, 17 May 2022 03:42:26 +0000 (20:42 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Tue, 17 May 2022 03:42:26 +0000 (20:42 -0700)
fp16mul_test.smt2

index 1bf11454a1fda76b281571c9795b3972529be04c..6ad9dc798eb34c72357c3d94d953de01493a5795 100644 (file)
@@ -6,7 +6,7 @@
 ; all the effort to add support in yosys and nmigen for smtlib2 reals and
 ; floating-point numbers.
 
-; run with: z3 -smt2 fpmul_test.smt2
+; run with: z3 -smt2 fp16mul_test.smt2
 
 ; create some handy type aliases
 (define-sort bv1 () (_ BitVec 1))