From c831c59b7ce958653ec5e12ad202bb29d9f5ff1f Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Thu, 28 Mar 2024 23:47:06 +0900 Subject: [PATCH] Update instruc.sv recieved -> received --- rtl/instruc/instruc.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtl/instruc/instruc.sv b/rtl/instruc/instruc.sv index ffc2276..2ed87b8 100644 --- a/rtl/instruc/instruc.sv +++ b/rtl/instruc/instruc.sv @@ -19,7 +19,7 @@ module instruc import globals::*; // Recieves and decodes instructions from pcie that contain information // like the weights or the tiling parameters which tell the memory // controller how to traverse through the data. - // globals instructions are recieved straight from pcie, then this module + // globals instructions are received straight from pcie, then this module // decodes them into separate instructions for the gemm memory and // arithmetic_unit (sys_arr and post_gemmm_arith_u unit),