Add a custom compile stage to the SPEC stress test

parent f86eff5f
......@@ -25,6 +25,11 @@ do_configure() {
hdlmake
}
# Use Make to synthesize the project
do_compile() {
make
}
# Deploy the bitstream into the appropriated target folder
do_install() {
install -d ${D}/lib/firmware/fmc
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment