From f59ff208a301bf3f04aab350d9f0b3b217ddeac3 Mon Sep 17 00:00:00 2001 From: Léo Gourdin Date: Mon, 19 Jul 2021 14:20:53 +0200 Subject: Finish implem proof, need to adapt scheduler proof --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ef1048b3..c4c45291 100644 --- a/Makefile +++ b/Makefile @@ -162,7 +162,8 @@ SCHEDULING= \ RTLpathSchedulerproof.v RTLpath.v \ RTLpathScheduler.v RTLpathWFcheck.v \ BTL.v BTLmatchRTL.v BTLtoRTL.v BTLtoRTLproof.v RTLtoBTL.v RTLtoBTLproof.v \ - BTL_Livecheck.v BTL_Scheduler.v BTL_Schedulerproof.v BTL_SEtheory.v BTL_SEsimuref.v + BTL_Livecheck.v BTL_Scheduler.v BTL_Schedulerproof.v\ + BTL_SEtheory.v BTL_SEsimuref.v BTL_SEimpl.v # C front-end modules (in cfrontend/) -- cgit