Skip to content

Commit

Permalink
Merge branch 'esl-epfl:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
grinningmosfet authored Nov 29, 2023
2 parents ab39ff5 + dd913a9 commit 806222b
Show file tree
Hide file tree
Showing 6 changed files with 506 additions and 15 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -224,12 +224,12 @@ openroad-sky130:

## Read the id from the EPFL_Programmer flash
flash-readid:
cd sw/vendor/yosyshq_icestorm/iceprog; \
cd sw/vendor/yosyshq_icestorm/iceprog; make; \
./iceprog -d i:0x0403:0x6011 -I B -t;

## Loads the obtained binary to the EPFL_Programmer flash
flash-prog:
cd sw/vendor/yosyshq_icestorm/iceprog; \
cd sw/vendor/yosyshq_icestorm/iceprog; make; \
./iceprog -d i:0x0403:0x6011 -I B $(mkfile_path)/sw/build/main.hex;

## Run openOCD w/ EPFL_Programmer
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ sudo apt-get install -y gtkwave

We use version v0.0-1824-ga3b5bedf

See: [Install Verible](https://opentitan.org/guides/getting_started/index.html#step-6a-install-verible-optional)
See: [Install Verible](https://opentitan.org/guides/getting_started/index.html#step-7a-install-verible-optional)

To format your RTL code type:

Expand Down
2 changes: 2 additions & 0 deletions mcu_cfg_minimal.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
lenght: whatisleft, #keyword used to calculate the size as: ram.length - code.lenght
}
},
stack_size: 0x800,
heap_size: 0x800,
}

debug: {
Expand Down
Loading

0 comments on commit 806222b

Please sign in to comment.