From 78fbb0e6f4c2065460a0ddb7e2e3ec94da21169f Mon Sep 17 00:00:00 2001 From: Léo Gourdin Date: Mon, 31 May 2021 23:51:31 +0200 Subject: Dupmap bugfix and some advance in Livegen --- driver/Compiler.vexpand | 2 ++ 1 file changed, 2 insertions(+) (limited to 'driver') diff --git a/driver/Compiler.vexpand b/driver/Compiler.vexpand index 40ea0d68..1d218657 100644 --- a/driver/Compiler.vexpand +++ b/driver/Compiler.vexpand @@ -299,6 +299,8 @@ EXPAND_ASM_SEMANTICS EXPAND_RTL_FORWARD_SIMULATIONS eapply compose_forward_simulations. eapply RTLtoBTLproof.transf_program_correct; eassumption. + eapply compose_forward_simulations. + eapply BTL_Schedulerproof.transf_program_correct; eassumption. eapply compose_forward_simulations. eapply BTLtoRTLproof.transf_program_correct; eassumption. eapply compose_forward_simulations. -- cgit