I'm getting the following error while while using the command abc -liberty cmos_cells.lib
(logical mapping). I was able to techmap, fsm map and memory map the veriog code. dfflibmap gets executed without any problem.
Asked
Active
Viewed 138 times
0

CliffordVienna
- 7,995
- 1
- 37
- 57

Tarun Govind Keshav
- 43
- 1
- 6
1 Answers
0
It seams to me that ABC can't correctly parse the auto-generated read_lib
command because of the spaces in F:/FINAL YEAR POJECT/..
, try to specify the path to the cell library as absolute path, starting with F:/FINALY~1/
instead of F:/FINAL YEAR POJECT/..
, or simply rename that directory so it does not contain any whitespace in its name (or move Yosys to some other place).

CliffordVienna
- 7,995
- 1
- 37
- 57