mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
edited indentation
This commit is contained in:
parent
9bb01bc6f4
commit
a0b3367218
@ -174,9 +174,9 @@ def plotConfigs(tech, special=''):
|
|||||||
freq = techdict[tech].targfreq
|
freq = techdict[tech].targfreq
|
||||||
for oneSynth in allSynths:
|
for oneSynth in allSynths:
|
||||||
if (tech == oneSynth.tech) & (freq == oneSynth.freq) & (oneSynth.special == special):
|
if (tech == oneSynth.tech) & (freq == oneSynth.freq) & (oneSynth.special == special):
|
||||||
delays += [oneSynth.delay]
|
delays += [oneSynth.delay]
|
||||||
areas += [oneSynth.area]
|
areas += [oneSynth.area]
|
||||||
labels += [oneSynth.width + oneSynth.config]
|
labels += [oneSynth.width + oneSynth.config]
|
||||||
|
|
||||||
fig, (ax) = plt.subplots(1, 1)
|
fig, (ax) = plt.subplots(1, 1)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user