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 a975d40 commit eb4d128
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions designs/jpeg/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ all: jpeg_hier_edited.v jpeg_flat_edited.v

jpeg_snl/snl.mf: jpeg.v
export PYTHONPATH=${SET_PYTHONPATH}; \
${PYTHON_ENV} ${NAJA_EDIT} -f verilog -t snl -i $< -o jpeg_snl -p ${ASAP7_PRIMITIVES}
${PYTHON_ENV} ${NAJA_EDIT} -f verilog -t snl -i $< -o jpeg_snl -p ${PRIMITIVES}/asap7.py

jpeg_flat_snl/snl.mf: jpeg_flat.v
export PYTHONPATH=${SET_PYTHONPATH}; \
${PYTHON_ENV} ${NAJA_EDIT} -f verilog -t snl -i $< -o jpeg_flat_snl -p ${ASAP7_PRIMITIVES}
${PYTHON_ENV} ${NAJA_EDIT} -f verilog -t snl -i $< -o jpeg_flat_snl -p ${PRIMITIVES}/asap7.py

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

0 comments on commit eb4d128

Please sign in to comment.