aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-03-01 00:25:50 +0000
committerYann Herklotz <git@yannherklotz.com>2021-03-01 00:25:50 +0000
commit5ba31274207ba24a15682f1aec9ad9e0f50e08ee (patch)
treeb60616c31c04c3f8361cbcd83640a3c23729e01d
parent83fff1638e851256273cd802288577a0c47dca5e (diff)
downloadvericert-5ba31274207ba24a15682f1aec9ad9e0f50e08ee.tar.gz
vericert-5ba31274207ba24a15682f1aec9ad9e0f50e08ee.zip
Add initial memory generation
-rw-r--r--src/hls/Memorygen.v17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/hls/Memorygen.v b/src/hls/Memorygen.v
new file mode 100644
index 0000000..a9bb3d4
--- /dev/null
+++ b/src/hls/Memorygen.v
@@ -0,0 +1,17 @@
+(*
+ * Vericert: Verified high-level synthesis.
+ * Copyright (C) 2021 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/>.
+ *)