mirror of https://github.com/openXC7/prjxray.git
Added generation of sorted and "uniqued" FASM output
Signed-off-by: Maciej Kurc <mkurc@antmicro.com>
This commit is contained in:
parent
cbbf46112f
commit
5c60639442
|
|
@ -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 $<
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue