Update Makefile to v1.0.1 and fix whitespace

- Upgraded Makefile to version 1.0.1, indicating minor revisions or fixes.
- Corrected whitespace inconsistency in MAP_OPTS definition for cleaner code formatting.
- Added reference to the GitHub repository in the header comments for better discoverability of the source.
This commit is contained in:
2024-03-09 00:06:04 +01:00
parent 4893f9cf7c
commit 5897ffa953

View File

@@ -4,13 +4,15 @@
## To the extent possible under law, the author(s) have dedicated all copyright ## To the extent possible under law, the author(s) have dedicated all copyright
## and related and neighboring rights to this software to the public domain ## and related and neighboring rights to this software to the public domain
## worldwide. This software is distributed without any warranty. ## worldwide. This software is distributed without any warranty.
##
## Makefile github repository: https://github.com/PxaMMaxP/Xilinx-ISE-Makefile
########################################################################### ###########################################################################
########################################################################### ###########################################################################
# Version # Version
########################################################################### ###########################################################################
Makefile_Version := 1.0.0 Makefile_Version := 1.0.1
$(info ISE Makefile Version: $(Makefile_Version)) $(info ISE Makefile Version: $(Makefile_Version))
########################################################################### ###########################################################################
@@ -42,7 +44,7 @@ BITFILE ?= build/$(PROJECT).bit
COMMON_OPTS ?= -intstyle xflow COMMON_OPTS ?= -intstyle xflow
XST_OPTS ?= XST_OPTS ?=
NGDBUILD_OPTS ?= NGDBUILD_OPTS ?=
MAP_OPTS ?= -detail MAP_OPTS ?= -detail
PAR_OPTS ?= PAR_OPTS ?=
BITGEN_OPTS ?= BITGEN_OPTS ?=
TRACE_OPTS ?= -v 3 -n 3 TRACE_OPTS ?= -v 3 -n 3