Fix duplicate feature ZBUF and TDDR.SRUSED.

This duplication occured during development, but wasn't caught until
integration testing.

Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
Keith Rothman 2020-10-02 19:08:36 -07:00
parent 2e96cd2781
commit fc0e78a9da
2 changed files with 2 additions and 5 deletions

View File

@ -2,7 +2,7 @@
30_35,IOB33.IOB_Y1.ODDR.DDR_CLK_EDGE.OPPOSITE_EDGE 30_35,IOB33.IOB_Y1.ODDR.DDR_CLK_EDGE.OPPOSITE_EDGE
33_91 33_93 33_91 33_93
32_36 32_34 32_36 32_34
33_61 32_38 32_58 33_57 33_61 32_58 33_57
32_70 32_66 33_89 33_69 32_70 32_66 33_69
30_95 30_99 30_127 31_126 31_124 30_121 31_120 30_123 31_116 31_100 30_95 30_99 30_127 31_126 31_124 30_121 31_120 30_123 31_116 31_100
31_00 30_01 30_03 31_06 30_07 31_04 30_11 31_28 31_32 30_29 30_27 31_00 30_01 30_03 31_06 30_07 31_04 30_11 31_28 31_32 30_29 30_27

View File

@ -79,9 +79,6 @@ def main():
site, 'OSERDES.DATA_RATE_TQ.{}'.format(opt), site, 'OSERDES.DATA_RATE_TQ.{}'.format(opt),
opt == data_rate_tq) opt == data_rate_tq)
segmk.add_site_tag(
site, 'OSERDES.DATA_RATE_TQ.ZBUF', data_rate_tq != 'BUF')
for opt in ['SRVAL_OQ', 'SRVAL_TQ', 'INIT_OQ', 'INIT_TQ']: for opt in ['SRVAL_OQ', 'SRVAL_TQ', 'INIT_OQ', 'INIT_TQ']:
segmk.add_site_tag(site, opt, d[opt]) segmk.add_site_tag(site, opt, d[opt])
segmk.add_site_tag(site, 'Z' + opt, 1 ^ d[opt]) segmk.add_site_tag(site, 'Z' + opt, 1 ^ d[opt])