Skip to content

Commit a300fae

Browse files
committed
docs: update schematic images
1 parent 59ae289 commit a300fae

53 files changed

Lines changed: 25331 additions & 22856 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/export_schematics.tcl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ set other_cells [get_cells -hierarchical -filter {TYPE == Others}]
1010

1111
set exported [dict create]
1212
# ban some huge module
13-
dict set exported "data_mem" 1
13+
# dict set exported "data_mem" 1
14+
# Too large
1415
dict set exported "cache_L1" 1
1516
set idx 1
1617

@@ -32,7 +33,7 @@ foreach cell $other_cells {
3233
show_schematic [get_nets]
3334
write_schematic -format svg -scope all -force "${output_dir}/${clean_name}.svg"
3435

35-
puts "\[[format %02d $idx]\] $ref (instance: $inst_name)"
36+
puts "\[[format %02d $idx]\] $ref"
3637
incr idx
3738

3839
current_instance

docs/schematic_svgs/TOP.svg

Lines changed: 418 additions & 363 deletions
Loading

docs/schematic_svgs/adder.svg

Lines changed: 0 additions & 271 deletions
This file was deleted.

0 commit comments

Comments
 (0)