mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-13 01:16:16 +00:00
Generalized blifparse API
This commit is contained in:
parent
7dad017c9c
commit
e5116eeb77
3 changed files with 31 additions and 21 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
YOSYS_NAMESPACE_BEGIN
|
||||
|
||||
extern RTLIL::Design *abc_parse_blif(FILE *f, std::string dff_name);
|
||||
extern void parse_blif(RTLIL::Design *design, std::istream &f, std::string dff_name);
|
||||
|
||||
YOSYS_NAMESPACE_END
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue