File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
65PDK : 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
98caravan : false
109clk : 25
1110emailto :
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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments