Skip to content

Commit 8071df2

Browse files
StoreUnit (#169)
* StoreUnit * update storeunit env * update script and env
1 parent ad55fa4 commit 8071df2

6 files changed

Lines changed: 1404 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
from comm.export_dut import picker_export
2+
3+
TARGET_NAME = "StoreUnit"
4+
5+
6+
def build(cfg):
7+
8+
# export StoreUnit.sv
9+
return picker_export(TARGET_NAME, cfg)
10+
11+
12+
def line_coverage_files(cfg):
13+
return ["StoreUnit.v"]

ut_mem_block/lsu/storeunit/README.md

Lines changed: 716 additions & 0 deletions
Large diffs are not rendered by default.

ut_mem_block/lsu/storeunit/__init__.py

Whitespace-only changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from .storeunit_wrapper import *

0 commit comments

Comments
 (0)