mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-24 13:18:56 +00:00
Add support for "yosys -E"
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
parent
446ccf1f05
commit
a96c775a73
13 changed files with 53 additions and 4 deletions
|
@ -67,6 +67,7 @@ struct WriteFileFrontend : public Frontend {
|
|||
extra_args(f, filename, args, argidx);
|
||||
|
||||
FILE *of = fopen(output_filename.c_str(), append_mode ? "a" : "w");
|
||||
yosys_output_files.insert(output_filename);
|
||||
char buffer[64 * 1024];
|
||||
int bytes;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue