Skip to content

Commit

Permalink
Merge branch 'devel/more_toy_svg_changes' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
epkRichi committed Nov 12, 2023
2 parents 99b9ce2 + 470a6bd commit cf19ca9
Show file tree
Hide file tree
Showing 2 changed files with 372 additions and 342 deletions.
1 change: 1 addition & 0 deletions architecture_simulator/gui/webgui.py
Original file line number Diff line number Diff line change
Expand Up @@ -714,6 +714,7 @@ def get_toy_svg_update_values(sim: ToySimulation) -> list[tuple[str, str, str |
result.append(
("text-alu-out", "write", str(alu_out) if alu_out is not None else "")
)
result.append(("group-alu-out", "show", alu_out is not None))
result.append(
("text-ram-out", "write", str(ram_out) if ram_out is not None else "")
)
Expand Down
Loading

0 comments on commit cf19ca9

Please sign in to comment.