1
0
mirror of https://github.com/antonblanchard/chiselwatt.git synced 2026-02-28 17:29:58 +00:00

5 Commits

Author SHA1 Message Date
Kevin Läufer
7fe87295e8 build.sbt: update to new structure
Mostly copied from the new chisel template:
https://github.com/freechipsproject/chisel-template/blob/main/build.sbt

Signed-off-by: Kevin Läufer <laeufer@cs.berkeley.edu>
2020-12-23 16:24:16 -08:00
Carlos de Paula
4f1d3e5ae7 Add hello_world sample sources and Makefile targets
Added hello_world sources and new Makefile targets for building
hello_world and Micropython inside containers.

Updated documentation reflecting these changes and moved binaries
to ./samples/binaries/.

Signed-off-by: Carlos de Paula <me@carlosedp.com>
2020-04-28 13:50:50 -03:00
Carlos de Paula
c06e4697dc Restructured Makefile and Readme for multi-boards
Added a couple of improvements to the Makefile and Readme:

* Restructured the Makefile to support multiple boards based on variable
* Verilator build is also done in Docker container with local option
* Restructured Readme to reflect changes in the Makefile
* Support for running the verilator chiselwatt binary in a Docker
container in case the OS is not Linux.

Signed-off-by: Carlos de Paula <me@carlosedp.com>
2020-03-25 11:29:51 -03:00
Edward Wang
db7736a92b Add test_run_dir to gitignore
Signed-off-by: Edward Wang <edward.c.wang@compdigitec.com>
2020-02-10 23:45:26 -05:00
Anton Blanchard
f138ab7c7c Initial import 2020-01-30 05:20:07 +11:00