mirror of
https://github.com/YosysHQ/yosys
synced 2025-05-07 07:45:47 +00:00
Merge remote-tracking branch 'origin/master' into xc7mux
This commit is contained in:
commit
f374e0ab7e
29 changed files with 236 additions and 47 deletions
|
@ -776,6 +776,7 @@ struct AigerBackend : public Backend {
|
|||
writer.write_aiger(*f, ascii_mode, miter_mode, symbols_mode);
|
||||
|
||||
if (!map_filename.empty()) {
|
||||
rewrite_filename(filename);
|
||||
std::ofstream mapf;
|
||||
mapf.open(map_filename.c_str(), std::ofstream::trunc);
|
||||
if (mapf.fail())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue