diff options
author | Josh Blum <josh@joshknows.com> | 2010-01-12 14:43:43 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-01-12 14:43:43 -0800 |
commit | cbb8e474bb5592753a340ba31d3afbab7226f7c6 (patch) | |
tree | 6dd14d37d8d46f3a506a309f57d82ed1ed05f781 /fpga | |
parent | 4e94574aeaa46c671bba0a6fc83cb967d228c880 (diff) | |
download | uhd-cbb8e474bb5592753a340ba31d3afbab7226f7c6.tar.gz uhd-cbb8e474bb5592753a340ba31d3afbab7226f7c6.tar.bz2 uhd-cbb8e474bb5592753a340ba31d3afbab7226f7c6.zip |
Reorganized structure into include, lib, test, firmware, fpga.
The fpga and firmware are empty placeholders for now.
Diffstat (limited to 'fpga')
-rw-r--r-- | fpga/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fpga/README b/fpga/README new file mode 100644 index 000000000..aacafecfd --- /dev/null +++ b/fpga/README @@ -0,0 +1,4 @@ +This is a placeholder for the fpga code (verilog, makefiles, corgens...) + +The layout should have a common library and various top level builds +and testbenches that are organized hierarchically. |