mirror of
https://github.com/Silicon1602/srdl2sv.git
synced 2025-08-23 16:53:05 +00:00
Long CLI arguments now use dashes rather than underscores
This commit is contained in:
@@ -35,7 +35,7 @@ default: $(ALL_COCOTB_TESTS)
|
||||
@echo "##############################################################################"
|
||||
|
||||
build_dirs/%/compile.f: systemrdl/%.rdl
|
||||
srdl2sv $? --out_dir $(shell dirname $@) --file_log_level DEBUG --stream_log_level DEBUG
|
||||
srdl2sv $? --out-dir $(shell dirname $@) --file-logging DEBUG --stdout-logging DEBUG
|
||||
|
||||
ls $(PWD)/$(@D)/*_if.sv > $@
|
||||
ls $(PWD)/$(@D)/*amba*.sv >> $@
|
||||
|
Reference in New Issue
Block a user