gf180mcu-pdk icon indicating copy to clipboard operation
gf180mcu-pdk copied to clipboard

sdff* cells are not parseable by yosys

Open antonblanchard opened this issue 2 years ago • 1 comments

Expected Behavior

sdff* liberty files should be parseable by yosys.

Actual Behavior

ERROR: Syntax error in liberty file on line 4303.

Steps to Reproduce the Problem

yosys -p "read_liberty cells/sdffsnq/gf180mcu_fd_sc_mcu7t5v0__sdffsnq_4__tt_025C_1v80.lib"

The issue is in the test_cell() stanzas, the clear and preset statements are not quoted, eg:

        preset : !SETN ;

Adding quotes fixes it, and the liberty spec suggests they are required:

        preset : "!SETN" ;

antonblanchard avatar Nov 27 '22 09:11 antonblanchard

I can submit a patch, but I wasn't sure if the liberty files are auto created from the json or not.

antonblanchard avatar Nov 27 '22 09:11 antonblanchard