diff options
| author | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-07-02 15:40:50 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-07-07 16:50:11 -0700 |
| commit | f16265c6624890bd7f850146ec57ddd02b0c8642 (patch) | |
| tree | 458e2ee92b534c1c4a7420cb579486cf862b6f71 /icebox/icebox_vlog.py | |
| parent | 502611016ccf58498a6a8742a778531e2a0e4362 (diff) | |
Work in progress DB. Having trouble getting group_segments to work without error.
Diffstat (limited to 'icebox/icebox_vlog.py')
| -rwxr-xr-x | icebox/icebox_vlog.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/icebox/icebox_vlog.py b/icebox/icebox_vlog.py index e046de1..d28336d 100755 --- a/icebox/icebox_vlog.py +++ b/icebox/icebox_vlog.py @@ -396,6 +396,7 @@ if lookup_symbols: current_net = -1 text_func.append("") +#print(nets) wb_boot = seg_to_net(icebox.warmbootinfo_db[ic.device]["BOOT"], "") wb_s0 = seg_to_net(icebox.warmbootinfo_db[ic.device]["S0"], "") wb_s1 = seg_to_net(icebox.warmbootinfo_db[ic.device]["S1"], "") |
