Added generation of sorted and "uniqued" FASM output

Signed-off-by: Maciej Kurc <mkurc@antmicro.com>
This commit is contained in:
Maciej Kurc 2019-07-05 12:03:30 +02:00
parent cbbf46112f
commit 5c60639442
1 changed files with 3 additions and 0 deletions

View File

@ -52,6 +52,9 @@ endif
$< >$@ \
|| (rm -f $@ && exit 1)
%.unique.fasm: %.fasm
@sort -u $< >$@
%.bits: %.bit
$(XRAY_BITREAD) -part_file $(XRAY_DIR)/database/artix7/$(PART).yaml -o $@ -z -y $<