Skip to content

Commit 5c937d4

Browse files
committed
Fix bug of build script for ftq_top
1 parent 242f46d commit 5c937d4

2 files changed

Lines changed: 17 additions & 16 deletions

File tree

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
from comm.export_dut import picker_export
2+
3+
TARGET_NAME = "FtqTop"
4+
5+
6+
def build(cfg):
7+
return picker_export(
8+
source_name="Ftq",
9+
target_name=TARGET_NAME,
10+
access_mode=1,
11+
cfg=cfg,
12+
)
13+
14+
15+
## set coverage
16+
def line_coverage_files(cfg):
17+
return ["Ftq.v"]

scripts/build_ut_frontend_ftq_top.py

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)