Skip to content

Commit 97eb09c

Browse files
cocotb: fix design_info extra RTL files, update both test yamls to fir_wb only
1 parent 44e8616 commit 97eb09c

2 files changed

Lines changed: 13 additions & 29 deletions

File tree

verilog/dv/cocotb/design_info.yaml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
1-
# SPDX-FileCopyrightText: 2020 Efabless Corporation
1+
# SPDX-FileCopyrightText: 2026 Mummana Jagadeesh
22
# SPDX-License-Identifier: Apache-2.0
3-
4-
CARAVEL_ROOT: /home/jagadeesh97/caravel_user_project/caravel
5-
MCW_ROOT: /home/jagadeesh97/caravel_user_project/mgmt_core_wrapper
3+
CARAVEL_ROOT: $GITHUB_WORKSPACE/caravel
4+
MCW_ROOT: $GITHUB_WORKSPACE/mgmt_core_wrapper
65
PDK: sky130A
7-
PDK_ROOT: /home/jagadeesh97/pdks
8-
USER_PROJECT_ROOT: /home/jagadeesh97/caravel_user_project
6+
PDK_ROOT: $GITHUB_WORKSPACE/pdk
7+
USER_PROJECT_ROOT: $GITHUB_WORKSPACE
98
caravan: false
109
clk: 25
1110
emailto:
1211
- null
12+
extra_design_files:
13+
- $GITHUB_WORKSPACE/rtl/digital/wishbone_csr/wb_csr.v
14+
- $GITHUB_WORKSPACE/rtl/digital/cic/cic_decimator.v
15+
- $GITHUB_WORKSPACE/rtl/digital/fir/fir_filter.v
16+
- $GITHUB_WORKSPACE/rtl/digital/pwm_dac/pwm_dac.v
17+
- $GITHUB_WORKSPACE/rtl/digital/lfsr/lfsr.v
Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,3 @@
1-
# SPDX-FileCopyrightText: 2023 Efabless Corporation
2-
3-
# Licensed under the Apache License, Version 2.0 (the "License");
4-
# you may not use this file except in compliance with the License.
5-
# You may obtain a copy of the License at
6-
7-
# http://www.apache.org/licenses/LICENSE-2.0
8-
9-
# Unless required by applicable law or agreed to in writing, software
10-
# distributed under the License is distributed on an "AS IS" BASIS,
11-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12-
# See the License for the specific language governing permissions and
13-
# limitations under the License.
14-
1+
# SPDX-FileCopyrightText: 2026 Mummana Jagadeesh
152
# SPDX-License-Identifier: Apache-2.0
16-
17-
# yaml file contain general design information that would mostly need to be updated in the first run only
18-
includes:
19-
- counter_la/counter_la.yaml
20-
- counter_wb/counter_wb.yaml
21-
- counter_la_reset/counter_la_reset.yaml
22-
- counter_la_clk/counter_la_clk.yaml
23-
24-
3+
- fir_wb

0 commit comments

Comments
 (0)