aboutsummaryrefslogtreecommitdiffstats
path: root/python/libghdl/thin/vhdl/sem_lib.py
blob: 36559ec5e1cc846958c20bc8edc4214b491a12bd (plain)
1
2
3
4
5
6
7
from libghdl import libghdl

Load_File = libghdl.vhdl__sem_lib__load_file

Finish_Compilation = libghdl.vhdl__sem_lib__finish_compilation

Free_Dependence_List = libghdl.vhdl__sem_lib__free_dependence_list
m">This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ #ifndef NODEBUG_H #define NODEBUG_H #ifndef NO_DEBUG #define NO_DEBUG #include "debug.h" #undef NO_DEBUG #else #include "debug.h" #endif #endif