Add simulation

This commit is contained in:
Jeremy Soller
2019-09-27 17:33:06 -06:00
parent ffd9e6eca2
commit da40506f04
3 changed files with 8 additions and 0 deletions

4
.gitmodules vendored Normal file
View File

@ -0,0 +1,4 @@
[submodule "ecsim"]
path = ecsim
url = https://github.com/system76/ecsim.git
branch = master

View File

@ -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

Submodule ecsim added at 7e685cd815