Codebase list gtkwave / upstream/1.3.34 src / lx2.h
upstream/1.3.34

Tree @upstream/1.3.34 (Download .tar.gz)

lx2.h @upstream/1.3.34raw · history · blame

/* 
 * Copyright (c) Tony Bybell 2003.
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License
 * as published by the Free Software Foundation; either version 2
 * of the License, or (at your option) any later version.
 */

#ifndef WAVE_LX2RDR_H
#define WAVE_LX2RDR_H

#include <inttypes.h>
#include "vcd.h"

extern char is_lx2;
TimeType lx2_main(char *fname, char *skip_start, char *skip_end);
void import_lx2_trace(nptr np);

void lx2_set_fac_process_mask(nptr np);
void lx2_import_masked();

#endif