manarabdelaty | 69bd326 | 2021-04-07 15:58:03 +0200 | [diff] [blame] | 1 | # SPDX-FileCopyrightText: 2020 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 | # |
| 15 | # SPDX-License-Identifier: Apache-2.0 |
| 16 | |
manarabdelaty | f02cd32 | 2021-09-02 13:59:14 +0200 | [diff] [blame] | 17 | |
Marwan Abbas | 51a1096 | 2022-02-11 16:35:19 +0200 | [diff] [blame] | 18 | |
| 19 | PWDD := $(shell pwd) |
| 20 | BLOCKS := $(shell basename $(PWDD)) |
manarabdelaty | 69bd326 | 2021-04-07 15:58:03 +0200 | [diff] [blame] | 21 | |
Marwan Abbas | 51a1096 | 2022-02-11 16:35:19 +0200 | [diff] [blame] | 22 | # ---- Include Partitioned Makefiles ---- |
manarabdelaty | 69bd326 | 2021-04-07 15:58:03 +0200 | [diff] [blame] | 23 | |
Marwan Abbas | 96d63c5 | 2022-02-13 19:13:03 +0200 | [diff] [blame] | 24 | $(info $(TARGET_PATH)) |
| 25 | |
| 26 | export DESIGNS = $(TARGET_PATH) |
| 27 | export TOOLS = /opt/riscv32i/ |
| 28 | |
| 29 | CONFIG = caravel_user_project |
| 30 | |
manarabdelaty | 69bd326 | 2021-04-07 15:58:03 +0200 | [diff] [blame] | 31 | |
Marwan Abbas | 51a1096 | 2022-02-11 16:35:19 +0200 | [diff] [blame] | 32 | include $(MCW_ROOT)/verilog/dv/make/env.makefile |
| 33 | include $(MCW_ROOT)/verilog/dv/make/var.makefile |
| 34 | include $(MCW_ROOT)/verilog/dv/make/cpu.makefile |
| 35 | include $(MCW_ROOT)/verilog/dv/make/sim.makefile |
manarabdelaty | 69bd326 | 2021-04-07 15:58:03 +0200 | [diff] [blame] | 36 | |
manarabdelaty | 69bd326 | 2021-04-07 15:58:03 +0200 | [diff] [blame] | 37 | |