6 SystemC Library
Simics Migration Guide  / 

7 Deprecated and Legacy Functionality

This chapter describes all functionality that is currently deprecated or legacy, and, in the former case, when it will be removed, including items removed in the current release. There are also suggestions on replacements.

7.1 Legacy in Simics 7

Functionality classified as legacy in Simics 7.

7.1.1 Product Features

FunctionalityNotes
The -echo command line option can be used to include command invocations as part of Simics output, which can be directed to file
The script declaration system.New code should use the target parameter framework.
The component system.New code should use the blueprint framework.
DML 1.2New code should use DML 1.4.
HapsNew code should use notifiers.
GNU make based module build system.New modules should use CMake instead.
Ports and port interfaces.New devices should use port objects.
The [obj, "name"] syntax for device connects.New devices should use port objects and regular interfaces, e.g. use syntax obj.port.name or obj.bank.name.

7.1.2 CLI

FunctionalityNotes
break-iobp.bank.break is a replacement in most cases
unbreak-iobp.bank.break and bp.delete are replacements in most cases
trace-iobp.bank.trace is a replacement in most cases
trace-io-setupNo replacement.
untrace-iobp.bank.trace and bp.delete are replacements in most cases
wait-for-io-breakbp.bank.wait-for is a replacement in most cases
restart-simicsIt only works when running Simics locally.
The ports attribute (e.g. dev.ports.HRESET.signal).Use port objects and the port or the bank sub-namespace (e.g. dev.port.HRESET.iface.signal).

7.1.3 Interfaces

InterfaceNotes
io_memoryNew code should use transaction

7.1.4 API

FunctionalityReplacement
SIM_register_classSIM_create_class
SIM_register_typed_attributeSIM_register_attribute or SIM_register_attribute_with_user_data
SIM_register_typed_class_attributeSIM_register_class_attribute or SIM_register_class_attribute_with_user_data
class_data_tclass_info_t
dbuffer_tfrags_t, bytes_t, buffer_t
SIM_register_port_interface and SIM_get_port_interfaceSIM_register_port together with SIM_register_interface
SIM_mem_op_is_prefetchCheck if flag Sim_Transaction_Control is part of bitmap returned by function SIM_transaction_flags

7.2 To Be Removed in Simics 7

Functionality deprecated in Simics 6.

7.2.1 Product Features

RemovedReplacement
The use of workspace in identifiers, file names, function names, and program argumentsproject
Non-hierarchical componentsHierarchical component system
trace moduletracer tool in Instrumentation API
Simics command line parameters: -py3k-warnings, -fast, -stall, -2, -3, -abi-version, -alt-wx, -application-mode, -dont-use-license-feature, -expire, -extra-arg, -gui-only, -license-file, -no-analyzer, -no-py3k-warnings, -workspace
Sim_Attr_Doc attribute type
Sim_Attr_Session attribute typeSim_Attr_Pseudo
.tar and .exe Simics package formats.ispm package format
packageinfo files in packages.ispm package metadata files
Reverse executionIn-memory snapshots
Simics EclipseThe new standalone Simics GUI
The Simics Frontend protocol
The Simics GUI (winsome)The new standalone Simics GUI
Simics Server
The Simics binaries, simics-common, simics-guiSimics Python module
MIL-STD-1553

7.2.2 CLI

