Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
xtofalex authored May 2, 2024
1 parent eb4d128 commit ecd4949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion designs/black_parrot/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ all: black_parrot_edited.v black_parrot_snl.v

black_parrot_snl/snl.mf: black_parrot.v
export PYTHONPATH=${SET_PYTHONPATH}; \
${PYTHON_ENV} ${NAJA_EDIT} -f verilog -t snl -i $< -o black_parrot_snl -p ${NANGATE45_PRIMITIVES}
${PYTHON_ENV} ${NAJA_EDIT} -f verilog -t snl -i $< -o black_parrot_snl -p ${PRIMITIVES}/nangate45.py

black_parrot_snl.v: black_parrot_snl/snl.mf
export PYTHONPATH=${SET_PYTHONPATH}; \
Expand Down

0 comments on commit ecd4949

Please sign in to comment.