Skip to content

Commit 85e56a6

Browse files
Fix merge conflicts
2 parents 7358ae1 + 80e9734 commit 85e56a6

File tree

153 files changed

+24676
-8416
lines changed

Some content is hidden

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

153 files changed

+24676
-8416
lines changed

.github/workflows/nightly_test_manual.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
./dev/upgrade_vtr_archs.sh
5252
make get_symbiflow_benchmarks
5353
make get_zeroasic_rr_graphs
54+
make get_flat_placements
5455
5556
# Build VTR using the default build options.
5657
- name: 'Build VTR'

CMakeLists.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,14 @@ add_custom_target(get_zeroasic_rr_graphs
368368
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
369369
COMMENT "Downloading (~2MB) and extracting Zero ASIC RR graphs (~0.1GB) into VTR source tree.")
370370

371+
#
372+
# Flat Placement Files
373+
#
374+
add_custom_target(get_flat_placements
375+
COMMAND ./vtr_flow/scripts/get_flat_placement_files.py --vtr_flow_dir ./vtr_flow
376+
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
377+
COMMENT "Downloading (~5MB) and extracting Flat Placement Files (~0.1GB) into VTR source tree.")
378+
371379
#
372380
# Unit Testing
373381
#

doc/src/.DS_Store

-6 KB
Binary file not shown.

doc/src/Images/Block_Settings.png

-274 KB
Loading

doc/src/Images/Net_Settings.png

-22.3 KB
Loading

doc/src/Images/Routing_Options.png

-30.5 KB
Loading

doc/src/Images/crit_path.png

-282 KB
Loading

doc/src/Images/manual_move.png

-92.1 KB
Loading

doc/src/Images/view_menu.png

-76.2 KB
Loading

doc/src/abc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
ABC
44
===
55

6-
ABC is included with in VTR to perform technology independant logic optimization and technology mapping.
6+
ABC is included within VTR to perform technology independant logic optimization and technology mapping.
77

88
ABC is developed at UC Berkeley, see the `ABC homepage <http://www.eecs.berkeley.edu/~alanmi/abc/>`_ for details.

0 commit comments

Comments
 (0)