RemovedReplacement
`log-group -add-sub`
`.log-group -add-sub`
`log-type -add-sub`
`.log-type -add-sub`
current-processorcpu or pselect
<component>.connectconnect cnt0 cnt1
<component>.disconnectdisconnect cnt0 cnt1
connect-componentsconnect cnt0 cnt1
list-objects-with-interfacelist-objects
command-listlist-commands
get-simics-search-pathlist-simics-search-paths
object-lock-statsprint-object-lock-stats
-ipv4 flag to new-gdb-remote<prefs>→force_ipv4 or <sim>→force_ipv4
-ipv4 flag to telnet-frontend<prefs>→force_ipv4 or <sim>→force_ipv4
<textcon>.breakbp.console_string.break
<graphcon>.breakbp.console_string.break
<textcon>.list-break-stringsbp.list
<graphcon>.list-break-stringsbp.list
<textcon>.unbreakbp.delete
<graphcon>.unbreakbp.delete
<textcon>.wait-then-writebp.console_string.wait-then-write
<graphcon>.wait-then-writebp.console_string.wait-then-write
<textcon>.wait-for-stringbp.console_string.wait-for
<graphcon>.wait-for-stringbp.console_string.wait-for
break-logbp.log.break
unbreak-logbp.delete
wait-for-logbp.log.wait-for
cycle-breakbp.cycle.break
cycle-break-absolutebp.cycle.break
wait-for-cyclebp.cycle.wait-for
step-breakbp.step.break
step-break-absolutebp.step.break
wait-for-stepbp.step.wait-for
wait-for-timebp.time.wait-for
breakbp.memory.break
tbreakbp.memory.break
wait-for-breakpointUse bp.memory.wait-for to wait for a memory access, or use bp.wait-for-breakpoint to wait for any breakpoint created by the breakpoint manager.
unbreakbp.memory.unbreak
deletebp.delete
enablebp.enabled
disablebp.enabled
ignorebp.ignore-count
set-prefixprefix argument on bp.memory commands
set-substrsubstr argument on bp.memory commands
set-patternpattern argument on bp.memory commands
list-breakpointsbp.list
trace-breakpointbp.memory.trace
break-crbp.control_register.break
break-cr-readbp.control_register.break
trace-crbp.control_register.trace
trace-cr-readbp.control_register.trace
wait-for-register-readbp.control_register.wait-for
wait-for-register-writebp.control_register.wait-for
break-linebp.source_line.break
run-until-linebp.source_line.run-until
wait-for-linebp.source_line.wait-for
break-locationbp.source_location.break
run-until-locationbp.source_location.run-until
wait-for-locationbp.source_location.wait-for
<graphcon>.break-gfxbp.gfx.break
<graphcon>.wait-for-gfx-breakbp.gfx.wait-for
<graphcon>.unbreak-gfxbp.delete
<graphcon>.list-gfx-breaksbp.list
break-hapbp.hap.break
trace-hapbp.hap.trace
wait-for-hapbp.hap.wait-for
<accel_vga>.wait-for-stringbp.console_string.wait-for
new-usb-disk-from-imageUse new-usb-disk-comp with no flags if the command was used with the -full flag. Otherwise, no replacement is available.
create-partition commands defined for various storage modelsNo replacement.
substring argument on log-filter and bp.log commandssubstr argument
-re flag on bp.log commands-regexp flag
offset argument on <image>.xaddress argument
trace-io-setup<prefs>→default_log_endianness
<os_awareness>.break-enterbp.os_awareness.break
<os_awareness>.break-exitbp.os_awareness.break
<os_awareness>.wait-for-activatedbp.os_awareness.wait-for
<os_awareness>.wait-for-deactivatedbp.os_awareness.wait-for
<os_awareness>.unbreak<bp_manager>.delete
<pci-device>.print-pci-config-regsprint-device-regs bank
dev-reg-listprint-device-regs
dev-reg-infoprint-device-reg-info
get-class-listlist-classes
Parameter component of the list-objects, get-object-list, list-objects-with-interface and change-namespace commands.Parameter namespace for the commands.
<conf_object>.list-attributes, <conf_object>.list-interfaces, <conf_object>.log, <conf_object>.log-size, <conf_object>.log-setup, <conf_object>.log-type, <conf_object>.(un)break-hap, <conf_object>.(un)trace-hap, <conf_object>.wait-for-log commands.Respective global command with the object parameter.
<conf_object>.get-attribute-list,Global list-attributes command with object parameter.
<conf_object>.get-interface-list, <conf_object>.get-interface-port-list<conf_object>.list-interfaces list-interfaces
type parameter to list-objectsclass or iface parameters
The integer values to the queue argument of the print-event-queue commandqueue can be either “step” or “cycle”
set-memory-limitset-image-memory-limit
output-file-startstart-command-line-capture
output-file-stopstop-command-line-capture
-z flag to checkpoint commands
get-object-listlist-objects
list-namespaceslist-objects
get-breakpoint-listbp.list
get-component-listlist-components
enable-multimachine-acceleratorenable-multithreading
disable-multimachine-acceleratordisable-multithreading
-n flag to list-objectsNo replacement. The default behaviour is now to sort objects by name, which previously required that flag.
params.dump-yml flag to params.list
-list-all flag of list-object-referencesmax-len argument
<break_strings>.breakbp.console_string.break
<break_strings>.unbreakbp.delete
<break_strings>.list-breakpointsbp.list
<break_strings>.wait-for-stringbp.console_string.wait-for
<break_strings>.wait-then-writebp.console_string.wait-then-write
<exception>.break-exception<exception>.bp-break-exception
break-exceptionbp.exception.break
<exception>.unbreak-exceptionbp.exception.delete
unbreak-exceptionbp.exception.delete
<exception>.trace-exception<exception>.bp-trace-exception
trace-exceptionbp.exception.trace
<exception>.untrace-exceptionbp.delete
untrace-exceptionbp.delete
<exception>.wait-for-exception<exception>.bp-wait-for-exception
<ide-disk>.print-partition-info<ide-disk>.print-partition-table
<simple-scsi-disk>.print-partition-info<simple-scsi-disk>.print-partition-table
<gdb-remote>.follow-contextNo replacement.
disable-magic-breakpointbp.magic.break
enable-magic-breakpointbp.magic.break
magic-breakpoint-enabledbp.magic.break
disablebp.disable
wait-for-notifierbp.notifier.wait-for
<exception>.wait-for-exception<exception>.bp-wait-for-exception
<ide-disk>.print-partition-info<ide-disk>.print-partition-table
<scsi-disk>.print-partition-info<scsi-disk>.print-partition-table

