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.