mirror of
https://github.com/MPSU/APS.git
synced 2025-09-16 09:40:10 +00:00
ЛР8. Добавление тб и готового модуля
This commit is contained in:
committed by
Andrei Solodovnikov
parent
f667837c48
commit
aa381fc84e
@@ -1,3 +1,13 @@
|
||||
//////////////////////////////////////////////////////////////////////////////////
|
||||
// Company: MIET
|
||||
// Engineer: Andrei Solodovnikov
|
||||
|
||||
// Module Name: ext_mem
|
||||
// Project Name: RISCV_practicum
|
||||
// Target Devices: Nexys A7-100T
|
||||
// Description: external memory with byte_enable support
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////////////
|
||||
module ext_mem(
|
||||
input logic clk_i,
|
||||
input logic mem_req_i,
|
||||
|
Reference in New Issue
Block a user