Skip to content

Commit

Permalink
extra whitespace in debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesreiss committed Aug 23, 2021
1 parent 98fb48a commit 239cfe1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hclrs"
version = "0.2.12"
version = "0.2.13"
authors = ["Charles Reiss <[email protected]>"]

build = "build.rs" # LARLRPOP preprocessing
Expand Down
1 change: 1 addition & 0 deletions src/program.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1320,6 +1320,7 @@ impl RunningProgram {
_ => keys_normal.push(key.clone()),
}
}
writeln!(w, "")?;
self.dump_wire_subtable(w, keys_builtin_input, "Values of inputs to built-in components:", false)?;
self.dump_wire_subtable(w, keys_builtin_output, "Values of outputs of built-in components:", false)?;
self.dump_wire_subtable(w, keys_register_bank, "Values of register bank signals:", false)?;
Expand Down

0 comments on commit 239cfe1

Please sign in to comment.