fpgatools/bits.c
Wolfgang Spraul 3487a8ad7b autotester
2012-08-16 10:57:51 +02:00

15 lines
285 B
C

//
// Author: Wolfgang Spraul
//
// This is free and unencumbered software released into the public domain.
// For details see the UNLICENSE file at the root of the source tree.
//
#include "model.h"
#include "bits.h"
int write_bits(FILE* f, struct fpga_model* model)
{
return 0;
}