7.2.3 Classes and Attributes

RemovedReplacement
arm-simplearm_simple_comp
cell-and-clockscell_and_clocks_comp
ddr-memory-moduleddr_memory_module_comp
ddr2-memory-moduleddr2_memory_module_comp
ddr3-memory-moduleddr3_memory_module_comp
integrator-cm1176
integrator-cm926-be
integrator-cm926
integrator-cortex-a9
integrator-cp-baseboard
integrator_cmxx6_comp
integrator_cmxx6_fpga
integrator_cp_baseboard_comp
integrator_cp_baseboard_fpga
isa-lanceisa_lance_comp
isa-vgaisa_vga_comp
leon2-simpleleon2_simple_comp
pc-dual-serial-portspc_dual_serial_ports_comp
pc-floppy-controllerpc_floppy_controller_comp
pc-quad-serial-portspc_quad_serial_ports_comp
pc-single-parallel-portpc_signal_parallel_port_comp
pci-accel-vgapci_accel_vga_comp
pci-am79c973pci_am79c973_comp
pci-bcm5703cpci_bcm5703c_comp
pci-bcm5704cpci_bcm5704c_comp
pci-dec21041pci_dec21041_comp
pci-dec21140apci_dec21140a_comp
pci-dec21140a-dmlpci_dec21140
pci-dec21143pci_dec21143_comp
pci-i21152pci_i21152_comp
pci-i82543gcpci_i82543gc_comp
pci-i82546bgpci_i82546bg_comp
pci-isp1040None
pci-sym53c810pci_sym53c810_comp
pci-sym53c875pci_sym53c875_comp
pci-sym53c876pci_sym53c876_comp
pci-vgapci_vga_comp
phy-mii-transceiverphy_comp
ppc-simpleppc_simple_comp
ps2-keyboard-mouseps2_keyboard_mouse_comp
sdram-memory-modulesdram_memory_module_comp
sio-w83627hfsio_w83627hf_comp
std-service-nodeservice_node_comp
std-super-iosuper_io_comp
usb-diskusb_disk_comp
usb3_disk_compusb3_disk_component
usb-tablet-compusb_tablet_component
<component>→process_trackerThe new OS Awareness system
leon2-simpleleon2_simple_comp
<textcon>→telnet_use_ipv4<prefs>→force_ipv4 or <sim>→force_ipv4
<graphcon>→vnc_use_ipv4<prefs>→force_ipv4 or <sim>→force_ipv4
<telnet_frontend>→use_ipv4<prefs>→force_ipv4 or <sim>→force_ipv4
<gdb-remote>→use_ipv4<prefs>→force_ipv4 or <sim>→force_ipv4
<textcon>→telnet_port<textcon>→server and <tcp-server>→port
<textcon>→telnet_unix_socket<textcon>→server and <unix-socket-server>→socket_name
<graphcon>→vnc_port<graphcon>→server and <tcp-server>→port
<graphcon>→vnc_unix_socket<graphcon>→server and <unix-socket-server>→socket_name
<telnet_frontend>→port<telnet_frontend>→server and <tcp-server>→port
<telnet_frontend>→unix_socket<telnet_frontend>→server and <unix-socket-server>→socket_name
<gdb-remote>→listen<gdb-remote>→server and <tcp-server>→port
real-network-hostreal_network_host_comp
real-network-bridgereal_network_bridge_comp
setting <sim>→max_worker_threads to 0setting <sim>→use_jit_threads to false
text-consoletextcon
gfx-consolegraphcon
text_console_comptxt_console_comp
graphics_console_compgfx_console_comp
text_graphics_console_compgfx_console_comp
<prefs>→compress_images
osa_adminos_awareness
nfs_server
breakpoints-oldbp-manager
<sim>→frontend_current_processor<sim>→current_frontend_object
<prefs>→command_log

