From 5ba31274207ba24a15682f1aec9ad9e0f50e08ee Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Mon, 1 Mar 2021 00:25:50 +0000 Subject: Add initial memory generation --- src/hls/Memorygen.v | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/hls/Memorygen.v (limited to 'src/hls/Memorygen.v') 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 + * + * 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 . + *) -- cgit