Rename timeout_cycles to TIMEOUT_CYCLES to match convention
This commit is contained in:
@@ -23,7 +23,7 @@ endif
|
||||
endif
|
||||
echo " start_times: ['0ns']" >> $@
|
||||
echo " end_times: [" >> $@
|
||||
echo " '`bc <<< $(timeout_cycles)*$(CLOCK_PERIOD)`ns'" >> $@
|
||||
echo " '`bc <<< $(TIMEOUT_CYCLES)*$(CLOCK_PERIOD)`ns'" >> $@
|
||||
echo " ]" >> $@
|
||||
|
||||
$(POWER_RTL_CONF): $(VLSI_RTL)
|
||||
|
||||
Reference in New Issue
Block a user