Commit 0fb20bc0 authored by Lucas Russo's avatar Lucas Russo

hdl/syn/ml605/*/build_bitstream_local.sh: remove hdlmake command

parent 0ebd5ce9
#!/bin/bash
COMMAND="(hdlmake-devel; make clean; time make; date) 2>&1 | tee make_output &"
COMMAND="(make clean; time make; date) 2>&1 | tee make_output &"
echo $COMMAND
eval $COMMAND
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