aboutsummaryrefslogtreecommitdiffstats
path: root/src/translation/Veriloggenspec.v
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-07-05 18:45:14 +0100
committerYann Herklotz <git@yannherklotz.com>2020-07-05 18:45:14 +0100
commitc76ac9be323e3513aa0db2721ecd0f6c3987aef0 (patch)
tree85e364c34a94b9f08088b0159133fab2077f9fd0 /src/translation/Veriloggenspec.v
parente3b7213e552d601094d784042cc502cd518d3125 (diff)
downloadvericert-c76ac9be323e3513aa0db2721ecd0f6c3987aef0.tar.gz
vericert-c76ac9be323e3513aa0db2721ecd0f6c3987aef0.zip
Fix Inop
Diffstat (limited to 'src/translation/Veriloggenspec.v')
-rw-r--r--src/translation/Veriloggenspec.v17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/translation/Veriloggenspec.v b/src/translation/Veriloggenspec.v
deleted file mode 100644
index 7dc632c..0000000
--- a/src/translation/Veriloggenspec.v
+++ /dev/null
@@ -1,17 +0,0 @@
-(*
- * CoqUp: Verified high-level synthesis.
- * Copyright (C) 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/>.
- *)