Add simulation
This commit is contained in:
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
Submodule ecsim added at 7e685cd815
Reference in New Issue
Block a user