Initial import of README.md

This commit is contained in:
Pierre Pronchery 2017-05-06 02:24:00 +02:00
parent d7e2e8c9fa
commit 5e9894792d
2 changed files with 37 additions and 1 deletions

36
README.md Normal file
View File

@ -0,0 +1,36 @@
DeforaOS libFPGA
================
About DeforaOS libFPGA
----------------------
The goal of this project is to provide a database of consistent, hassle-free
building blocks for FPGA targets.
In the current, very early phase the focus is first on a sustainable work
environment, ideally relying on Open Source tools for simulating, testing,
building and flashing programs. The code provided here is therefore very
limited, and not guaranteed to be correct.
Compiling DeforaOS libFPGA
--------------------------
Simply running `make` with no argument should be enough to build DeforaOS
libFPGA on your platform:
$ make
_Warning_: the Makefiles generated so far are missing the `VERILOG` variable,
expected to determine the compiler to use. To build with Icarus
Verilog, please therefore call:
$ make VERILOG="iverilog"
Generating Makefiles
--------------------
Official releases of DeforaOS libFPGA ship with Makefiles. The Makefiles are
generated with `configure(1)` from the DeforaOS configure project, found at
<https://www.defora.org/os/project/16/configure>.

View File

@ -2,4 +2,4 @@ package=libFPGA
version=0.0.0
subdirs=src
dist=Makefile
dist=Makefile,README.md