Forum Discussion

alexislms's avatar
alexislms
Icon for Contributor rankContributor
2 years ago

dcfifo full broken

  dcfifo  #(
    .intended_device_family    ("Agilex"),
    .lpm_numwords              (32),
    .lpm_showahead             ("ON"),
    .lpm_type                  ( "dcfifo"),
    .lpm_width                 ($bits(t_cmd_data)),
    .lpm_widthu                (6),
    .add_usedw_msb_bit         ("ON"),
    .read_aclr_synch           ("ON"),
    .write_aclr_synch          ("ON"),
    .rdsync_delaypipe          (4),
    .wrsync_delaypipe          (4)
  ) cmd_dcfifo_i (

full is set 2clocks after a write
full when 29 words are in, whereas the depth is 32

7 Replies