From a46d1bd49248ca9b1f9eecb411dfc8045d2fdd2e Mon Sep 17 00:00:00 2001 From: tangxifan Date: Tue, 3 Nov 2020 09:27:06 -0700 Subject: [PATCH] [Doc] Add README to SDC and Testbench directories --- SDC/README.md | 5 +++++ TESTBENCH/README.md | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 SDC/README.md create mode 100644 TESTBENCH/README.md diff --git a/SDC/README.md b/SDC/README.md new file mode 100644 index 0000000..d4fa921 --- /dev/null +++ b/SDC/README.md @@ -0,0 +1,5 @@ +# Skywater PDK +This directory contains the design constraints for FPGA fabrics that are automatically generated by OpenFPGA or tuned for a specific FPGA fabric. +Please keep this directory clean and organize as follows: +- Each set of design constraints should be placed in a separated directory +- READMD is the only file allowed in the directory, others should be sub-directories. diff --git a/TESTBENCH/README.md b/TESTBENCH/README.md new file mode 100644 index 0000000..5b27814 --- /dev/null +++ b/TESTBENCH/README.md @@ -0,0 +1,5 @@ +# Skywater PDK +This directory contains the testbenches for FPGA fabrics that are automatically generated by OpenFPGA or tuned for a specific FPGA fabric. +Please keep this directory clean and organize as follows: +- Each testbench should be placed in a separated directory +- READMD is the only file allowed in the directory, others should be sub-directories.