prepare makefile infrastructure for writing examples
commitf122fa70e30a7d7744b38fa22bd1d5aa949e8277
authorWojciech Kosior <kwojtus@protonmail.com>
Thu, 24 Dec 2020 08:22:34 +0000 (24 09:22 +0100)
committerWojciech Kosior <kwojtus@protonmail.com>
Thu, 24 Dec 2020 08:22:34 +0000 (24 09:22 +0100)
tree8d0ed8590eb5bb6cbb85ded102a4e4e440f28913
parent6abc6fd5a869976b4e31e12908e835827399deec
prepare makefile infrastructure for writing examples
14 files changed:
Makefile
Makefile.config
Makefile.example [new file with mode: 0644]
Makefile.test
Makefile.util
design/soc.v
examples/example1_blink_led/Makefile [new file with mode: 0644]
examples/example1_blink_led/instructions.s.tcl [new file with mode: 0644]
examples/example_toplevel.v [new file with mode: 0644]
models/flash_memory.v
models/soc_with_peripherals.v
tests/soc_measure_time/test.v
tests/soc_print_number/test.v
tests/soc_simple_display/test.v