Skip to content

Commit

Permalink
carfield.mk: Refactor nonfree components position
Browse files Browse the repository at this point in the history
  • Loading branch information
alex96295 committed Jan 6, 2024
1 parent 2db94e4 commit 46f3f6b
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions carfield.mk
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,21 @@ include $(CAR_ROOT)/bender-synth.mk
include $(CAR_ROOT)/bender-xilinx.mk
include $(CAR_ROOT)/bender-safed.mk

######################
# Nonfree components #
######################

CAR_NONFREE_REMOTE ?= [email protected]:carfield/carfield-nonfree.git
CAR_NONFREE_COMMIT ?= 5bb6f001cf835d9d4938ee364df687e1811c8719

## Clone the non-free verification IP for the Carfield TB
car-nonfree-init:
git clone $(CAR_NONFREE_REMOTE) $(CAR_ROOT)/nonfree
cd nonfree && git checkout $(CAR_NONFREE_COMMIT)
cd nonfree/intel16 && icdesign intel16 -update all -nogui

-include nonfree/nonfree.mk

####################################
# Islands' variables initialization #
#####################################
Expand Down Expand Up @@ -130,21 +145,6 @@ car-checkout-deps:
.PHONY: car-checkout
car-checkout: car-checkout-deps

######################
# Nonfree components #
######################

CAR_NONFREE_REMOTE ?= [email protected]:carfield/carfield-nonfree.git
CAR_NONFREE_COMMIT ?= 6a34906eb1468fd633c3f4d8354ce013e70486df

## Clone the non-free verification IP for the Carfield TB
car-nonfree-init:
git clone $(CAR_NONFREE_REMOTE) $(CAR_ROOT)/nonfree
cd nonfree && git checkout $(CAR_NONFREE_COMMIT)
cd nonfree/intel16 && icdesign intel16 -update all -nogui

-include nonfree/nonfree.mk

############
# Build SW #
############
Expand Down

0 comments on commit 46f3f6b

Please sign in to comment.