From: Eddie Hung Date: Fri, 23 Aug 2019 18:15:26 +0000 (-0700) Subject: Check clkbuf_inhibit=1 is ignored for custom selection X-Git-Tag: working-ls180~1097^2~5 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a0d85393e388e3349ea501878605e47513ad1699;p=yosys.git Check clkbuf_inhibit=1 is ignored for custom selection --- diff --git a/tests/techmap/clkbufmap.ys b/tests/techmap/clkbufmap.ys index eb8970af4..46ff4d694 100644 --- a/tests/techmap/clkbufmap.ys +++ b/tests/techmap/clkbufmap.ys @@ -35,6 +35,7 @@ select -assert-count 1 t:clkbuf # ---------------------- design -load ref +setattr -set clkbuf_inhibit 1 w:clk1 setattr -set buffer_type "bufg" w:clk2 clkbufmap -buf clkbuf o:i w:* a:buffer_type=none a:buffer_type=bufr %u %d select -assert-count 1 w:clk1 %a %co t:clkbuf %i