diff options
| author | Alejandro Soto <alejandro@34project.org> | 2023-10-28 02:29:46 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2023-10-28 02:29:46 -0600 |
| commit | 98d493f9c80f356cdbc2669150d772e451c3b80e (patch) | |
| tree | 320f7c6b86ea5be5d07f848ec450663e9319de0b /rtl/cache/offsets.sv | |
| parent | 7c5974f80f2b549a45721053037e877bc6bda438 (diff) | |
platform: implement support for disabling CPUs
Diffstat (limited to 'rtl/cache/offsets.sv')
| -rw-r--r-- | rtl/cache/offsets.sv | 10 |
1 files changed, 5 insertions, 5 deletions
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 ); |