7.2.4 Interfaces

RemovedReplacement
io_memory._deprecated_map (function not called)
pool_protectdirect_memory
add_map in map_demapmap_simple or map_bridge
remove_map in map_demapunmap
add_default in map_demapmap_simple
remove_default in map_demapunmap
gfx_consolegfx_con
link_endpointlink_endpoint_v2
slave_agentfollower_agent
slaver_messageleader_message
break_stringsbreak_strings_v2
rapidio_v3, rapidio_v4, rapidio_v5
recorderrecorder_v2
osa_tracker_state_query.get_trackers
p2_memory_transactionx86_memory_transaction
memory_space.timing_model_operate
pci_device._deprecated_interrupt_acknowledge, pci_device._deprecated_special_cycle
pci_bus.memory_access, pci_bus.interrupt_acknowledge, pci_bus.special_cycle, pci_bus.add_default, pci_bus.remove_default
data_profiler.accum_in_rangeaddress_profile
NULL value of bank_before_read.initiator, bank_after_read.initiator, bank_before_write.initiator, bank_after_write.initiator
breakpoint_querybreakpoint_query_v2
telnet_connectiontelnet_connection_v2 and <textcon>→server with tcp_connection_info
vnc_servervnc_server_v2 and <textcon>→server with tcp_connection_info

7.2.5 API

RemovedReplacement
Hyphens (-) in attribute, interface and port namesunderscores (_)
Hyphens (-) in object namesunderscores (_)
Files commands.py and gcommands.py in module source directoriesRename to module_load.py and simics_start.py. Then list them in the PYTHON_FILES make variable in the module Makefile
Python import statements on the form `import
mod_module_name_gcommandsorimport
mod_module_name_commands``import
simmod.module_name.simics_start, import
simmod.module_name.module_load`
The support for .py files listed in SRC_FILES variable found in Simics module makefile.New mechanism of using Python in a Simics module should be used which involves PYTHON_FILES makefile variable usage to list .py files contained in a Simics module.
CASSERT, CASSERT_STMTSTATIC_ASSERT
Sim_Hap_Simulation0
hap_flags_tShould not be used by user code.
current_processor Python functioncurrent_cpu_obj Python function
set_current_processor Python functionset_current_frontend_obj Python function
current_clock Python functioncurrent_cycle_obj Python function
assert_cpu Python functioncurrent_cpu_obj Python function
The integer_t and uinteger_t typesint64 and uint64
MIN_INTEGER_T, MAX_UINTEGER_T, etc. constantsINT64_MIN, UINT64_MAX etc. from <limits.h>
SIM_current_processorOn a case by case basis, use available interfaces, or make sure a CPU object is passed explicitly
SIM_unload_moduleNo replacement. SIM_unload_module has never done anything
<simics/util/data-structs.h> header file<simics/utils.h>
Implicit include of <simics/util/dbuffer.h> by using <simics/utils.h>.Include <simics/util/dbuffer.h> directly in legacy code. New code should not use this file since dbuffer_t is deprecated.
ignore field in generic_transaction_t and SIM_get_mem_op_ignore, SIM_set_mem_op_ignore functionsUse translator interface to direct or sink operations
ABS_POINTER_BUTTON_LEFT, ABS_POINTER_BUTTON_RIGHT and ABS_POINTER_BUTTON_MIDDLE constantsAbs_Pointer_Button_Left, Abs_Pointer_Button_Right and Abs_Pointer_Button_Middle
C++ API v1C++ API v2
mm_malloc_lowNo replacement. mm_malloc_low was always only for internal use.
SIM_get_attribute_idx and SIM_set_attribute_idx on non-indexed attributesSIM_get_attribute and SIM_set_attribute to read/write the entire attribute.
SIM_init_simulatorSIM_init_simulator2
SIM_register_copyright
Xterm_Break_StringConsole_Break_String
Vga_Break_String hapConsole_Break_String hap
<simics/vtutils.h> header file<simics/utils.h>
<simics/global.h> header file
<simics/simulator/slave-time.h> header file<simics/simulator/follower-time.h>
<simics/simulator-iface/slave.h> header file<simics/simulator-iface/follower.h>
pseudo_exceptions_t enumexception_type_t enum
enums Probe_Key_Global_Sum, Probe_Key_Cell_SumProbe_Key_Aggregates
ppc_spr_user_setter_func_tgen_spr_user_setter_func_t
ppc_spr_user_getter_func_tgen_spr_user_getter_func_t
ppc_spr_ret_tgen_spr_ret_t
ppc_spr_access_type_tgen_spr_access_type_t
Core_Global_Message hapSim_Global_Notify_Message global notifier

