add pipeline and pass sim

This commit is contained in:
2024-10-22 20:31:51 +08:00
parent f4efa6177e
commit 1ab1467569
18 changed files with 848 additions and 957 deletions

View File

@@ -1,3 +1,4 @@
alias a := all
alias c := clean-build
alias b := build
alias r := run
@@ -13,6 +14,10 @@ clean-all:
clean-build:
rm -rf ./build/*
# clean images
clean-img:
rm -rf ./logs/*.bmp
# build and run default target
all: build run