diff --git a/README.md b/README.md index be08e06..9b19bf7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # HDL Coder Self Guided Tutorial [![Open in MATLAB Online](https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg)](https://matlab.mathworks.com/open/github/v1?repo=mathworks/HDL-Coder-Self-Guided-Tutorial) - [![View HDL Coder Self-Guided Tutorial on File Exchange](https://www.mathworks.com/matlabcentral/images/matlab-file-exchange.svg)](https://www.mathworks.com/matlabcentral/fileexchange/69651-hdl-coder-self-guided-tutorial) This tutorial will guide you through the steps necessary to implement a MATLAB algorithm in FPGA hardware, including: diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..221952e --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,6 @@ +# Reporting Security Vulnerabilities + +If you believe you have discovered a security vulnerability, please report it to +[security@mathworks.com](mailto:security@mathworks.com). Please see +[MathWorks Vulnerability Disclosure Policy for Security Researchers](https://www.mathworks.com/company/aboutus/policies_statements/vulnerability-disclosure-policy.html) +for additional information. \ No newline at end of file diff --git a/license.txt b/license.txt index 8c68cac..7b4f0d0 100644 --- a/license.txt +++ b/license.txt @@ -1,4 +1,4 @@ -Copyright (c) 2018-2024, The MathWorks, Inc. +Copyright (c) 2018-2025, The MathWorks, Inc. All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/pulse_detector/Pulse Detector HDL Tutorial.pdf b/pulse_detector/Pulse Detector HDL Tutorial.pdf index 56b0676..8c7d9c4 100644 Binary files a/pulse_detector/Pulse Detector HDL Tutorial.pdf and b/pulse_detector/Pulse Detector HDL Tutorial.pdf differ