forked from M-Labs/artiq
flake: check gateware timing
This commit is contained in:
parent
bb61f2dae6
commit
df6aeb99f6
|
@ -260,7 +260,9 @@
|
||||||
export TARGET_AR=llvm-ar
|
export TARGET_AR=llvm-ar
|
||||||
${buildCommand}
|
${buildCommand}
|
||||||
'';
|
'';
|
||||||
checkPhase = ''
|
doCheck = true;
|
||||||
|
checkPhase =
|
||||||
|
''
|
||||||
# Search for PCREs in the Vivado output to check for errors
|
# Search for PCREs in the Vivado output to check for errors
|
||||||
check_log() {
|
check_log() {
|
||||||
grep -Pe "$1" artiq_${target}/${variant}/gateware/vivado.log && exit 1 || true
|
grep -Pe "$1" artiq_${target}/${variant}/gateware/vivado.log && exit 1 || true
|
||||||
|
|
Loading…
Reference in New Issue