From 475b4d4cd1063c369d45feff7e9a47d3fe3f59cd Mon Sep 17 00:00:00 2001 From: Felipe Lisboa <lisboafelipe5@gmail.com> Date: Thu, 8 Sep 2022 13:24:41 +0200 Subject: [PATCH] Fixed typo --- framework/DRAM/ImplementationInterface.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/DRAM/ImplementationInterface.v b/framework/DRAM/ImplementationInterface.v index 0a0904f..2bdfd05 100644 --- a/framework/DRAM/ImplementationInterface.v +++ b/framework/DRAM/ImplementationInterface.v @@ -8,7 +8,7 @@ Section ImplementationInterface. Class Arbiter_configuration := { State_t : Type; - }.gi + }. Context {REQESTOR_CFG : Requestor_configuration}. Context {ARBITER_CFG : Arbiter_configuration}. -- GitLab