ibex/examples/sw
Rupert Swarbrick 82d0654c97 Don't automatically generate disassembly in the example Makefile
Anyone who needs to disassemble their generated ELF can probably just
call objdump directly and the precise set of flags have already
confused at least one potential contributor[1].

We're keeping the canned objdump command for "engineers that know
where to look" because some have said they find it useful. Run it with
e.g.

    make -C examples/sw/simple_system/hello_test disassemble

[1] https://github.com/lowRISC/ibex/issues/1263
2021-03-02 09:21:09 +00:00
..
benchmarks Add a single RV32M enum parameter to select multiplier implementation 2020-08-20 11:50:08 +02:00
led sw-led: do not hardcode CC in makefile 2020-01-27 20:18:17 +00:00
simple_system Don't automatically generate disassembly in the example Makefile 2021-03-02 09:21:09 +00:00
.gitignore Use gitignore for software directory 2019-11-13 14:30:53 +01:00