From db47da3b6dfc2c26d72386c60b81ad30b1c062a2 Mon Sep 17 00:00:00 2001 From: Filip Leonarski Date: Tue, 7 May 2024 14:33:22 +0200 Subject: [PATCH] README.md: Remove part on .mcs naming --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 7a58006e..df2aa013 100644 --- a/README.md +++ b/README.md @@ -96,8 +96,7 @@ make jfjoch ``` ## Versions -**FPGA release** is as hexadecimal number indicted in the [jfjoch_fpga.h](fpga/pcie_driver/jfjoch_fpga.h) as JFJOCH_FPGA_RELEASE constant. -It is also included in the name of FPGA firmware file (.mcs) and kernel driver archive. This number indicated breaking changes in the FPGA firmware interface. +**FPGA release** is as hexadecimal number indicted in the [jfjoch_fpga.h](fpga/pcie_driver/jfjoch_fpga.h) as JFJOCH_FPGA_RELEASE constant. This number indicated breaking changes in the FPGA firmware interface. FPGA release has to be consistent between FPGA firmware, kernel driver and `jfjoch_broker` - both kernel driver and software won't work in case of version mismatch. Commits to `main` branch with the same FPGA release version are OK to mix between components.