Add simulation
This commit is contained in:
parent
ffd9e6eca2
commit
da40506f04
4
.gitmodules
vendored
Normal file
4
.gitmodules
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
[submodule "ecsim"]
|
||||
path = ecsim
|
||||
url = https://github.com/system76/ecsim.git
|
||||
branch = master
|
3
Makefile
3
Makefile
@ -7,6 +7,9 @@ all: build/ec.rom
|
||||
clean:
|
||||
rm -rf build
|
||||
|
||||
sim: build/ec.rom
|
||||
cargo run --release --manifest-path ecsim/Cargo.toml -- $<
|
||||
|
||||
build/ec.rom: build/ec.ihx
|
||||
mkdir -p build
|
||||
makebin -p < $< > $@
|
||||
|
1
ecsim
Submodule
1
ecsim
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 7e685cd81523da7e8479d51d547dc146e1957fd8
|
Loading…
x
Reference in New Issue
Block a user