From bfcbca52a117ec207addf629f1cada93e0f12e02 Mon Sep 17 00:00:00 2001 From: Greg Brown Date: Sun, 13 Feb 2022 14:01:44 +0000 Subject: Refactor to group instruction definitions together --- Everything.agda | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'Everything.agda') diff --git a/Everything.agda b/Everything.agda index c88f419..f3f1bda 100644 --- a/Everything.agda +++ b/Everything.agda @@ -48,20 +48,17 @@ import Helium.Algebra.Ordered.StrictTotal.Structures -- Some more algebraic structures import Helium.Algebra.Structures --- Definition of instructions using the Armv8-M pseudocode. -import Helium.Data.Pseudocode - -- Definition of the Armv8-M pseudocode. import Helium.Data.Pseudocode.Core -- Definition of types and operations used by the Armv8-M pseudocode. import Helium.Data.Pseudocode.Types --- Definitions of a subset of Armv8-M instructions. -import Helium.Instructions +-- Definition of instructions using the Armv8-M pseudocode. +import Helium.Instructions.Base --- Denotational semantics of Armv8-M instructions. -import Helium.Semantics.Denotational +-- Definitions of the data for a subset of Armv8-M instructions. +import Helium.Instructions.Core -- Base definitions for the denotational semantics. import Helium.Semantics.Denotational.Core -- cgit v1.2.3