diff options
Diffstat (limited to 'usrp2/top')
-rw-r--r-- | usrp2/top/B100/Makefile | 1 | ||||
-rw-r--r-- | usrp2/top/E1x0/Makefile | 1 | ||||
-rw-r--r-- | usrp2/top/USRP2/Makefile | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/usrp2/top/B100/Makefile b/usrp2/top/B100/Makefile index ca6ec9320..7ab56f9bd 100644 --- a/usrp2/top/B100/Makefile +++ b/usrp2/top/B100/Makefile @@ -69,6 +69,7 @@ TRANSLATE_PROPERTIES = \ "Macro Search Path" "$(shell pwd)/../../coregen/" MAP_PROPERTIES = \ +"Generate Detailed MAP Report" TRUE \ "Allow Logic Optimization Across Hierarchy" TRUE \ "Map to Input Functions" 4 \ "Optimization Strategy (Cover Mode)" Speed \ diff --git a/usrp2/top/E1x0/Makefile b/usrp2/top/E1x0/Makefile index 5d721979b..19fb93ebf 100644 --- a/usrp2/top/E1x0/Makefile +++ b/usrp2/top/E1x0/Makefile @@ -72,6 +72,7 @@ TRANSLATE_PROPERTIES = \ "Macro Search Path" "$(shell pwd)/../../coregen/" MAP_PROPERTIES = \ +"Generate Detailed MAP Report" TRUE \ "Allow Logic Optimization Across Hierarchy" TRUE \ "Map to Input Functions" 4 \ "Optimization Strategy (Cover Mode)" Speed \ diff --git a/usrp2/top/USRP2/Makefile b/usrp2/top/USRP2/Makefile index e9b43491a..8ebb43639 100644 --- a/usrp2/top/USRP2/Makefile +++ b/usrp2/top/USRP2/Makefile @@ -71,6 +71,7 @@ TRANSLATE_PROPERTIES = \ "Macro Search Path" "$(shell pwd)/../../coregen/" MAP_PROPERTIES = \ +"Generate Detailed MAP Report" TRUE \ "Allow Logic Optimization Across Hierarchy" TRUE \ "Map to Input Functions" 4 \ "Optimization Strategy (Cover Mode)" Speed \ |