aboutsummaryrefslogtreecommitdiffstats
path: root/src/hls/GiblePargen.v
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2023-01-02 21:36:00 +0000
committerYann Herklotz <git@yannherklotz.com>2023-01-02 21:36:00 +0000
commit7f35332a5a8e47ec685c6309ea99416d19a5fb2f (patch)
treeea3fc5bb0f35869892bceeb1390a942309e183ac /src/hls/GiblePargen.v
parent3f305f0f8035b9de9ef048910afa9840766c8498 (diff)
downloadvericert-7f35332a5a8e47ec685c6309ea99416d19a5fb2f.tar.gz
vericert-7f35332a5a8e47ec685c6309ea99416d19a5fb2f.zip
Work on simplifying seq_app evaluation lemma
Diffstat (limited to 'src/hls/GiblePargen.v')
-rw-r--r--src/hls/GiblePargen.v2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/hls/GiblePargen.v b/src/hls/GiblePargen.v
index 7c9a898..eaf452a 100644
--- a/src/hls/GiblePargen.v
+++ b/src/hls/GiblePargen.v
@@ -16,6 +16,8 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*)
+Require Coq.Program.Basics.
+
Require Import compcert.backend.Registers.
Require Import compcert.common.AST.
Require Import compcert.common.Globalenvs.