Update .gitignore and Makefile for reports directory and version increment

- Added "reports/" directory to .gitignore to exclude it from version control.
- Incremented Makefile version from 1.1.3 to 1.1.4.
- Introduced REPORT_DIR variable in Makefile to manage report files.
- Modified ISIM_CMD in Makefile to remove specific commands, simplifying the simulation process.
- Enhanced the clean target in Makefile to also remove the REPORT_DIR, ensuring a clean state for new builds.
- Updated project build process in Makefile to create and use REPORT_DIR for storing synthesis, map, place and route, pinout, and timing reports, improving organization and accessibility of build reports.
This commit is contained in:
2024-03-25 19:20:49 +01:00
parent c661c3f453
commit 63140660a3
2 changed files with 17 additions and 8 deletions

3
.gitignore vendored
View File

@@ -1 +1,2 @@
working/
working/
reports/