This website requires JavaScript.
Explore
Help
Sign In
riscv
/
coriolis
Watch
1
Star
0
Fork
You've already forked coriolis
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
b3d5c56965
coriolis
/
foehn
/
cmake_modules
/
CMakeLists.txt
2 lines
67 B
CMake
Raw
Normal View
History
Unescape
Escape
Added new tool "foehn" to create/manipulate DAG. Build DAG then create an ordered list of gates from it. DAG starting points could be Net or Instances (we take the output of the Instance). Multiple DAG can be created, but once an Instance is part of a DAG, it connot be part of another and is conidered as "reached" by all subsequent DAG run. The ordered list build from a DAG contains both Net and Instances. A new property has DagProperty, accessible through DagExtension has been created to store relevant information of the DAG on each Instance or Net (work in progress).
2022-09-21 10:46:48 -05:00
install
(
FILES
FindFOEHN.cmake
DESTINATION
share/cmake/Modules
)