From 98d493f9c80f356cdbc2669150d772e451c3b80e Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Sat, 28 Oct 2023 02:29:46 -0600 Subject: platform: implement support for disabling CPUs --- rtl/cache/offsets.sv | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'rtl/cache/offsets.sv') diff --git a/rtl/cache/offsets.sv b/rtl/cache/offsets.sv index 4a95e6a..7769394 100644 --- a/rtl/cache/offsets.sv +++ b/rtl/cache/offsets.sv @@ -2,8 +2,8 @@ module cache_offsets ( - input addr_offset core_offset, // El offset es un input pero no - // un output porque se mapea + input addr_offset core_offset, // El offset es un input pero no + // un output porque se mapea input word_be core_byteenable, input word core_writedata, input line core_readdata_line, @@ -11,9 +11,9 @@ module cache_offsets output line core_data_wr, core_writedata_line, - output word core_readdata, // Readdata pasa de ser una line - // en el input a una word por el - // offset + output word core_readdata, // Readdata pasa de ser una line + // en el input a una word por el + // offset output line_be core_byteenable_line ); -- cgit v1.2.3