Skip to content

Commit

Permalink
install nangate45 primitives
Browse files Browse the repository at this point in the history
  • Loading branch information
xtofalex committed Apr 7, 2024
1 parent 3217f72 commit b7e64e2
Show file tree
Hide file tree
Showing 5 changed files with 1,861,981 additions and 1 deletion.
2 changes: 1 addition & 1 deletion primitives/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
#
# SPDX-License-Identifier: Apache-2.0

INSTALL(FILES xilinx.py asap7.py DESTINATION shared/primitives)
INSTALL(FILES xilinx.py asap7.py nangate45.py DESTINATION shared/primitives)
14 changes: 14 additions & 0 deletions regress/black_parrot/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
include ../Makefile.inc

all: parse_snl

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}

parse_snl: black_parrot_snl/snl.mf
export PYTHONPATH=${SET_PYTHONPATH}; \
${PYTHON_ENV} ${NAJA_EDIT} -f snl -i black_parrot_snl

clean:
-rm black_parrot/*
Loading

0 comments on commit b7e64e2

Please sign in to comment.