Tuesday, August 20, 2019
Synopsys For Physical Design Of Asic Computer Science Essay
Synopsys For Physical Design Of Asic Computer Science Essay IC Compiler is the software package from Synopsys for Physical Design of ASIC. It provides necessary tools to complete the back end design of the very deep submicron designs. The inputs to the IC Compiler are: a gate-level netlist which can be from DC Compiler or third-party tools, a detailed floorplan which can be from previous Design Planning through IC Compiler or other third-party tools, timing constraints and other constraints, physical and timing libraries provided by manufacturer, and foundry-process data. IC Compiler generates a GDSII-format file as output ready for tape out of the chip. In addition, it is possible to export a Design Exchange Format (DEF) file of placed netlist data ready for a third-party router. IC Compiler uses a binary Synopsys Milkyway database, which can be used by other Synopsys tools based on Milkyway. [16] 4.2 User Interfaces IC Compiler can be used either with Shell interface (icc_shell) or with Graphical user interface (GUI). Shell interface is the command-line interface, which is used for batch mode, scripts, typing commands, and push-button type of operations. Graphical user interface (GUI) is an advanced graphical analysis and physical editing tool. Certain tasks, such as very accurately displaying the design and providing visual analysis tools, can only performed from the GUI. Also tool command language (Tcl), which is used in many applications in the EDA industry, is available to IC Compiler. Using Tcl, you can write reusable procedures and scripts. The IC Compiler design flow is an easy-to-use, single-pass flow that provides convergent timing closure. Figure 4.1 shows the basic IC Compiler design flow, which is centered around three core commands that perform placement and optimization (place_opt), clock tree synthesis and optimization (clock_opt), and routing and postroute optimization (route_opt). [16] icc1 Figure 4.1 IC Compiler Design Flow [21] For most designs, if the place_opt, clock_opt, and route_opt steps are followed, IC Compiler will provide optimal results. You can use IC Compiler to efficiently perform chip-level design planning, placement, clock tree synthesis and routing on designs with moderate timing and congestion challenges. To further improve the quality of results for your design you can use additional commands and switches for placement, clock tree synthesis, and routing steps that IC Compiler provides. IC Compiler design flow involves execution of following steps: 1. Set up and prepare the libraries and the design data. 2. Perform design planning and power planning. -Design planning is to perform necessary steps to create a floorplan, determine the size of the design, create the boundary and core area, create site rows for the placement of standard cells, set up the I/O pads. -Power planning, is to perform necessary steps to create a power plan to meet the power budget and the target leakage current. 3. Perform placement and optimization. IC Compiler placement and optimization uses enhanced placement and synthesis technologies to generate a legalized placement for leaf cells and an optimized design, which addresses and resolves timing closure issues for the provided design. You can supplement this functionality by optimizing for power, recovering area for placement, minimizing congestion, and minimizing timing and design rule violations. To perform placement and optimization, use the place_opt core command (or from GUI choose Placement menu and then Core Placement and Optimization sub-menu). 4. Perform clock tree synthesis and optimization. To perform the clock tree synthesis and optimization phase, use the command clock_opt (or choose Clock > Core Clock Tree Synthesis and Optimization in the GUI). IC Compiler clock tree synthesis and embedded optimization solve complicated clock tree synthesis problems, such as blockage avoidance and the correlation between preroute and postroute data. Clock tree optimization improves both clock skew and clock insertion delay by performing buffer sizing, buffer relocation, gate sizing, gate relocation, level adjustment, reconfiguration, delay insertion, dummy load insertion, and balancing of interclock delays. 5. Perform routing and postroute optimization. To perform routing and postroute optimization, use the route_opt core command (or choose Route > Core Routing and Optimization in the GUI). As part of routing and postroute optimization, IC Compiler performs global routing, track assignment, detail routing, search and repair, topological optimization, and engineering change order (ECO) routing. For most designs, the default routing and postroute optimization setup produces optimal results. If necessary, you can supplement this functionality by optimizing routing patterns and reducing crosstalk or by customizing the routing and postroute optimization functions for special needs. 6. Perform chip finishing and design for manufacturing tasks. IC Compiler provides chip finishing and design for manufacturing and yield capabilities that you can apply throughout the various stages of the design flow to address process design issues encountered during chip manufacturing. 7. Save the design. Save your design in the Milkyway format. This format is the internal database format used by IC Compiler to store all the logical and physical information about a design. [16] 4.3 How to Invoke the IC Compiler 1. Log in to the UNIX environment with the user id and password . 2. Start IC Compiler from the UNIX promt: UNIX$ icc_shell The xterm unix prompt turns into the IC Compiler shell command prompt. 3. Start the GUI. icc_shell> start_gui This window can display schematics and logical browsers, among other things, once a design is loaded. 4.4 Preparing the Design IC Compiler uses a Milkyway design library to store design and its associated library information. This section describes how to set up the libraries, create a Milkyway design library, read your design, and save the design in Milkyway format. These steps are explained in the following sections: à ¢Ã¢â ¬Ã ¢ Setting Up the Libraries à ¢Ã¢â ¬Ã ¢ Setting Up the Power and Ground Nets à ¢Ã¢â ¬Ã ¢ Reading the Design à ¢Ã¢â ¬Ã ¢ Annotating the Physical Data à ¢Ã¢â ¬Ã ¢ Preparing for Timing Analysis and RC Calculation à ¢Ã¢â ¬Ã ¢ Saving the Design 4.4.1 Setting Up the Libraries IC Compiler requires both logic libraries and physical libraries. The following sections describe how to set up and validate these libraries. à ¢Ã¢â ¬Ã ¢ Setting Up the Logic Libraries: IC Compiler uses logic libraries to provide timing and functionality information for all standard cells. In addition, logic libraries can provide timing information for hard macros, such as RAMs. IC Compiler uses variables to define the logic library settings. In each session, you must define the values for the following variables (either interactively, in the .synopsys_dc.setup file, or by restoring the values saved in the Milkyway design library) so that IC Compiler can access the libraries: à ¢Ã¢â ¬Ã ¢ search_path Lists the paths where IC Compiler can locate the logic libraries. à ¢Ã¢â ¬Ã ¢ target_library Lists the logic libraries that IC Compiler can use to perform physical optimization. à ¢Ã¢â ¬Ã ¢ link_library Lists the logic libraries that IC Compiler can search to resolve references. à ¢Ã¢â ¬Ã ¢ Setting Up the Physical Libraries: IC Compiler uses Milkyway reference libraries and technology (.tf) files to provide physical library information. The Milkyway reference libraries contain physical information about the standard cells and macro cells in your technology library. In addition, these reference libraries define the placement unit tile. The technology files provide information such as the names and characteristics (physical and electrical) for each metal layer, which are technology-specific. The physical library information is stored in the Milkyway design library. For each cell, the Milkyway design library contains several views of the cell, which are used for different physical design tasks. If you have not already created a Milkyway library for your design (by using another tool that uses Milkyway), you need to create one by using the IC Compiler tool. If you already have a Milkyway design library, you must open it before working on your design. This section describes how to perform the following tasks: à ¢Ã¢â ¬Ã ¢ Create a Milkyway design library To create a Milkyway design library, use the create_mw_lib command (or choose File > Create Library in the GUI). à ¢Ã¢â ¬Ã ¢ Open a Milkyway design library To open an existing Milkyway design library, use the open_mw_lib command (or choose File > Open Library in the GUI). à ¢Ã¢â ¬Ã ¢ Report on a Milkyway design library To report on the reference libraries attached to the design library, use the -mw_reference_library option. icc_shell>report_mw_lib-mw_reference_library design_library_name To report on the units used in the design library, use the report_units command. icc_shell> report_units à ¢Ã¢â ¬Ã ¢ Change the physical library information To change the technology file, use the set_mw_technology_file command (or choose File > Set Technology File in the GUI) to specify the new technology file name and the name of the design library. à ¢Ã¢â ¬Ã ¢ Save the physical library information To save the technology or reference control information in a file for later use, use the write_mw_lib_files command (or choose File > Export > Write Library File in the GUI). In a single invocation of the command, you can output only one type of file. To output both a technology file and a reference control file, you must run the command twice. à ¢Ã¢â ¬Ã ¢ Verifying Library Consistency: Consistency between the logic library and the physical library is critical to achieving good results. Before you process your design, ensure that your libraries are consistent by running the check_library command. [16] icc_shell> check_library 4.4.2 Setting Up the Power and Ground Nets IC Compiler uses variables to define names for the power and ground nets. In each session, you must define the values for the following variables (either interactively or in the .synopsys_dc.setup file) so that IC Compiler can identify the power and ground nets: à ¢Ã¢â ¬Ã ¢ mw_logic0_net By default, IC Compiler VSS as the ground net name. If you are using a different name, you must specify the name by setting the mw_logic0_net variable. à ¢Ã¢â ¬Ã ¢ mw_logic1_net By default, IC Compiler uses VDD as the power net name. If you are using a different name, you must specify the name by setting the mw_logic1_net variable. 4.4.3 Reading the Design IC Compiler can read designs in either Milkyway or ASCII (Verilog, DEF, and SDC files) format. à ¢Ã¢â ¬Ã ¢ Reading a Design in Milkyway Format à ¢Ã¢â ¬Ã ¢ Reading a Design in ASCII Format 4.4.4 Annotating the Physical Data IC Compiler provides several methods of annotating physical data on the design: à ¢Ã¢â ¬Ã ¢ Reading the physical data from a DEF file To read a DEF file, use the read_def command (or choose File > Import > Read DEF in the GUI). icc_shell> read_def -allow_physical design_name.def à ¢Ã¢â ¬Ã ¢ Reading the physical data from a floorplan file A floorplan file is a file that you previously created by using the write_floorplan command (or by choosing Floorplan > Write Floorplan in the GUI). icc_shell> read_floorplan floorplan_file_name à ¢Ã¢â ¬Ã ¢ Copying the physical data from another design To copy physical data from the layout (CEL) view of one design in the current Milkyway design library to another, use the copy_floorplan command (or choose Floorplan > Copy Floorplan in the GUI). [16] icc_shell> copy_floorplan -from design1 4.4.5 Preparing for Timing Analysis and RC Calculation IC Compiler provides RC calculation technology and timing analysis capabilities for both preroute and postroute data. Before you perform RC calculation and timing analysis, you must complete the following tasks: à ¢Ã¢â ¬Ã ¢ Set up the TLUPlus files You specify these files by using the set_tlu_plus_files command (or by choosing File > Set TLU+ in the GUI). icc_shell> set_tlu_plus_files -tech2itf_map ./path/map_file_name.map -max_tluplus ./path/worst_settings.tlup -min_tluplus ./path/best_settings.tlup à ¢Ã¢â ¬Ã ¢ (Optional) Back-annotate delay or parasitic data To back-annotate the design with delay information provided in a Standard Delay Format (SDF) file, use the read_sdf command (or choose File > Import > Read SDF in the GUI). To remove annotated data from design, use the remove_annotations command. à ¢Ã¢â ¬Ã ¢ Set the timing constraints At a minimum, the timing constraints must contain a clock definition for each clock signal, as well as input and output arrival times for each I/O port. This requirement ensures that all signal paths are constrained for timing. To read a timing constraints file, use the read_sdc command (or choose File > Import > Read SDC in the GUI). icc_shell> read_sdc -version 1.7 design_name.sdc à ¢Ã¢â ¬Ã ¢ Specify the analysis mode Semiconductor device parameters can vary with conditions such as fabrication process, operating temperature, and power supply voltage. The set_operating_conditions command specifies the operating conditions for analysis. à ¢Ã¢â ¬Ã ¢ (Optional) Set the derating factors If your timing library does not include minimum and maximum timing data, you can perform simultaneous minimum and maximum timing analysis by specifying derating factors for your timing library. Use the set_timing_derate command to specify the derating factors. à ¢Ã¢â ¬Ã ¢ Select the delay calculation algorithm By default, IC Compiler uses Elmore delay calculation for both preroute and postroute delay calculations. For postroute delay calculations, you can choose to use Arnoldi delay calculation either for clock nets only or for all nets. Elmore delay calculation is faster, but its results do not always correlate with the PrimeTime and PrimeTime SI results. The Arnoldi calculation is best used for designs with smaller geometries and high resistive nets, but it requires more runtime and memory. [16] 4.4.6 Saving the Design To save the design in Milkyway format, use the save_mw_cel command (or choose File > Save Design in the GUI). [16] CHAPTER 5: Design Planning 5.1 Introduction Design planning in IC Compiler provides basic floorplanning and prototyping capabilities such as dirty-netlist handling, automatic die size exploration, performing various operations with black box modules and cells, fast placement of macros and standard cells, packing macros into arrays, creating and shaping plan groups, in-place optimization, prototype global routing analysis, hierarchical clock planning, performing pin assignment on soft macros and plan groups, performing timing budgeting, converting the hierarchy, and refining the pin assignment. Power network synthesis and power network analysis functions, applied during the feasibility phase of design planning, provide automatic synthesis of local power structures within voltage areas. Power network analysis validates the power synthesis results by performing voltage-drop and electromigration analysis. [16] Figure 5.1 IC Compiler Design Planning [21] 5.2 Tasks to be performed during Design Planning à ¢Ã¢â ¬Ã ¢ Initializing the Floorplan à ¢Ã¢â ¬Ã ¢ Automating Die Size Exploration à ¢Ã¢â ¬Ã ¢ Handling Black Boxes à ¢Ã¢â ¬Ã ¢ Performing an Initial Virtual Flat Placement à ¢Ã¢â ¬Ã ¢ Creating and Shaping Plan Groups à ¢Ã¢â ¬Ã ¢ Performing Power Planning à ¢Ã¢â ¬Ã ¢ Performing Prototype Global Routing à ¢Ã¢â ¬Ã ¢ Performing Hierarchical Clock Planning à ¢Ã¢â ¬Ã ¢ Performing In-Place Optimization à ¢Ã¢â ¬Ã ¢ Performing Routing-Based Pin Assignment à ¢Ã¢â ¬Ã ¢ Performing RC Extraction à ¢Ã¢â ¬Ã ¢ Performing Timing Analysis à ¢Ã¢â ¬Ã ¢ Performing Timing Budgeting à ¢Ã¢â ¬Ã ¢ Committing the Physical Hierarchy à ¢Ã¢â ¬Ã ¢ Refining the Pin Assignment 5.3 Initializing the Floorplan The steps in initializing the floorplan are described below. à ¢Ã¢â ¬Ã ¢ Reading the I/O Constraints: To load the top-level I/O pad and pin constraints, use the read_io_constraints command. à ¢Ã¢â ¬Ã ¢ Defining the Core and Placing the I/O Pads: To define the core and place the I/O pads and pins, use the initialize_floorplan command. à ¢Ã¢â ¬Ã ¢ Creating Rectilinear-Shaped Blocks: Use the initialize_rectilinear_block command to create a floorplan for rectilinear blocks from a fixed set of L, T, U, or cross-shaped templates. These templates are used to determine the cell boundary and shape of the core. To do this, use initialize_rectilinear_block -shape L|T|U|X. à ¢Ã¢â ¬Ã ¢ Writing I/O Constraint Information: To write top-level I/O pad or pin constraints, use the write_io_constraints command. Read the Synopsys Design Constraints (SDC) file (read_sdc command) to ensure that all signal paths are constrained for timing. à ¢Ã¢â ¬Ã ¢ Adding Cell Rows: To add cell rows, use the add_row command. à ¢Ã¢â ¬Ã ¢ Removing Cell Rows: To remove cell rows, use the cut_row command. à ¢Ã¢â ¬Ã ¢ Saving the Floorplan Information: To save the floorplan information, use the write_floorplan command. à ¢Ã¢â ¬Ã ¢Writing Floorplan Physical Constraints for Design Compiler Topographical Technology: IC Compiler can now write out the floorplan physical constraints for Design Compiler Topographical Technology (DC-T) in Tcl format. The reason for using floorplan physical constraints in the Design Compiler topographical technology mode is to accurately represent the placement area and to improve timing correlation with the post-place-and-route design. The command syntax is: write_physical_constraints -output output_file_name -port_side [16] Figure 5.2 Floor Plan After Initialization [21] 5.4 Automating Die Size Exploration This section describes how to use MinChip technology in IC Compiler to automate the processes exploring and identifying the valid die areas to determine smallest routable, die size for your design while maintaining the relative placement of hard macros, I/O cells, and a power structure that meets voltage drop requirements. The technology is integrated into the Design Planning tool through the estimate_fp_area command. The input is a physically flat Milkyway CEL view. 5.5 Handling Black Boxes Black boxes can be represented in the physical design as either soft or hard macros. A black box macro has a fixed height and width. A black box soft macro sized by area and utilization can be shaped to best fit the floorplan. To handle the black boxes run the following set of commands. set_fp_base_gate estimate_fp_black_boxes flatten_fp_black_boxes create_fp_placement place_fp_pins create_qtm_model qtm_bb set_qtm_technology -lib library_name create_qtm_port -type clock $port report_qtm_model write_qtm_model -format qtm_bb report_timing qtm_bb 5.6 Performing an Initial Virtual Flat Placement The initial virtual flat placement is very fast and is optimized for wire length, congestion, and timing. The way to perform an initial virtual flat placement is described below. à ¢Ã¢â ¬Ã ¢ Evaluating Initial Hard Macro Placement: No straightforward criteria exist for evaluating the initial hard macro placement. Measuring the quality of results (QoR) of the hard macro placement can be very subjective and often depends on practical design experience. à ¢Ã¢â ¬Ã ¢ Specifying Hard Macro Placement Constraints: Different methods can be use to control the preplacement of hard macros and improve the QoR of the hard macro placement. Creating a User-Defined Array of Hard Macros Setting Floorplan Placement Constraints On Macro Cells Placing a Macro Cell Relative to an Anchor Object Using a Virtual Flat Placement Strategy Enhancing the Behavior of Virtual Flat Placement With the macros_on_edge Switch Creating Macro Blockages for Hard Macros Padding the Hard Macros à ¢Ã¢â ¬Ã ¢ Padding the Hard Macros: To avoid placing standard cells too close to macros, which can cause congestion or DRC violations, one can set a user-defined padding distance or keepout margin around the macros. One can set this padding distance on a selected macros cell instance master.During virtual flat placement no other cells will be placed within the specified distance from the macros edges. [16] To set a padding distance (keepout margin) on a selected macros cell instance master, use the set_keepout_margin command. à ¢Ã¢â ¬Ã ¢ Placing Hard Macros and Standard Cells: To place the hard macros and standard cells simultaneously, use the create_fp_placement command. à ¢Ã¢â ¬Ã ¢ Performing Floorplan Editing: IC Compiler performs the following floorplan editing operations. Creating objects Deleting objects Undoing and redoing edit changes Moving objects Changing the way objects snap to a grid Aligning movable objects 5.7 Creating and Shaping Plan Groups This section describes how to create plan groups for logic modules that need to be physically implemented. Plan groups restrict the placement of cells to a specific region of the core area. This section also describes how to automatically place and shape objects in a design core, add padding around plan group boundaries, and prevent signal leakage and maintain signal integrity by adding modular block shielding to plan groups and soft macros. The following steps are covered for Creating and Shaping Plan Groups. à ¢Ã¢â ¬Ã ¢ Creating Plan Groups: To create a plan group, create_plan_groups command. To remove (delete) plan groups from the current design, use the remove_plan_groups command. à ¢Ã¢â ¬Ã ¢ Automatically Placing and Shaping Objects In a Design Core: Plan groups are automatically shaped, sized, and placed inside the core area based on the distribution of cells resulting from the initial virtual flat placement. Blocks (plan groups, voltage areas, and soft macros) marked fix remain fixed; the other blocks, whether or not they are inside the core, are subject to being moved or reshaped. To automatically place and shape objects in the design core, shape_fp_blocks command. à ¢Ã¢â ¬Ã ¢ Adding Padding to Plan Groups: To prevent congestion or DRC violations, one can add padding around plan group boundaries. Plan group padding sets placement blockages on the internal and external edges of the plan group boundary. Internal padding is equivalent to boundary spacing in the core area. External padding is equivalent to macro padding. To add padding to plan groups, create_fp_plan_group_padding command. To remove both external and internal padding for the plan groups, use the remove_fp_plan_group_padding command. à ¢Ã¢â ¬Ã ¢ Adding Block Shielding to Plan Groups or Soft Macros: When two signals are routed parallel to each other, signal leakage can occur between the signals, leading to an unreliable design. One can protect signal integrity by adding modular block shielding to plan groups and soft macros. The shielding consists of metal rectangles that are created around the outside of the soft macro boundary in the top level of the design, and around the inside boundary of the soft macro. To add block shielding for plan groups or soft macros, use the create_fp_block_shielding command. To remove the signal shielding created by modular block shielding, use the remove_fp_block_shielding command. [16] 5.8 Performing Power Planning After completed the design planning process and have a complete floorplan, one can perform power planning, as explained below. à ¢Ã¢â ¬Ã ¢ Creating Logical Power and Ground Connections: To define power and ground connections, use the connect_pg_nets command. à ¢Ã¢â ¬Ã ¢ Adding Power and Ground Rings: It is necessary to add power and ground rings after doing floorplanning. To add power and ground rings, use the create_rectangular_rings command. à ¢Ã¢â ¬Ã ¢ Adding Power and Ground Straps: To add power and ground straps, use the create_power_straps command. à ¢Ã¢â ¬Ã ¢ Prerouting Standard Cells: To preroute standard cells, use the preroute_standard_cells command. à ¢Ã¢â ¬Ã ¢ Performing Low-Power Planning for Multithreshold-CMOS Designs: One can perform floorplanning for low-power designs by employing power gating. Power gating has the potential to reduce overall power consumption substantially because it reduces leakage power as well as switching power. à ¢Ã¢â ¬Ã ¢ Performing Power Network Synthesis: As the design process moves toward creating 65-nm transistors, issues related to power and signal integrity, such as power grid generation, voltage (IR) drop, and electromigration, have become more significant and complex. In addition, this complex technology lengthens the turnaround time needed to identify and fix power and signal integrity problems. By performing power network synthesis one can preview an early power plan that reduces the chances of encountering electromigration and voltage drop problems later in the detailed power routing. To perform the PNS, one can run the set of following commands. [16] synthesize_fp_rail set_fp_rail_constraints set_fp_rail_constraints -set_ring set_fp_block_ring_constraints set_fp_power_pad_constraints set_fp_rail_region_constraints set_fp_rail_voltage_area_constraints set_fp_rail_strategy à ¢Ã¢â ¬Ã ¢ Committing the Power Plan: Once the IR drop map meets the IR drop constraints, one can run the commit_fp_rail command to transform the IR drop map into a power plan. à ¢Ã¢â ¬Ã ¢ Handling TLUPlus Models in Power Network Synthesis: Power network synthesis supports TLUPlus models. set_fp_rail_strategy -use_tluplus true à ¢Ã¢â ¬Ã ¢ Checking Power Network Synthesis Integrity: Initially, when power network synthesis first proposes a power mesh structure, it assumes that the power pins of the mesh are connected to the hard macros and standard cells in the design. It then displays a voltage drop map that one can view to determine if it meets the voltage (IR) drop constraints. After the power mesh is committed, one might discover problem areas in design as a result of automatic or manual cell placement. These areas are referred to as chimney areas and pin connect areas. To Check the PNS Integrity one can run the following set of commands. set_fp_rail_strategy -pns_commit_check_file set_fp_rail_strategy -pns_check_chimney_file set_fp_rail_strategy -pns_check_chimney_file pns_chimney_report set_fp_rail_strategy -pns_check_hor_chimney_layers set_fp_rail_strategy -pns_check_chimney_min_dist set_fp_rail_strategy -pns_check_pad_connection file_name set_fp_rail_strategy -pns_report_pad_connection_limit set_fp_rail_strategy -pns_report_min_pin_width set_fp_rail_strategy -pns_check_hard_macro_connection file_name set_fp_rail_strategy -pns_check_hard_macro_connection_limit set_fp_rail_strategy -pns_report_min_pin_width à ¢Ã¢â ¬Ã ¢ Analyzing the Power Network: One perform power network analysis to predict IR drop at different floorplan stages on both complete and incomplete power nets in the design. To perform power network analysis, use the analyze_fp_rail command. To add virtual pads, use the create_fp_virtual_pad command. To ignore the hard macro blockages, use the set_fp_power_plan_constraints command. à ¢Ã¢â ¬Ã ¢ Viewing the Analysis Results: When power and rail analysis are complete, one can check for the voltage drop and electromigration violations in the design by using the voltage drop map and the electromigration map. One can save the results of voltage drop and electromigration current density values to the database by saving the CEL view that has just been analyzed. à ¢Ã¢â ¬Ã ¢ Reporting Settings for Power Network Synthesis and Power Network Analysis Strategies: To get a report of the current values of the strategies used by power network synthesis and power network analysis by using the report_fp_rail_strategy command. [16] 5.9 Performing Prototype Global Routing One can perform prototype global routing to get an estimate of the routability and congestion of the design. Global routing is done to detect possible congestion hot spots that might exist in the floorplan due to the placement of the hard macros or inadequate channel spacing. To perform global routing, use the route_fp_proto command. 5.10 Performing Hierarchical Clock Planning This section describes how to reduce timing closure iterations by performing hierarchical clock planning on a top-level design during the early stages of the virtual flat flow, after plan groups are created and before the hierarchy is committed. One can perform clock planning on a specified clock net or on all clock nets in the design. à ¢Ã¢â ¬Ã ¢ Setting Clock Planning Options: To set clock planning options, use the set_fp_clock_plan_options command. à ¢Ã¢â ¬Ã ¢ Performing Clock Planning Operations: To perform clock planning operations, use the compile_fp_clock_plan command. à ¢Ã¢â ¬Ã ¢ Generating Clock Tree Reports: To generate clock tree reports, use the report_clock_tree command. à ¢Ã¢â ¬Ã ¢ Using Multivoltage Designs in Clock Planning: Clock planning supports multivoltage designs. Designs in multivoltage domains operate at various voltages. Multivoltage domains are connected through level-shifter cells. A level-shifter cell is a special cell that can carry signals across different voltage areas. à ¢Ã¢â ¬Ã ¢ Performing Plan Group-Aware Clock Tree Synthesis in Clock Planning: With this feature, clock tree synthesis can generate a clock tree that honors the plan groups while inserting buffers in the tree and prevent new clock buffers from being placed on top of a plan group unless they drive the entire subtree inside that particular plan group. This results in a minimum of clock feedthroughs, which makes the design easier to manage during partitioning and budgeting. [16] 5.11 Performing In-Place Optimization In-place optimization is an iterative process that is based on virtual routing. Three types of optimizations are performed: timing improvement, area recovery, and fixing DRC violations. T
Monday, August 19, 2019
Monitoring Patients Through Telehealth Essay -- Health Care
Introduction Telehealth is the monitoring via remote exchange of physiological data between a patient at home and health care professionals at hospitals or clinics to assist with diagnosis and treatment. As our society ages and health care costs increase, government and private insurance payers are seeking technological interventions. Technological solutions may provide high quality healthcare services at a distance, utilize professional resources more effectively, and enable elderly and ill patients to remain in their own homes. Patients may experience decreased hospitalization and urgent care settings, and out of home care may not be required as the patient is monitored at home. However, no study has been able to prove telehealth benefits conclusively. This change in health care delivery presents new ethical concerns, and new relationship boundaries between health care professionals, patients, and family members. This paper will discuss telehealth benefits in specific patient populations , costs benefits of using telehealth, and concerns of using telehealth. Literature Review Telehealth has shown benefits in monitoring patients with chronic health conditions, decreasing hospital admissions and emergency room visits, and improving treatment regimen compliance at home. Zimmerman & Barnason (2007) investigated the use of telehealth devices with cardiac surgical patients. Health Buddy devices can deliver information, education, and professional support for post-operative cardiac patients. The patientââ¬â¢s responses triggered different algorithms to further individualize post-operative interventions (Zimmerman & Barnason, 2006). Health care professionals were able to monitor recovery at home, progress following cardiac s... ...rsing education. Teaching with Technology, 32(3), 189-194. Mackenzie, R., & Sakel, M. (2011, April/May). Teleneurology: Ethics of devolving responsibilities from clinicians to families and/or carers. British Journal of Neuroscience Nursing, 7(2), 490-493. Rothwell, E., Ellington, L., Planalp, S., & Crouch, B. (2011, August 25). Exploring challenges to telehealth communication by specialist in poison information. Qualitative Health Research, 22(1), 67-75. doi:10.1177/1049732311420446 Shore, J. H., Brooks, E., Savin, D. M., Manson, S. M., & Libby, A. M. (2007, June). An economic evaluation of telehealth data collection with rural populations. Psychiatic Services, 58(6), 830-835. Zimmerman, L., & Barnason, S. (2006). Use of a telehealth device to deliver a symptom management intervention to cardiac surgical patients. Journal of Cardiovascular Nursing, 22(1), 32-37.
Sunday, August 18, 2019
The Purpose of the Federal Reserve System Essay -- The Fed and the Eco
Over the past few years we have realized the impact that the Federal Government has on our economy, yet we never knew enough about the subject to understand why. While taking this Economics course it has brought so many things to our attention, especially since we see inflation, gas prices, unemployment and interest rates on the rise. It has given us a better understanding of the effect of the Government on the economy, the stock market, the interest rates, etc. Since the Federal Government has such a control over our Economy, we decided to tackle the subject of the Federal Reserve System and try to get a better understanding of the history, the structure, and the monetary policy of the power that it holds. The Federal Reserve System is the central banking authority of the United States. It acts as a fiscal agent for the United States government and is custodian of the reserve accounts of commercial banks, makes loans to commercial banks, and is authorized to issue Federal Reserve notes that constitute the entire supply of paper currency of the country. Created by the Federal Reserve Act of 1913, it is comprised of 12 Federal Reserve banks, the Federal Open Market Committee, and the Federal Advisory Council, and since 1976, a Consumer Advisory Council which includes several thousand member banks. The board of Governors of the Federal Reserve System determines the reserve requirements of the member banks within statutory limits, reviews and determines the discount rates established pursuant to the Federal Reserve Act to serve the public interest; it is governed by a board of nine directors, six of whom are elected by the member banks and three of whom are appointed by the Board of Govern ors of the Federal Reserve System. The Federal Reserve banks are located in Boston, New York, Philadelphia, Chicago, San Francisco, Cleveland, Richmond, Atlanta, Saint Louis, Minneapolis, Kansas City and Dallas. The Federal Open Market Committee, consisting of the seven members of the Board of Governors and five members elected by the Federal Reserve banks, is responsible for the determination of Federal Reserve Bank policy in the purchase and sale of securities on the open market. The Federal Advisory Council, whose role is purely advisory, consists of 12 members if they meet membership qualifications. The Federal Reserve System exercises its regulatory powers in seve... ...erve. We feel that the latter is on the radical side of thinking, and that overall the Federal Reserve has the best interest of the nation and international economy in all their decisions regarding the increases in interest rates, etc. Since the onset of the Federal Reserve we have not gone into a major depression, and over a course of time there will be times when our economy will peak and boom and the Fed will feel that it is time to slow the economy by raising the rates. Bibliography FED 101 Hosted by The Federal Reserve Bank of Kansas City. http://www.kc.frb.org/fed101 Friedman, Milton and Jacobson Schwartz, Anna. A Monetary History of the United States, 1867-1960. Princeton, 1963 Hailstones, Thomas and Rothwell, John. Managerial Economics, 1993. Prentice Hall, 1993 Metzler, Allan H. A History of the Federal Reserve, Vol I and II. University Press Books, 2002 National Information Center for the Federal Reserve System. http://www.ffiec.gov/nic Rabboh, Bob and Bartson, Ronald J. Principles of Economics. Pearson, 2002 The Federal Reserve Board. http://www.federalreserve.gov The Federal Reserve System Online. http://www.federalreserveonline.org
Saturday, August 17, 2019
Day 3 Hw Essay
Emerging Markets Spring 2013 Sarath Nonis CASE 3-2 Hong Kong Disneyland 1. What led to the eventual woes experienced by Hong Kong Disneyland in its first year of operation? How should Hong Kong Disneyland rectify its market situation? Cultural Adaptation: The Chinese did not easily connect with the characters in the park because they were unfamiliar with the product; they enjoy focusing on what they can buy, eat, and bring home, and taking pictures and bringing them back home rather than the experience of being in the place itself. Chinese Tourist Behavior: Going to Hong Kong means a shopping experience, so they choose the cheaper one, which is Ocean Park; also, the Chinese people put a premium on education, where Ocean Park provides the educational slant. Relationship with Travel Agents: The Hong Kong Disneyland did not heed too much attention to building a relation- ship with the travel agents while Chinese tourists depend a lot on travel agents. Thus, the best way for Hong Kong Disneyland is to determining differences in the Chinese culture and adopting it; to understand Chinese tourist behavior in depth, then to handle the pressures of local demand in terms of the need of Chinese shoppers and tourists; try to pay more attention to building a relationship with the travel agents. 2. To what extent could Hong Kong Disneyland adapt its product to Chinese consumers without diluting its image? Put more educational materials about its image. Taking photos with Donald Duck at the Hong Kong Disneyland. Providing goods which are connected its image for tourist to buy as gifts to bring home. 3. How should Hong Kong Disneyland address competition? Expand the theme of the Hong Kong Disneyland; it should consider the culture and behaviors of Chinese. For example, connect the park theme with childrenââ¬â¢s education. Cut the price to make people think it is worth to pay. It should understand that travel agents are the most important sales channel in the mainland China. It is very popular in mainland China to provide a group discount.
Friday, August 16, 2019
Kingship in Macbeth
Throughout the play we see many of Shakespeare's ideas on the topic and theme of kingship but also what he thought the qualities a man should have to rule his country Macbeth is a play about power and about how the characters in the play handle it and use it. These characters are judged as leaders by their personalities, relationships with their subjects and their attitude towards the country. The characters Duncan, Macbeth, Malcolm and Edward all represent their own brand of kingship and as the play progresses we see the faults in each of these. The first to represent kingship in the play is Duncan. He is loved by his subjects and this love is well deserved and Duncan may be considered the most generous and loved king but that does not mean he is infallible. He is a good king has two sons and cares for Scotland. He is described as a sainted king by Macduff in Act 4 scene 3. Duncan places a lot of trust upon his soldiers and they are very loyal as we see in the bleeding captain fighting against mercenaries and Macbeth says himself his loyalty and service to Duncan is sufficient for his reward and also says â⬠he hath honoured him of lateâ⬠and the essence of Duncan's good nature creates doubts in Macbeth with regards to the murder and Lady Macbeth has also experienced this kindness, a large diamond received for been a good hostess. We see Duncan is decisive when it comes to the matter of traitors as the thane of Cawdor is executed swiftly following his deception from Duncan's ranks. We also see a definite flaw in his nature as he is naive and overly trusting, this is evident when he says â⬠there is no art to find the minds construction in the face â⬠and his ability to sense the deception and treason of the thane of Cawdor and Macbeth shows a lot about his short comings in dealing with certain aspects of his rule which at the time the play was set it was a very important ability to have as a king and his misplaced trust is seen in his haste to reward Macbeth with his new title of Cawdor. In act 4 scene 3 Malcolm lists of the traits of a good king including justice, verity, temperance, stableness, bounty, perseverance, mercy, lowliness, devotion, patience, courage and fortitude and Macduff in response says a king without any of the following does not deserve to live. Also in this scene we see Malcolm testing MacDuff's loyalty saying he is worse than Macbeth, even though it's not very ensuring that his believable lying and a quickness to flee following his father's murder shows fear but it does show he is learning from the mistakes of his father which is a subtlety in the play as to what kind of king he would be. On a more evident note we do see he does know the characteristics of a king and already has loyalty from his subjects which shows a much more stable rule but is questionable if his accession to the throne was smooth and he will remain reliant on his nobles as I father once was. The main issue of the play regarding kingship regards the rule of Macbeth which gives a scenario of the latent potential for evil in kingship. It is clear Macbeths only interest is in his own agenda and plans which seriously contrasts with the list read out by Malcolm in the scene previously mentioned. Macbeth's unstable rule is only maintained by resorting only to murder and terror against his subject and Macbeths use of these tools is mainly caused by hi deep rooted insecurity. This shows kingship has the potential for good and for evil . In the time of Shakespeare the King was believed to be an agent of God and God himself spoke through the king and as Macbeth is not rightfully king his control disturbs the natural order of nature and the earth becomes â⬠feverousâ⬠showing the connection between kingship, nature, and all things balanced is to Shakespeare and the majority of his people at the time believed was real. The killing of Duncan to obtain the crown was also described as â⬠unsanctifiedâ⬠due to Duncan being instilled with â⬠divine rightâ⬠which raises the issue that Macbeths crime is not only unjustly but unholy and a crime against God himself. Macbeth being aware of this prior to the murder he said he would â⬠jump the life to comeâ⬠meaning he is damned. These thought of eternal damnation weighs heavily in Macbeth's corrupted mind and is a catalyst for his declining unpopularity as the king and is described as a tyrant, hell-kite, usurper, butcher and as devilish which also agrees with the religious side of his kingship. Coming up to the end of Macbeths reign we see he has alienated and abandoned his wife, ordered the killing of innocent women and children and his best friend and has lost the loyalty of all his Thanes and now completely relies on occult prophesies which were completely still led to the demise of the once ambitious soldier, Macbeth. Addressing the character of Edward even though he doesn't show up on stage at all he is established as Macbeths opposite and contrasting sharply in regards to the religious aspect of the play, the doctor says people are healed by his â⬠holy touchâ⬠, â⬠solicits heavenâ⬠and is â⬠full of graceâ⬠. The lord in act 3 scene 6 says he is both â⬠piousâ⬠and â⬠holyâ⬠his â⬠white magicâ⬠runs in opposition to the witches black magic. Edward believes the heart of Scotland can be cured by pray but sends 10'000 men to assist Malcolm and MacDuff showing diplomacy and strategy. Shakespeare contrasts the various modes of kingship in the play, a combination of political manoeuvring, religious and spiritual believe and the kingly graces as defined and appreciated by loyal subjects and the optimistic conclusion that those not in possession of their worth will not be accepted as kings and throughout the play we see the that the countries suffering or prosperity is a direct reflection of the moral of its king.
Creation Story Essay
Long ago, before the earth and all things in it, there was God Spongebobâ⬠¦. Spongebob said on the first day, ââ¬Å"Let there be a ball of fire. To light us during daylight and burn those who sin against the lawâ⬠. But then Barbie contested and suggested to change it into a disco ball so that everyone could party from night until dawn. On day two, Mickey Mouse defeated Lord Spongebob by drying him to death with a blower. He made the sky by means of cheese and nuts. On the third day, Mickey Mouse divorced his wife Minney and lived separately. Mickey opt to live underwater together with Aquaman while Minney stays on land with the butterfly fairies as they take good care of the flowers and trees. On day four , the sun, moon, and stars were created by the Justice League. On day five , thunderbirds, mermaids and fishes were created. On day six , Osama was God and he made politicians who considers themselves as animals of this world. They made people like them by uttering words of lies, battling during sessions in senate, rallying for higher compensation and cheating during elections. Other animals who were created are the kidnappers, criminals and policemen. Osama rested on the seventh day. He accidentally killed himself while testing one of his suicide planes. Cyclops saw it all and he said that it was good for Osama to die. With the help of the X-men, they made a garden home inside Noahââ¬â¢s ark on top of Mt. Everest. It was called the Garden of Chaos. He told them they could eat each other and rest in peace. The Aliens and Predators arrived during one of the NBA games and conquer the world. The only thing left were seaweeds, algae and underwater stuffs. Spongebob resurrected and decided to create a new world of his own. He named it the world of Autism.
Thursday, August 15, 2019
Collaboration To Prevent Zoonotic Disease Health And Social Care Essay
In 1899 Sir Patrick Manson wrote ââ¬Å" aÃâ à ¦that the lower animate beings, particularly. . . those that are closely associated with adult male, play an of import portion in the transmittal of human disease is now merely going to be appreciated. . . for one time in a manner, scientific discipline is immensely in progress of pattern. Our sanitarians and the public do non to the full recognize all that the community of involvement, as respects disease sources, of adult male and animal agencies in the spread of disease. At all events if they do understand it they surely do non move as if they appreciated it. â⬠Since so, research workers have discovered a scope of agencies by which assorted diseases may be transferred from animate beings to people. Besides direct animate being contact ( consumption, animate being bites, diseased carnal handling ) these include direct or indirect exposure to septic tissues, piss, spit, secernments or fecal matters through tegument or mucose me mbranes, inspiration of contaminated aerosols or dust, bites from arthropod vectors, and research lab accidents ( Baptiste et al, 2005 ; Dabritz and Conrad, 2010 ) . Bender and Minicucci ( 2007 ) modified the 1959 World Health Organisation definition of zoonotic diseases to be ââ¬Å" Those diseases and infections that are of course transmitted between craniate animate beings and adult male, with the animate beings functioning as the reservoir where a pathogen lives or persists and multiplies. â⬠Despite this possible for disease transportation, it is estimated that 63 % of families ain at least one pet ( McNicholas et al, 2005 ) . The bond between worlds and animate beings has been recognized for many old ages, and favored ownership has been associated with psychological, emotional and physical benefits. Surveies have identified stress decrease, decreased feelings of depression and disaffection, reduced cardiovascular disease, higher endurance from myocardial infarctions, reduced hazard of asthma and allergic coryza as advantages of having comrade animate beings ( Friedmann et al, 1980 ; Anderson et Al, 1992 ; Spencer, 1992b ; Patronek and Glickman, 1993 ; Beck and Meyers, 1996 ; Villar et Al, 1998 ; Siegel et Al, 1999 ; McNicholas et Al, 2005 ) . Unfortunately, the zoonotic transmittal of infective diseases amongst immunocompromised persons and their pets is frequently overlooked, ignored or over overdone. While possible zoonotic pathogens of concern to immunocompromised in dividuals include Toxoplasma gondii, Cryptosporidium spp. , Salmonella spp. , Campylobacter spp. , Giardia lamblia, Rhodococcus equi, Bartonella spp. , Mycobacterium marinum, Bordetella bronchiseptica, Chlamydia psittaci, and zoophilic dermatophytes, appropriate hygiene and instruction can dramatically cut down the hazards ( Trevejo et al, 2005 ) . With the exclusion of Bartonella henselae ( cat abrasion disease ) and zoophilic dermatophytes, the predating infections in worlds are more normally acquired from beginnings other than pets, and the infective disease hazard from having pets is considered low even amongst immunocompromised persons ( Spencer, 1992a ; Jones et Al, 1999 ; Robertson et Al, 2000 ; Mani and Maguire, 2009 ) . However, HIV-infected and immunosuppressed individuals may still be advised non to ain pets, or to dispose of their comrade animate beings. Since people are more likely to hold their Canis familiariss and cats vaccinated against hydrophobias than to hold the ir kids vaccinated against grippe ( Rock and Lail, 2009 ) , fear that they may lose their pets can take sick persons to wholly avoid intervention. Therefore, concern for the wellness and public assistance of pets can supply a strategic gap for conveying information sing human wellness and health by health care professionals. Given that human medical specialty does non by and large explore the function of animate beings in the transmittal of zoonotic agents, and veterinary medical specialty does non pull off the clinical facets of human disease, zoonotic disease bar amongst immunocompromised individuals requires engagement of both doctors and veterinaries.Immunocompromised PersonsWhen sing the immunocompromised as a vulnerable population, there is a broad assortment of root causes for immune map decrease amongst the most immunosuppressed groups. The cardinal similarity between them all is that they are more susceptible to serious unwellnesss from infections associated with pathogens from animate beings, insects, nutrient and H2O. This is due to impaired immune system map which consequences in a decreased ability to battle the resulting infections. Primary or inborn immunodeficiencies are caused by familial or innate upsets, B- and T-cell lacks, and defects in unconditioned unsusceptibility, while acquired immunodeficiencies include the acquired immunodeficiency syndrome ( HIV/AIDS ) , impaired unsusceptibility from chemotherapy or radiation, splenectomy, diseases of bone marrow, and protein-calorie malnutrition ( Abbas et al, 2009 ) . Immunosuppressive therapy for grafts of bone marrow, haematopoietic root cells, and solid variety meats enhances the hurtful effects of underlying unwellness or organ failure. Malignancy, diabetes mellitus, Cushing's syndrome, gestation, hypogammaglobulinemia, extremes of age, alcohol addiction, and asplenia besides impair host unsusceptibility to changing grades by impacting endocrine and immune cell degrees, reactions and sensit ivenesss ( Abbas et al, 2009 ) . Therefore, it is of import to acknowledge that immunocompromisation is a far making term which includes those enduring from HIV/AIDS, pregnant adult females, babies younger than 1 twelvemonth, people older than 65 old ages of age, people taking immunosuppressive medicines ( such as transplant organ receivers ) , people having chemotherapeutic agents, and people enduring from diabetes, nephritic failure, malnutrition, liver cirrhosis, or assorted other immunosuppressive diseases or conditions. A conservative estimation is that about 20 % of the United States population is considered immunocompromised ( Robinson and Pugh, 2002 ) , and there is no ground to surmise that this is non the same in Canada. This figure is expected to increase as the overall population ages, and as malignant neoplastic disease and HIV/AIDS therapies improve taking patients to hold longer endurance rates ( Robinson and Pugh, 2002 ) .Preventing Zoonotic Disease Transmission in Immunocompromised PopulationsThere are of import factors that immunocompromised individuals need to see with respects to pet ownership, and by and large most writers agree on several cardinal points refering to these issues. First, that immunocompromised persons need to carefully see the important hazards of favored ownership and that instruction leting them to make so needs to be provided in an empathic, caring environment ( Kotton, 2007 ) . Second, that few immunosuppressed individuals initiate these conversations themselves ( Davis, 2008 ) . Last, that there does non look to be consistent duologue or coaction between the Fieldss of human and veterinary medical specialty ( Lipton et al, 2008 ) . In order to get the better of these jobs and travel towards a declaration of the issue of zoonotic disease transmittal, physician-veterinarian relationships need to be established early. In a survey sing the attitudes of veterinaries and doctors towards zoonotic diseases amongst immunocompromised patients, doctors were uncomfortable discoursing the function of pets in the transmittal of zoonotic diseases. Alternatively doctors preferred that veterinaries initiate those treatments ( Grant and Olsen, 1999 ) . However, without physician support, most patients do non see veterinaries as a beginning of information sing human wellness ( Beck and Meyers, 1996 ; Robinson, 2000 ; McNicholas et Al, 2005 ) . This is despite most veterinaries recognizing their function in public instruction refering zoonotic disease bar, and being prepared for stronger partnerships with public wellness bureaus ( Lipton et al, 2008 ) . As the theoretical account of coaction between wellness professionals alterations into a system of One Health, opportunities to develop schemes specifically adopted towards the bar of zoonotic disease within vulnerable immunosuppressed populations could originate. Currently policies remain in their babyhood as comprehensive, comparative medical specialty has merely late regained widespread entreaty. Generally, schemes have been centred on the distribution of educational booklets and stuffs on the subject of comrade animate being related zoonotic diseases, or little marks within medical waiting countries promoting patients to talk with their wellness professional to heighten bar ( Beck and Meyers, 1996 ; Grant and Olsen, 1999 ; Bender and Minicucci, 2007 ; Pickering et Al, 2008 ) . Unfortunately, despite the fact that these methods may at first appear empowering, it is improbable that many patients are within the appropriate phase of alteration to originate alterations, and therefore are unwilling to utilize the resources. Furthermore, it has been suggested that on norm, veterinaries engaged in treatments sing zoonotic disease merely twice per hebdomad, and doctors seldom, if at all ( Grant and Olsen, 1999 ) . This farther demonstrates the deficiency of information being communicated to patients. However, despite the lack of concrete stairss taken towards seting specific policies into topographic point, the undermentioned suggestions have been put frontward as recommendations for cut downing the transportation of zoonotic disease to immunosuppressed persons. 1. Increased public instruction demands to be provided to immunocompromised persons and their households. a ) Education sing appropriate attention and hygiene of pets, and people in contact with comrade animate beings needs to be provided ( Robinson and Pugh, 2002 ; Hemsworth and Pizer, 2006 ; Mani and Maguire, 2009 ) . This includes manus rinsing after contact with pets, every bit good as care of a clean, healthy environment, modus operandi and regular veterinarian attention ( including handling with appropriate parasiticides ) , and regular pet hygiene ( e.g. niping cats claws, cleaning litter box day-to-day, forestalling Canis familiariss from creaming, etc ) ( NASPHV, 2009 ) . It is of import besides that comrade animate beings are spayed or neutered to cut down the potency for contact with venereal secernments. Discussions sing appropriate eating wonts are important, as immunocompromised patients should ne'er feed their pets natural meat due to the increased hazard of transmittal of pathogens such as Salmonella and tineas to their pets, which can so go vectors themselves. Immunosupp ressed persons must keep their ain hygiene, as integral mucocutaneous barriers are one of the few defense mechanisms against development of disease. B ) Recommendations refering appropriate pet purchases and contact with bad species need to be outlined ( Robinson and Pugh, 2002 ; Hemsworth and Pizer, 2006 ; Mani and Maguire, 2009 ) . Immunosuppressed individuals should avoid holding any reptilians or amphibious vehicles, wild or alien birds, or gnawers as pets. Additionally, many persons are non cognizant that acceptance of an grownup animate being reduces the opportunities of infection with a GI zoonotic disease. 2. Improved coaction between wellness attention professionals needs to be maintained in order to place possible zoonotic state of affairss. a ) Health professionals must join forces sing their consciousness of the hazards of infection and showing marks of disease in both human and carnal patients ( Robinson and Pugh, 2002 ; Hemsworth and Pizer, 2006 ; Mani and Maguire, 2009 ) . Knowledge of susceptible persons within the same family, such as an sick pet or individual, allows wellness attention practicians to give appropriate advice and instructions on bar of disease transmittal. Comprehensive medical direction programs can so be given in order to maximise life anticipation and minimise morbidity for both human and carnal patients. B ) Dialogue refering zoonotic diseases present in the patient ââ¬Ës and the community ââ¬Ës environing environment must be undertaken within a squad environment ( Robinson and Pugh, 2002 ; Kahn, 2006 ) . Currently disease surveillance is fragmented, with human wellness professionals describing to different administrations and sections in authorities than veterinary professionals. If this were synchronised there would be a greater opportunity of placing possible zoonotic eruptions prior to occurrence, every bit good as hastening local responses required to command events. 3. Integrated instruction for doctors and veterinaries can cut down the uncomfortableness that wellness professionals feel at the thought of collaborative treatments. a ) Comprehensive instruction on the topic of public wellness, zoonotic disease and immunocompromised patients during professional preparation can cut down the fright of treatments on the topic ( Grant and Olsen, 1999 ; Robinson and Pugh, 2002 ) . Combined veterinary and medical preparation both during preparation and through continuing instruction post-graduation through required coursework or workshops ensures consistence in the messages given to patients sing zoonotic disease every bit good as furthering collaborative working relationships between professionals that can transport frontward to future interactions. 4. There should be increased scientific survey on the subject of disease transmittal between immunosuppressed persons and their pets. a ) Research performed jointly by doctors and veterinaries on the topic of zoonotic disease transmittal could formalize present twenty-four hours concerns and sentiments ( Robinson and Pugh, 2002 ; Hemsworth and Pizer, 2006 ; Kahn, 2006 ) . To day of the month at that place have been no randomised controlled tests, and few instance control surveies on the subject of disease transmittal amongst immunosuppressed persons, taking to guess as to the overall hazards of infection. Misconceptions of elevated hazard of pet-acquired unwellnesss often lead households to acquire rid of darling pets unnecessarily doing indefensible emphasis and depression. This is despite the fact that the bulk of pets do non do any greater hazards to immunocompromised patients than interaction with other people or the environment would ( Burton, 1989 ; Wallace et Al, 1993 ) . B ) Studies performed jointly by doctors and veterinaries on the topic of successful wellness promotional activities could promote farther integrating of these schemes and enterprises, and create and drift for future support ( Grant and Olsen, 1999 ; Kahn, 2006 ) . There exists small literature on which wellness promotional schemes appear to hold had a important impact on the decrease of zoonotic transmittal of disease amongst pet proprietors. 5. Improved visibleness of health care professionals within the general community can advance discourse in the subject of disease transference between comrade animate beings and their vulnerable proprietors. a ) Evidence of the presence of the support available for immunocompromised patients with pets can take to more unfastened communicating between patients and the health care professionals with whom they interact ( Grant and Olsen, 1999 ; Lipton et Al, 2008 ) . It is recommended that doctors and veterinaries affiliate with support groups to promote patients to utilize all preventative and diagnostic steps available.Strategic ExamplesAs mentioned, one of the cardinal wellness publicity schemes recommended by several writers was specialised, comprehensive instruction of the particular immunocompromised population. Health instruction is geared to better the cognition that a mark population holds sing the specific issue being discussed. A assortment of methods can be used to leave this information, from printed paperss ( including booklets, postings or manuals ) , to diverse media mercantile establishments ( including telecasting or wireless advertizements or internet web sites ) , to int eractive public treatments ( including community meetings and particular involvement groups ) . Currently, wellness instruction sing the transmittal of zoonotic diseases between immunocompromised persons and their comrade animate beings by and large takes the signifier of marks, booklets or postings in medical and veterinary office waiting suites. For best pattern, educational stuffs should be designed by a collaborative squad of doctors, veterinaries, nurses and wellness publicity specializers. For illustration, the Center for Disease Control presently maintains a web site that contains many client educational resources, including booklets and postings aimed at cut downing zoonotic disease transmittal in immunosuppressed populations for medical and veterinary offices ( CDC, 2011a ; CDC, 2011b ) . These resources are designed by their epidemiological public wellness specializers. Unfortunately, as was mentioned antecedently, even though these are first-class resources, as a inactive resource they are merely utile when they are used, and so make non truly empower the patient. A client ââ¬Ës sensed susceptibleness to disease and personal cues to action will play important functions in whether they choose to take the stuff, and so whether they choose to prosecute their wellness professional in the necessary duologue to do of import changes to their state of affairs. As good, the patient must be willing to take action one time they have acquired the recommendations. So while wellness instruction can ensue in improved communicating with patients as a starting point for originating treatment, it is merely functional when used as one of an armory of tools, instead than as the primary or exclusive agencies of zoonotic disease decrease amongst an immunocompromised population. Another recommendation was for a collaborative team-centered attack, in which wellness attention professionals form a squad to recommend for comprehensive medical direction programs that maximize healthy long lives for both human patients and pets. Since veterinaries have a duty to name, dainty and rede the proprietor or health professional on zoonotic disease it is of import that they feel they are a member of the wellness squad. Their function needs to guarantee that doctors and other wellness professionals are given accurate information on the hazards for their patients and practical advice on how to understate infections from happening. As portion of a collaborative squad, doctors should besides be proactive in asking about pet or dog ownership among their immunocompromised patients. Physicians must keep consciousness of pet infective diseases and hazards to advocate patients to forestall human infection. Doctors must besides acknowledge the disease in worlds every bit good as de velop cognition and apprehension of clinical syndromes in animate beings, because these may supply a hint to the aetiology of undiagnosed diseases in human patients. In order to ab initio make this positive working relationship, it is recommended that wellness scientific discipline colleges at universities create interdisciplinary nucleus classs necessitating all wellness subjects ( including but non limited to Medicine, Veterinary Medicine, Nursing, Public Health ) to work together on public wellness issues. By larning to work together groups learn to understand and recommend for each other, and hence go more expert at recommending for all of their patients. This would so widen to immunocompromised pet proprietors. Unfortunately, developing this type of course of study will take important organizational alteration and has non yet been completed. Organizational alteration seeks to cut down the demand for remedial or reactive policy by making positive, balanced and flexible constructions and schemes to get by with issues as they arise. Successful organizational alteration in this case requires reconstituting of resources and transmutation of metho dological analysis, which can merely be undertaken one time all cardinal stakeholders acknowledge and consider the possible effects of disregarding the state of affairs. As mentioned, it is estimated that at least 20 % of the current population is considered to be immunosuppressed ( Robinson and Pugh, 2002 ) . As this per centum grows, the impact of avoiding the reverberations of absent policies will go undeniable. However, legion pupil run interdisciplinary groups exist and one successful illustration of this type of confederation is the Aboriginal, Rural and Remote Health Group ( ARRHG ) from the University of Saskatchewan which fosters an interprofessional position on issues affecting vulnerable rural, distant and Aboriginal populations. With members from each of the professional wellness scientific discipline sections on campus, pupils learn to interact and pass on with a diverse array of subjects. In the interim, while waiting for new course of study to be developed, joint medi cal and veterinary medical workshops based on the success of groups such as ARRHG could be given to educate professionals on the zoonotic hazards to human wellness. By hammering ties, participants of these workshops would non merely go better advocators for their patients, but besides for the plans themselves, promoting universities to rush their bringing.The Role of Public Health ProfessionalsPublic wellness professionals have a important function in disease surveillance. Companion animate beings can be considered the proverbial ââ¬Ëcanary in a coal mine ââ¬Ë by which wellness boosters can break aim their activities based on current needs appraisals. As pets are in intimate contact with members of a human household, they frequently eat similar nutrients, portion the same beds, and serve as travel comrades ; therefore their disease hazard ends up similar to that of their proprietors. Animals hence may function as incidental lookouts for disease, as their wellness frequently mi rrors that of worlds in the same family. Communication between veterinaries, doctors and public wellness functionaries can ease rapid sensing of disease and execution of disease-control and bar schemes to finally minimise damaging wellness effects in both people and animate beings ( Robinson and Pugh, 2002 ) . Public wellness bureaus could increase their engagement in the decrease of zoonotic disease transmittal to immunocompromised persons by going involved in the development of educational stuffs, by moving as affairs between diverse wellness professionals and degrees of authorities, and by run intoing on a regular basis with the community to discourse concerns sing zoonotic diseases and their bar. Public wellness professionals could be instrumental in developing a secure online method for veterinaries, doctors and public wellness professionals to portion information sing zoonotic diseases within the community and possible methods with which to protect vulnerable groups prior to i nclusion of the media.DecisionsZoonotic diseases are a turning public wellness concern, particularly among vulnerable immunosuppressed populations. As more than 75 % of emerging human infective diseases involve zoonotic pathogens ( Lefebvre et al, 2006 ) , and comrade animate beings remain an of import possible beginning of disease for the increasing figure of immunocompromised persons within the population. However, given the emotional and physical benefits of favored ownership, wellness practicians must better their accomplishments in wellness instruction, protagonism and collaborative communicating in order to guarantee that their patients remain capable of keeping their ain wellness while coexisting with their comrade animate beings.
Subscribe to:
Posts (Atom)