3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-06 14:13:23 +00:00

Various improvements in BLIF front-end

This commit is contained in:
Clifford Wolf 2015-12-20 13:12:24 +01:00
parent 47fac573cf
commit 5e90a78466
2 changed files with 86 additions and 41 deletions

View file

@ -24,7 +24,7 @@
YOSYS_NAMESPACE_BEGIN
extern void parse_blif(RTLIL::Design *design, std::istream &f, std::string dff_name);
extern void parse_blif(RTLIL::Design *design, std::istream &f, std::string dff_name, bool run_clean = false);
YOSYS_NAMESPACE_END