diff options
author | Paul Oliver <contact@pauloliver.dev> | 2024-02-29 02:29:14 +0100 |
---|---|---|
committer | Paul Oliver <contact@pauloliver.dev> | 2024-02-29 02:29:14 +0100 |
commit | 2b62fa482a7553c07e7664b736a646af35c1f72d (patch) | |
tree | 1f3ab646228c302e8a85289a66bdd81b15871737 /bin | |
parent | 59546320f16259b1bc8a1d397dd9c0203a0349f8 (diff) |
Removed Memory module's IP flag.
[#28] IP flag served no purpose except to facilitate rendering.
However, performance has a higher priority so I've eliminated this
feature. IP rendering can still be implemented via other methods.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/printer.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/printer.py b/bin/printer.py index c7735f2..e29f4f8 100644 --- a/bin/printer.py +++ b/bin/printer.py @@ -514,7 +514,6 @@ class Printer: ("e", "size", self.__sim.lib.sal_mem_get_size), ("e", "blocks", self.__sim.lib.sal_mem_get_block_start_count), ("e", "allocated", self.__sim.lib.sal_mem_get_allocated_count), - ("e", "ips", self.__sim.lib.sal_mem_get_ip_count), ("s", ""), ("h", "INSTRUCTIONS"), ] + inst_widget), |