3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-26 18:45:34 +00:00

Added abc -dff and -clk support

This commit is contained in:
Clifford Wolf 2013-12-31 21:25:09 +01:00
parent b3b00f1bf4
commit 4892a3ce6d
3 changed files with 173 additions and 34 deletions

View file

@ -22,7 +22,7 @@
#include "kernel/rtlil.h"
extern RTLIL::Design *abc_parse_blif(FILE *f);
extern RTLIL::Design *abc_parse_blif(FILE *f, std::string dff_name);
#endif