furs

bfpat
Login

bfpat

Create the bit(fields) pattern file

This supplies the pattern file for the bit(fields).

$(ABS_ADDRESSES_SVD) $(XSL_PROC) $(BITFIELDS_PAT) $(BITFIELDS_STY)
C:circle rad 40px "$(ABS_ADDRESSES_SVD)" fit
arrow right 100% 
E:box rad 10px "$(XSL_PROC)" fit
arrow right 100%
G: circle rad 40px "$(BITFIELDS_PAT)" fit
F:circle rad 40px "$(BITFIELDS_STY)" fit at 1.5 s of C
arrow from F.e \
then right until even with E \
then to E.s

Makefile

$(BITFIELDS_PAT): $(BITFIELDS_STY) $(ABS_ADDRESSES_SVD)
	$(XSL_PROC) -o $(BITFIELDS_PAT) $(BITFIELDS_STY) $(ABS_ADDRESSES_SVD)