aboutsummaryrefslogtreecommitdiffstats
path: root/src/HLSOpts.v
diff options
context:
space:
mode:
authorMichalis Pardalos <m.pardalos@gmail.com>2021-03-29 17:31:26 +0100
committerMichalis Pardalos <m.pardalos@gmail.com>2021-03-29 17:31:26 +0100
commita5ab34ebcf5ce1e39be78268e24c07c7ad32a9de (patch)
tree36e8c6794f9974431aa1375e318631b7b5235802 /src/HLSOpts.v
parent5c36514942b335f42044ab41d0433e952f979f24 (diff)
parent83fff1638e851256273cd802288577a0c47dca5e (diff)
downloadvericert-a5ab34ebcf5ce1e39be78268e24c07c7ad32a9de.tar.gz
vericert-a5ab34ebcf5ce1e39be78268e24c07c7ad32a9de.zip
Merge remote-tracking branch 'upstream/master' into dev-michalis
Diffstat (limited to 'src/HLSOpts.v')
-rw-r--r--src/HLSOpts.v19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/HLSOpts.v b/src/HLSOpts.v
new file mode 100644
index 0000000..173300d
--- /dev/null
+++ b/src/HLSOpts.v
@@ -0,0 +1,19 @@
+(*
+ * Vericert: Verified high-level synthesis.
+ * Copyright (C) 2019-2020 Yann Herklotz <yann@yannherklotz.com>
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *)
+
+Parameter optim_if_conversion: unit -> bool.