mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-12 14:11:00 +00:00
sdc: simple mode, remove per-tool stubs
This commit is contained in:
parent
857b1da27f
commit
aa5b7075cb
2 changed files with 58 additions and 237 deletions
|
@ -1,234 +1,21 @@
|
|||
# with Tcl's eager evaluation, we will still eval args if they're unused by a stub
|
||||
proc stub {function_name} {
|
||||
proc $function_name {args} {}
|
||||
proc $function_name {args} "puts \"stubbed $function_name\""
|
||||
}
|
||||
|
||||
# OpenROAD
|
||||
proc get_name {thing} {
|
||||
return thing
|
||||
}
|
||||
proc get_full_name {thing} {
|
||||
return thing
|
||||
proc is_suppressed {args} {
|
||||
return 0
|
||||
}
|
||||
|
||||
proc create_clock {args} {
|
||||
return "CLOCK@"
|
||||
}
|
||||
proc get_clocks {args} {
|
||||
return "CLOCK@"
|
||||
}
|
||||
|
||||
# Vivado UG903
|
||||
stub add_cells_to_pblock
|
||||
stub add_to_power_rail
|
||||
stub all_clocks
|
||||
stub all_cpus
|
||||
stub all_dsps
|
||||
stub all_fanin
|
||||
stub all_fanout
|
||||
stub all_ffs
|
||||
stub all_hsios
|
||||
stub all_inputs
|
||||
stub all_latches
|
||||
stub all_outputs
|
||||
stub all_rams
|
||||
stub all_registers
|
||||
stub connect_debug_port
|
||||
stub create_clock
|
||||
stub create_debug_core
|
||||
stub create_debug_port
|
||||
stub create_generated_clock
|
||||
stub create_macro
|
||||
stub create_pblock
|
||||
stub create_power_rail
|
||||
stub create_property
|
||||
stub create_waiver
|
||||
stub current_design
|
||||
stub current_instance
|
||||
stub delete_macros
|
||||
stub delete_pblock
|
||||
stub delete_power_rails
|
||||
stub endgroup
|
||||
stub get_bel_pins
|
||||
stub get_bels
|
||||
stub get_clocks
|
||||
stub get_debug_cores
|
||||
stub get_debug_ports
|
||||
stub get_generated_clocks
|
||||
stub get_hierarchy_separator
|
||||
stub get_iobanks
|
||||
stub get_macros
|
||||
stub get_nodes
|
||||
stub get_package_pins
|
||||
stub get_path_groups
|
||||
stub get_pblocks
|
||||
stub get_pips
|
||||
stub get_pkgpin_bytegroups
|
||||
stub get_pkgpin_nibbles
|
||||
stub get_power_rails
|
||||
stub get_property
|
||||
stub get_site_pins
|
||||
stub get_site_pips
|
||||
stub get_sites
|
||||
stub get_slrs
|
||||
stub get_speed_models
|
||||
stub get_tiles
|
||||
stub get_timing_arcs
|
||||
stub group_path
|
||||
stub make_diff_pair_ports
|
||||
stub remove_cells_from_pblock
|
||||
stub remove_from_power_rail
|
||||
stub reset_operating_conditions
|
||||
stub reset_switching_activity
|
||||
stub resize_pblock
|
||||
stub set_bus_skew
|
||||
stub set_case_analysis
|
||||
stub set_clock_groups
|
||||
stub set_clock_latency
|
||||
stub set_clock_sense
|
||||
stub set_clock_uncertainty
|
||||
stub set_data_check
|
||||
stub set_disable_timing
|
||||
stub set_external_delay
|
||||
stub set_false_path
|
||||
stub set_hierarchy_separator
|
||||
stub set_input_delay
|
||||
stub set_input_jitter
|
||||
stub set_load
|
||||
stub set_logic_dc
|
||||
stub set_logic_one
|
||||
stub set_logic_unconnected
|
||||
stub set_logic_zero
|
||||
stub set_max_delay
|
||||
stub set_max_time_borrow
|
||||
stub set_min_delay
|
||||
stub set_multicycle_path
|
||||
stub set_operating_conditions
|
||||
stub set_output_delay
|
||||
stub set_package_pin_val
|
||||
stub set_power_opt
|
||||
stub set_propagated_clock
|
||||
stub set_property
|
||||
stub set_switching_activity
|
||||
stub set_system_jitter
|
||||
stub set_units
|
||||
stub startgroup
|
||||
stub update_macro
|
||||
|
||||
# OpenSTA
|
||||
stub source_
|
||||
stub write_sdc
|
||||
stub current_instance
|
||||
stub set_hierarchy_separator
|
||||
stub check_path_divider
|
||||
stub set_units
|
||||
stub check_unit
|
||||
stub unit_prefix_scale
|
||||
stub check_unit_scale
|
||||
stub all_clocks
|
||||
stub all_inputs
|
||||
stub all_outputs
|
||||
stub all_registers
|
||||
stub current_design
|
||||
stub filter_objs
|
||||
stub check_nocase_flag
|
||||
stub find_liberty_libraries_matching
|
||||
stub create_clock
|
||||
stub delete_clock
|
||||
stub create_generated_clock
|
||||
stub delete_generated_clock
|
||||
stub remove_gclk_cmd
|
||||
stub group_path
|
||||
stub check_exception_pins
|
||||
stub set_clock_gating_check
|
||||
stub set_clock_gating_check1
|
||||
stub set_clock_groups
|
||||
stub unset_clock_groups
|
||||
stub unset_clk_groups_cmd
|
||||
stub set_clock_latency
|
||||
stub unset_clock_latency
|
||||
stub unset_clk_latency_cmd
|
||||
stub set_sense
|
||||
stub set_clock_sense
|
||||
stub set_clock_sense_cmd1
|
||||
stub set_clock_transition
|
||||
stub unset_clock_transition
|
||||
stub set_clock_uncertainty
|
||||
stub unset_clock_uncertainty
|
||||
stub unset_clk_uncertainty_cmd
|
||||
stub set_data_check
|
||||
stub unset_data_check
|
||||
stub unset_data_checks_cmd
|
||||
stub set_disable_timing
|
||||
stub set_disable_timing_instance
|
||||
stub parse_disable_inst_ports
|
||||
stub port_members
|
||||
stub set_disable_timing_cell
|
||||
stub parse_disable_cell_ports
|
||||
stub unset_disable_timing
|
||||
stub unset_disable_cmd
|
||||
stub unset_disable_timing_cell
|
||||
stub unset_disable_timing_instance
|
||||
stub set_false_path
|
||||
stub set_ideal_latency
|
||||
stub set_ideal_network
|
||||
stub set_ideal_transition
|
||||
stub set_input_delay
|
||||
stub set_port_delay
|
||||
stub unset_input_delay
|
||||
stub set_max_delay
|
||||
stub set_path_delay
|
||||
stub set_max_time_borrow
|
||||
stub set_min_delay
|
||||
stub set_min_pulse_width
|
||||
stub set_multicycle_path
|
||||
stub unset_path_exceptions
|
||||
stub unset_path_exceptions_cmd
|
||||
stub set_output_delay
|
||||
stub unset_output_delay
|
||||
stub unset_port_delay
|
||||
stub set_propagated_clock
|
||||
stub unset_propagated_clock
|
||||
stub set_case_analysis
|
||||
stub unset_case_analysis
|
||||
stub set_drive
|
||||
stub set_driving_cell
|
||||
stub port_direction_any_output
|
||||
stub set_fanout_load
|
||||
stub set_input_transition
|
||||
stub set_load
|
||||
stub set_logic_dc
|
||||
stub set_logic_value
|
||||
stub set_logic_one
|
||||
stub set_logic_zero
|
||||
stub set_max_area
|
||||
stub set_max_capacitance
|
||||
stub set_capacitance_limit
|
||||
stub set_max_fanout
|
||||
stub set_fanout_limit
|
||||
stub set_max_transition
|
||||
stub set_port_fanout_number
|
||||
stub set_resistance
|
||||
stub set_timing_derate
|
||||
stub unset_timing_derate
|
||||
stub parse_from_arg
|
||||
stub parse_thrus_arg
|
||||
stub parse_to_arg
|
||||
stub parse_to_arg1
|
||||
stub delete_from_thrus_to
|
||||
stub parse_comment_key
|
||||
stub set_min_capacitance
|
||||
stub set_operating_conditions
|
||||
stub parse_op_cond
|
||||
stub parse_op_cond_analysis_type
|
||||
stub set_wire_load_min_block_size
|
||||
stub set_wire_load_mode
|
||||
stub set_wire_load_model
|
||||
stub set_wire_load_selection_group
|
||||
stub set_voltage
|
||||
stub create_voltage_area
|
||||
stub set_level_shifter_strategy
|
||||
stub set_level_shifter_threshold
|
||||
stub set_max_dynamic_power
|
||||
stub set_max_leakage_power
|
||||
stub define_corners
|
||||
stub set_pvt
|
||||
stub set_pvt_min_max
|
||||
stub default_operating_conditions
|
||||
stub cell_regexp
|
||||
stub cell_regexp_hsc
|
||||
stub port_regexp
|
||||
stub port_regexp_hsc
|
||||
stub ys_track_typed_key
|
||||
stub ys_track_untyped_key
|
||||
stub ys_err_key
|
||||
stub ys_err_flag
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue