use sqrnoise for qa test to be compatible with reference results

This commit is contained in:
dwarning 2015-03-26 14:01:35 +01:00
parent 26937f8dfb
commit 9970ce590d
1 changed files with 3 additions and 0 deletions

View File

@ -65,6 +65,9 @@ sub runNoiseTest {
}
print OF "x1 ".join(" ",@main::Pin)." mysub";
print OF "hn 0 n_$noisePin v_$noisePin 1";
print OF ".control";
print OF "set sqrnoise";
print OF ".endc";
print OF ".noise v(n_$noisePin) vin $main::frequencySpec";
print OF ".print noise all";
print OF ".end";