mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
Added more performance measurement infrastructure
This commit is contained in:
parent
e4429c480e
commit
058ceda6a0
2 changed files with 43 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -20,7 +20,7 @@ all: top-all
|
|||
|
||||
CXXFLAGS = -Wall -Wextra -ggdb -I"$(shell pwd)" -MD -D_YOSYS_ -fPIC
|
||||
LDFLAGS = -rdynamic
|
||||
LDLIBS = -lstdc++ -lreadline -lm -ldl
|
||||
LDLIBS = -lstdc++ -lreadline -lm -ldl -lrt
|
||||
QMAKE = qmake-qt4
|
||||
|
||||
YOSYS_VER := 0.0.x
|
||||
|
@ -155,7 +155,7 @@ config-release: clean
|
|||
echo 'CONFIG := release' > Makefile.conf
|
||||
|
||||
config-gprof: clean
|
||||
echo 'CONFIG := release' > Makefile.conf
|
||||
echo 'CONFIG := gcc-debug' > Makefile.conf
|
||||
echo 'ENABLE_GPROF := 1' >> Makefile.conf
|
||||
|
||||
config-sudo:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue