Skip to content

Commit

Permalink
synth vs reader confusion
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyestein committed Oct 3, 2024
1 parent ecba32f commit 9902814
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion emap-setup/emap_runner/validation/validation_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,9 @@ def _run_emap(self) -> None:
output_filename=f"{self.log_file_prefix}_hoover.txt",
)

if self.use_waveform_reader:
# This needs further thought: it only brings up the reader for now (which may be
# reading from a file), probably need to have separate options for file vs synth?
if self.use_waveform_synth:
self.docker.run(
"up --exit-code-from waveform-reader waveform-reader",
output_filename=f"{self.log_file_prefix}_waveform-reader.txt",
Expand Down

0 comments on commit 9902814

Please sign in to comment.