Skip to content

Commit ec3a442

Browse files
committed
Merge remote-tracking branch 'origin/master' into visualize_flat_routing
2 parents 5df4c55 + 29cc58d commit ec3a442

File tree

5,058 files changed

+3209
-1669157
lines changed

Some content is hidden

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

5,058 files changed

+3209
-1669157
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@
1010
[submodule "libs/EXTERNAL/libezgl"]
1111
path = libs/EXTERNAL/libezgl
1212
url = https://github.com/verilog-to-routing/ezgl.git
13+
[submodule "libs/EXTERNAL/yosys"]
14+
path = libs/EXTERNAL/yosys
15+
url = https://github.com/YosysHQ/yosys.git

CMakeLists.txt

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -413,24 +413,6 @@ if(${WITH_ABC})
413413
add_subdirectory(abc)
414414
endif()
415415

416-
if(${WITH_PARMYS}) # define cmake params to compile Yosys
417-
add_definitions("-D_YOSYS_")
418-
419-
set(MAKE_PROGRAM "$(MAKE)")
420-
if(${CMAKE_GENERATOR} STREQUAL "Ninja")
421-
set(MAKE_PROGRAM "make")
422-
endif()
423-
424-
# Commented out since a make file should not call another make command with
425-
# threads. It should pass this information from the parent automatically.
426-
# if(NOT DEFINED "${CMAKE_BUILD_PARALLEL_LEVEL}")
427-
# set(CUSTOM_BUILD_PARALLEL_LEVEL 16)
428-
# else()
429-
# set(CUSTOM_BUILD_PARALLEL_LEVEL "${CMAKE_BUILD_PARALLEL_LEVEL}")
430-
# endif()
431-
add_subdirectory(yosys)
432-
endif()
433-
434416
add_subdirectory(libs) #libs/CMakeLists.txt handles adding warnings flags to non-external libraries
435417

436418
if(${WITH_PARMYS})

dev/subtree_config.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,6 @@
4949
internal_path="vtr_flow/benchmarks/system_verilog/fx68k"
5050
external_url="https://github.com/ijor/fx68k.git"
5151
default_external_ref="master"/>
52-
<subtree
53-
name="yosys"
54-
internal_path="yosys"
55-
external_url="https://github.com/YosysHQ/yosys.git"
56-
default_external_ref="yosys-0.32"/>
5752
<subtree
5853
name="parmys"
5954
internal_path="parmys"

doc/src/api/vtrutil/logging.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ vtr_error
1414
:project: vtr
1515
:sections: briefdescription detaileddescription innernamespace innerclass user-defined public-func
1616

17+
.. _vtr_assertion:
18+
1719
vtr_assertion
1820
-------------
1921
.. doxygenfile:: vtr_assert.h

0 commit comments

Comments
 (0)