Skip to content

Commit

Permalink
Upates to ALFs
Browse files Browse the repository at this point in the history
  • Loading branch information
klingaard committed Oct 27, 2023
1 parent a37ca62 commit c19f93b
Show file tree
Hide file tree
Showing 5 changed files with 853 additions and 449 deletions.
4 changes: 2 additions & 2 deletions layouts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
all: small_core.alf medium_core.alf big_core.alf

%_core.alf:
@echo "Generating pipeout for $@d"
@echo "Generating pipeout for $@"
@(cd ../release; ./olympia -z ../layouts/pipeout -i1 traces/dhry_riscv.zstf > /dev/null)
@./gen_alf.py -d pipeoutlocation.dat -a $*_core.alf
@rm pipeout*

clean:
rm *.alf pipeout*
rm -f *.alf pipeout*
Loading

0 comments on commit c19f93b

Please sign in to comment.