7.2.6 Other

RemovedReplacement
workspace-setup[.bat] scriptproject-setup[.bat]
-workspace option-project option
SIMICS_WORKSPACE build variableSIMICS_PROJECT
WORKSPACE_SRC_DIR build variablePROJECT_SRC_DIR
DEEP_SOURCE_SEARCH build variableMODULE_DIRS
The --copy-device argument to the project-setup script--copy-module
The kdcom-proxy proxy utilityNo replacement
bin/debug-simics[.bat] scriptbin/gdb[.bat] script
gen-keymap utility
aescrypt utility
The old installer install-simics.plThe Intel Simics Package Manager
The documentation target parameter keyThe description target parameter key
Sourcing of $HOME/.simics-5.sh when launching on Simics on LinuxNone

7.3 To Be Removed in Simics 8

Functionality deprecated in Simics 7.

7.3.1 Product Features

RemovedReplacement
Command line options: -config, -dstc, -gui, -gui-only, -istc, -n, -no-gui, -no-dstc, -no-istc, -no-jit, -no-stc, -obscure, -p, -python-verbose, -stc, -xUse the -e command line option. I.e: -e dstc-enable, -e dstc-disable, -e istc-enable, -e istc-disable, -e disable-jit, -e enable-jit
Old log file related command line parameters: -log, -no-log, -log-fileNew command line parameter –log-file
Old warning/error command line parameters: –werror, –no-werrorNew command line parameters –warnings-as-errors and –deprecations-as-errors
Single dash command line parameters: -batch-mode, -core, -echo, -echofile, -help, -licence, -no-copyright, -no-settings, -no-upgrade-info, -no-wdeprecated, -no-werror, -no-win, -quiet, -script-trace, -version, -v-short, -verbose, -wdeprecated, -werrorCorresponding POSIX style command line parameters: –batch-mode, –dump-core, –echo, –help, –licence, –no-copyright, –no-settings, –no-upgrade-info, –no-wdeprecated, –no-win, –quiet, –script-trace, –version, –base-version, –verbose, –wdeprecated
Direct embedding of libsimics-common in another application.Embedding of Python and Simics Python module.
Modulo calculation in fixed sized arguments will be deprecated in Simics 7. In Simics 6, a warning will be printed when module calculation is required to fit into the type. The CLI argument types int8_t, int16_t, int32_t, int64_t integer_t, sint8_t, sint16_t, sint32_t sint64_t, uint8_t, uint16_t, uint32_t uint64_t will warn once if module calculation is required when calling a command.Use only values that fit in the argument type. If required, use the unsigned* commands:

7.3.2 CLI

RemovedReplacement
run-command-filerun-script
run-python-filerun-script
script_branch.sb_wait_for_hapconf.bp.hap.cli_cmds.wait_for
script_branch.sb_wait_for_notifierconf.bp.notifier.cli_cmds.wait_for
script_branch.sb_wait_for_logconf.bp.log.cli_cmds.wait_for
script_branch.sb_wait_for_breakpointUse conf.bp.memory.cli_cmds.wait_for to wait for a memory access, or use conf.bp.cli_cmds.wait_for_breakpoint to wait for any breakpoint created by the breakpoint manager.
script_branch.sb_wait_for_stepconf.bp.step.cli_cmds.wait_for
script_branch.sb_wait_for_cycleconf.bp.cycle.cli_cmds.wait_for
script_branch.sb_wait_for_timeconf.bp.time.cli_cmds.wait_for
script_branch.sb_wait_for_global_synccli.global_cmds.wait_for_global_sync
script_branch.sb_wait_for_global_timeconf.bp.time.cli_cmds.wait_for cli.global_cmds.wait_for_global_time
script_branch.sb_wait_for_register_readconf.bp.control_register.cli_cmds.wait_for with _r set to true
script_branch.sb_wait_for_register_writeconf.bp.control_register.cli_cmds.wait_for with _w set to true
script_branch.sb_wait_for_simulation_startedcli.global_cmds.wait_for_simulation_started
script_branch.sb_wait_for_simulation_stoppedcli.global_cmds.wait_for_simulation_started
script_branch.sb_wait_for_exceptionconf.bp.exception.cli_cmds.wait_for
The object-name argument to the devs commandThe object argument
cpu-switch-time aliasset-time-quantum
<cell>.cpu-switch-time alias<cell>.set-time-quantum

