Skip to content

Commit

Permalink
cleaning setup
Browse files Browse the repository at this point in the history
  • Loading branch information
xtofalex committed May 29, 2024
1 parent 3cd339e commit ad781af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions designs/swerv_wrapper/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ all: swerv_wrapper_snl.v

swerv_wrapper/snl.mf: swerv_wrapper.v
export PYTHONPATH=${SET_PYTHONPATH}; \
${PYTHON_ENV} ${NAJA_EDIT} -f verilog -t snl -i $< -o swerv_wrapper -p ${NANGATE45_PRIMITIVES} -e ${SCRIPTS}/pre_edit.py -a all -z ${SCRIPTS}/post_edit.py
${PYTHON_ENV} ${NAJA_EDIT} -f verilog -t snl -i $< -o swerv_wrapper -p ${PRIMITIVES}/nangate45.py -e ${SCRIPTS}/pre_edit.py -a all -z ${SCRIPTS}/post_edit.py

swerv_wrapper_snl.v: swerv_wrapper/snl.mf
export PYTHONPATH=${SET_PYTHONPATH}; \
${PYTHON_ENV} ${NAJA_EDIT} -f snl -t verilog -i swerv_wrapper_snl -o swerv_wrapper_snl.v
${PYTHON_ENV} ${NAJA_EDIT} -f snl -t verilog -i swerv_wrapper -o swerv_wrapper_snl.v

clean:
-rm -rf __pycache__ swerv_wrapper swerv_wrapper_snl.v swerv_wrapper_edited.v *.log *.stats

0 comments on commit ad781af

Please sign in to comment.