Skip to content

Commit

Permalink
Fix up some comments.
Browse files Browse the repository at this point in the history
Signed-off-by: Keith Rothman <[email protected]>
  • Loading branch information
litghost committed Feb 19, 2020
1 parent 328903d commit 4459341
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions fuzzers/074-dump_all/jobtiles.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ proc lookup_speed_model_name {name} {

# For BSW_INT_LONG_MUX, use the model from BSW_INT_HLONG_MUX.
# This isn't exactly correct, but it is a better model to use.
# BSW_INT_LONG_MUX is a tl_buffer (which we don't really understand), and
# BSW_INT_HLONG_MUX is not. This subsitution appears good enough for now.
set int_hlong_mux [lookup_speed_model_name BSW_INT_HLONG_MUX]
set int_long_mux [lookup_speed_model_name BSW_INT_LONG_MUX]

Expand Down
4 changes: 2 additions & 2 deletions utils/create_timing_worksheet_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ def __init__(self, net):
def extend_rc_tree(self, ws, current_rc_root, timing_lookup, node):
rc_elements = []

# LV nodes have a workaround applied because of a working in the
# pip timing.
# LV nodes have a workaround applied because of a work around in the
# pip timing data.
is_lv_node = any(
wire['name'].split('/')[1].startswith('LV')
for wire in node['wires'])
Expand Down

0 comments on commit 4459341

Please sign in to comment.