Add setup.py to repository to install srdl2sv

This commit is contained in:
2021-10-24 12:14:03 -07:00
parent ec02290bbe
commit 49d1b598f0
10 changed files with 75 additions and 25 deletions

View File

@@ -35,7 +35,7 @@ default: $(ALL_COCOTB_TESTS)
@echo "##############################################################################"
build_dirs/%/compile.f: systemrdl/%.rdl
../srdl2sv/main.py $? --out_dir $(shell dirname $@) --file_log_level DEBUG --stream_log_level DEBUG
srdl2sv $? --out_dir $(shell dirname $@) --file_log_level DEBUG --stream_log_level DEBUG
ls $(PWD)/$(@D)/*_pkg.sv > $@
ls $(PWD)/$(@D)/*amba*.sv >> $@