Match assigned project name with the name referenced in the dse.py script
During the execution of the Design Space Exploration (DSE), a FileNotFoundError arises due to a discrepancy between the project name generated by the building system and the project name sought by the DSE Python script. The automatic assignment of the project name incorporates multiple parameters for naming the project, while the Python script expects a project name with only a few of these parameters. To resolve this issue, it is necessary to modify the 'synthesis.mk' file and remove the parameters that are not utilized in the 'dse.py' script.