Cli tehc opt
Я проверил локально, всё работает. Следующие файлы я коммитить не стал пока, чтобы ничего не ломать. src/gate/techmapper/techmapper.cpp src/gate/techmapper/techmapper.h src/rtl/compiler/compiler.h
Вот так выглядит сейчас подсказка
Technological mapping
Usage: ./build/src/umain tech_map [OPTIONS]
Options:
-h,--help Print this help message and exit
--type ENUM:value in {af->0,delay->1,power->2,simple_area->3,simple_delay->5} OR {0,1,2,3,5}
Type of mapper
--out TEXT Path to verilog file where the mapped design to be stored
И пример использования
./build/src/umain tech_map --type="af" --out="out.v" test/data/gate/parser/graphml/OpenABC/graphml_openabcd/i2c
_orig.bench.graphml
Edited by Белин Егор Сергеевич