This website requires JavaScript.
Explore
Help
Sign In
riscv
/
coriolis
mirror of
https://gitlab.lip6.fr/vlsi-eda/coriolis.git
Watch
1
Star
0
Fork
You've already forked coriolis
0
Code
Issues
Projects
Releases
Wiki
Activity
dd66d66741
coriolis
/
vlsisapd
/
examples
/
agds
/
CMakeLists.txt
3 lines
53 B
CMake
Raw
Normal View
History
Unescape
Escape
CHANGES * agds : - all agds object now belong to AGDS namespace - 'Gds' has been removed from all filenames * cif - all cif objects now belong to CIF namespace - 'Cif' has been removed from all filenames * dtr - minor modifications in CMakeLists.txt since Boost Python is now used by other driver & parser ADDS * agds : - new python module * cif - new python module * doc - brand new doxygen documentation with global presentation cif format (driver) agds format (driver) links & contacts * examples - examples files in C++ and Python for cif & agds drivers (others will follow)
2010-06-11 09:49:21 -05:00
ADD_SUBDIRECTORY
(
cplusplus
)
Renaming examples executable (driveCif, driveAgds, driveCif.py ... instead of test in order to be able to differntiate driver vs parser)
2010-06-14 05:46:09 -05:00
ADD_SUBDIRECTORY
(
python
)