This commit is contained in:
2026-06-12 07:53:32 +02:00
commit 59e71f3297
259 changed files with 29010 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
`ifndef MEMORY_PKG_SV
`define MEMORY_PKG_SV
package memory_pkg;
`include "v2_tr.sv"
`include "v2_driver.sv"
endpackage : memory_pkg
`endif