Add simulation

This commit is contained in:
Jeremy Soller 2019-09-27 17:33:06 -06:00
parent ffd9e6eca2
commit da40506f04
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1
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

@ -0,0 +1 @@
Subproject commit 7e685cd81523da7e8479d51d547dc146e1957fd8