7.3.3 Classes and Attributes

RemovedReplacement
component
component_slot
sim->gui_mode
contextThe interfaces virtual_data_breakpoint and virtual_instruction_breakpoint
i2c_link_v1, i2c_linki2c_link_v2
sim->fail_on_warningssim->stop_on_error
sim->fatal_error_messages
<sim>→workspace<sim>→project
pcie-buspcie-downstream-port
<time-server>→port attribute<time-server>.tcp→port attribute
apicx2apic_v2
apic-busapic_bus_v2
sim->envUse the simenv Python module or alternatively cli.simenv

7.3.4 Interfaces

RemovedReplacement
translatetranslator
multi_level_signaluint64_state
ieee_802_3_phyieee_802_3_phy_v2
ieee_802_3_macieee_802_3_mac_v2
pci_expressNew code should use the new PCIe library
pci_express_hotplugNew code should use the new PCIe library
pcie_adapter_compatNew code should use the new PCIe library
i2c_busi2c_slave_v2 and i2c_master_v2
i2c_bridgei2c_slave_v2 and i2c_master_v2
i2c_masteri2c_slave_v2 and i2c_master_v2
i2c_slavei2c_slave_v2 and i2c_master_v2
i2c_linki2c_slave_v2 and i2c_master_v2
i2c_devicei2c_slave_v2 and i2c_master_v2
temporal_stateGlobal notifiers Sim_Global_Notify_Before_Snapshot_Restore, Sim_Global_Notify_After_Snapshot_Restore and use attributes for state.

7.3.5 API

RemovedReplacement
SIM_get_all_objectsSIM_object_iterator
SIM_init_environment
SIM_init_simulator2
SIM_get_init_arg_string
SIM_get_init_arg_boolean
SIM_is_loading_micro_checkpoint
Python import of component and base_componentMethods in comp and component_utils modules
Sim_Class_Kind_SessionSim_Class_Kind_Pseudo
SIM_log_info in CSIM_LOG_INFO
SIM_log_error in CSIM_LOG_ERROR
SIM_log_unimplemented in CSIM_LOG_UNIMPLEMENTED
SIM_log_spec_violation in CSIM_LOG_SPEC_VIOLATION
SIM_log_critical in CSIM_LOG_CRITICAL
six Python module
HOST_64_BIT define
HOST_LITTLE_ENDIAN define
HOST_BIG_ENDIAN define
reg.FIELDNAME syntax in dev_util.AbstractRegisterreg.field.FIELDNAME.read()
inquiry argument to dev_util.bank_regs.val accessor
value_to_tuple_be, value_to_tuple_le, tuple_to_value_be, tuple_to_value_le function in dev_utilStandard Python functions to_bytes and from_bytes
dev_util.Memorysparse-memory
dev_util.Dev, dev_util.Iface, dev_util.iface

7.4 To Be Removed in Simics 9

Functionality deprecated in Simics 8.

7.4.1 Product Features

RemovedReplacement
critical log typeerror log type

7.4.2 CLI

RemovedReplacement
cpu-switch-time aliasset-time-quantum
table-border-styleset-table-border-style
sync-info aliasprint-sync-info
cycles, picoseconds and seconds arguments to set-time-quantumcount and unit arguments
min-latency argument to set-min-latencycount and unit arguments

7.4.3 Classes and Attributes

RemovedReplacement
accel-vgaaccel_vga_v2
pci_accel_vga_comppci_accel_vga_v2_comp

7.4.4 Interfaces

RemovedReplacement

7.4.5 API

RemovedReplacement
6 SystemC Library