// // 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. // int read_bits(struct fpga_model* model, FILE* f); int write_bits(FILE* f, struct fpga_model* model);