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:
parent
b3b00f1bf4
commit
4892a3ce6d
3 changed files with 173 additions and 34 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue